COLOR #ED41F0

HEX: #ED41F0
RGB: (237,65,240)

Renk bilgisi

#ED41F0 contains mainly red and blue colors. #ED41F0 ‘ nin web güvenlik rengi #FF33FF (ya da #F3F) dir.

RGB renk modeli

#ED41F0 color RGB value is (237,65,240).

  • kırmız ton 237;
  • yeşil ton 65;
  • mavi ton 240.
RGB:
(237,65,240)
(93%,25%,94%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 65 of 255 = 25%
B 240 of 255 = 94%

237
65
240

R + G + B ~ 71%. #ED41F0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 65 + 240 = 542 (100%)
R 237 of 542 ~ 43.73%
G 65 of 542 ~ 11.99%
B 240 of 542 ~ 44.28%

%43.73
%11.99
%44.28

CMYK RENK MODELİ

#ED41F0 rengi CMYK tonu (1,73,0,6).

  • camgöbeği tonu 1.25%
  • eflatun tonu 72.92%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(1,73,0,6)
C1M73Y0K6 
(1%,73%,0%,6%)
(0.01/0.73/0.00/0.06)	

CMYK yüzdeleri

%1.25
%72.92
%0
%5.88

Codes

Color #ED41F0 in popluar color models

ED41F0
RGB23765240
HSL299°85.37%59.80%
HSB/HSV299°72.92%94.12%
CMYK1.25%72.92%0.00%
5.88%

Color #ED41F0 in popluar number systems.

HEXED41F0
Decimal23765240
Binary11101101100000111110000
Octal355101360

Shades and tints

Shades of #ED41F0

#ED41F0
(237,65,240)
#D83CDB
(216,60,219)
#C337C6
(195,55,198)
#AE32B1
(174,50,177)
#992D9C
(153,45,156)
#842887
(132,40,135)
#6F2372
(111,35,114)
#5A1E5D
(90,30,93)
#451948
(69,25,72)
#301433
(48,20,51)
#1B0F1E
(27,15,30)
#000000
(0,0,0)

Tints of #ED41F0

#ED41F0
(237,65,240)
#EE52F1
(238,82,241)
#EF63F2
(239,99,242)
#F074F3
(240,116,243)
#F185F4
(241,133,244)
#F296F5
(242,150,245)
#F3A7F6
(243,167,246)
#F4B8F7
(244,184,247)
#F5C9F8
(245,201,248)
#F6DAF9
(246,218,249)
#F7EBFA
(247,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED41F0 color. Also use rgb(237,65,240) instead hex code.

Text Font Color

.myTextColor { color: #ED41F0; }

<p style="color:#ED41F0">This sample text font color is #ED41F0.</p>

This text font color is #ED41F0.


Background Color

.myBgColor { background-color: #ED41F0; }

<div style="background-color:#ED41F0">Inner text</div>

This div background color is #ED41F0.


Border color

.myBorderColor { border: 1px solid #ED41F0; }

<div style="border:3px solid #ED41F0">Div</div>

This div border color is #ED41F0.


Opacity

.myOpacity80 { color: #ED41F0; opacity: 0.8; }

<p style="color:#ED41F0;opacity:0.8;">80%</p>

Text with #ED41F0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ED41F0;}

<p style="text-shadow: 3px 3px 1px #ED41F0">Text here.</p>

This text has shadow with #ED41F0 color.

.textShadow {text-shadow: 3px 3px 1px #ED41F0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ED41F0, 5px 5px 20px red">Text here.</p>

This text has shadow with #ED41F0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED41F0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ED41F0, Direction=45, Strength=4)">Text</p>

This text has shadow with #ED41F0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ED41F0;
  -webkit-box-shadow:	1px 1px 3px 2px #ED41F0;
  box-shadow:		1px 1px 3px 2px #ED41F0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED41F0;
-webkit-box-shadow: 1px 1px 3px 2px #ED41F0;
box-shadow:1px 1px 3px 2px #ED41F0;">
Div content here</div>
This div box has shadow with color #ED41F0.

Preview

Color preview on black background

This text has color #ED41F0 on black background.


Color preview on white background

This text has color #ED41F0 on white background.



Black color preview on #ED41F0 background

This text has black color on #ED41F0 background.


White color preview on #ED41F0 background

This text has white color on #ED41F0 background.