Html Css Color HEX #E40D89 Deep Pink

📋 copy color: '#E40D89'

red 228 ◦ green 13 ◦ blue 137

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

Shades of Deep Pink #E40D89

Tints of Deep Pink #E40D89

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.44%

 BLUE value IS 137 (53.91% from 255) = 36.24%

R = 60.32%
G = 3.44%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#E40D89 (or 0xE40D89) is known color: Deep Pink. HEX triplet: E4, 0D and 89. RGB value is (228,13,137). Sum of RGB (Red+Green+Blue) = 228+13+137=378 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.32% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 228 - color contains mainly: red. Hex color #E40D89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40D89 is #1BF276. Grayscale: #5B5B5B. Windows color (decimal): -1831543 or 8981988. OLE color: 8981988.

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

Color convert

RGB 228 13 137 -
CMYK 0 0.94 0.40 0.11
HSL 325.4º 0.89% 0.47% -
HSV(B) 325.4º 0.94% 0.89% -
XYZ 36.65 18.59 25.32 -
YUV 91.42 153.73 225.42 -
System Red Green Blue C M Y K H S L
Decimal 228 13 137 0 0.94 0.40 0.11 325.4 0.89 0.47
Hex E4 D 89 0 5E 28 B 145 59 2F
Octal 344 15 211 0 136 50 13 505 131 57
Binary 11100100 1101 10001001 0 1011110 101000 1011 101000101 1011001 101111

Color Harmonies of #E40D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40D89

Black with #E40D89

Text Example


Text Example

White with #E40D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40D89; }

 p { color: rgb(228,13,137); }

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

background-color css

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

 a { background-color: rgb(228,13,137); }

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

border-color css

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

 span { border-color: rgb(228,13,137); }

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