Html Css Color HEX #E41990 Deep Pink

📋 copy color: '#E41990'

red 228 ◦ green 25 ◦ blue 144

#E41990
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #E41990

Tints of Deep Pink #E41990

RGB

 RED value IS 228 (89.45% from 255) = 57.43%

 GREEN value IS 25 (10.16% from 255) = 6.3%

 BLUE value IS 144 (56.64% from 255) = 36.27%

R = 57.43%
G = 6.3%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E41990 (or 0xE41990) is known color: Deep Pink. HEX triplet: E4, 19 and 90. RGB value is (228,25,144). Sum of RGB (Red+Green+Blue) = 228+25+144=397 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.43% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 228 - color contains mainly: red. Hex color #E41990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41990 is #1BE66F. Grayscale: #626262. Windows color (decimal): -1828464 or 9443812. OLE color: 9443812.

HSL color Cylindrical-coordinate representation of color #E41990: hue angle of 324.83º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41990 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 25 144 -
CMYK 0 0.89 0.37 0.11
HSL 324.83º 0.8% 0.5% -
HSV(B) 324.83º 0.89% 0.89% -
XYZ 37.38 19.2 28.12 -
YUV 99.26 153.25 219.82 -
System Red Green Blue C M Y K H S L
Decimal 228 25 144 0 0.89 0.37 0.11 324.83 0.8 0.5
Hex E4 19 90 0 59 25 B 145 50 32
Octal 344 31 220 0 131 45 13 505 120 62
Binary 11100100 11001 10010000 0 1011001 100101 1011 101000101 1010000 110010

Color Harmonies of #E41990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41990

Black with #E41990

Text Example


Text Example

White with #E41990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41990; }

 p { color: rgb(228,25,144); }

 H1.HeaderClassName
 {
   color: #E41990;
 }
 .AnyTagClassName
 {
   color: #E41990;
 }
</style>

background-color css

<style>
 a { background-color: #E41990; }

 a { background-color: rgb(228,25,144); }

 div.DivClassName
 {
   background-color: #E41990;
 }
 .BgClassName
 {
   background-color: #E41990;
 }
</style>

border-color css

<style>
 span { border-color: #E41990; }

 span { border-color: rgb(228,25,144); }

 td.TdClassName
 {
   border-color: #E41990;
 }
 .TagClassName
 {
   border-color: #E41990;
 }
</style>