Html Css Color HEX #E41488 Deep Pink

📋 copy color: '#E41488'

red 228 ◦ green 20 ◦ blue 136

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

Shades of Deep Pink #E41488

Tints of Deep Pink #E41488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.21%

 BLUE value IS 136 (53.52% from 255) = 35.42%

R = 59.38%
G = 5.21%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#E41488 (or 0xE41488) is known color: Deep Pink. HEX triplet: E4, 14 and 88. RGB value is (228,20,136). Sum of RGB (Red+Green+Blue) = 228+20+136=384 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.38% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 228 - color contains mainly: red. Hex color #E41488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41488 is #1BEB77. Grayscale: #5F5F5F. Windows color (decimal): -1829752 or 8918244. OLE color: 8918244.

HSL color Cylindrical-coordinate representation of color #E41488: hue angle of 326.54º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E41488 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 20 136 -
CMYK 0 0.91 0.40 0.11
HSL 326.54º 0.84% 0.49% -
HSV(B) 326.54º 0.91% 0.89% -
XYZ 36.69 18.77 24.98 -
YUV 95.42 150.91 222.57 -
System Red Green Blue C M Y K H S L
Decimal 228 20 136 0 0.91 0.40 0.11 326.54 0.84 0.49
Hex E4 14 88 0 5B 28 B 147 54 31
Octal 344 24 210 0 133 50 13 507 124 61
Binary 11100100 10100 10001000 0 1011011 101000 1011 101000111 1010100 110001

Color Harmonies of #E41488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41488

Black with #E41488

Text Example


Text Example

White with #E41488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41488; }

 p { color: rgb(228,20,136); }

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

background-color css

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

 a { background-color: rgb(228,20,136); }

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

border-color css

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

 span { border-color: rgb(228,20,136); }

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