Html Css Color HEX #E40E8C Deep Pink

📋 copy color: '#E40E8C'

red 228 ◦ green 14 ◦ blue 140

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

Shades of Deep Pink #E40E8C

Tints of Deep Pink #E40E8C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.66%

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 59.69%
G = 3.66%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E40E8C (or 0xE40E8C) is known color: Deep Pink. HEX triplet: E4, 0E and 8C. RGB value is (228,14,140). Sum of RGB (Red+Green+Blue) = 228+14+140=382 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.69% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 228 - color contains mainly: red. Hex color #E40E8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40E8C is #1BF173. Grayscale: #5C5C5C. Windows color (decimal): -1831284 or 9178852. OLE color: 9178852.

HSL color Cylindrical-coordinate representation of color #E40E8C: hue angle of 324.67º degrees, saturation: 0.88, 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 #E40E8C is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 14 140 -
CMYK 0 0.94 0.39 0.11
HSL 324.67º 0.88% 0.47% -
HSV(B) 324.67º 0.94% 0.89% -
XYZ 36.89 18.7 26.48 -
YUV 92.35 154.9 224.75 -
System Red Green Blue C M Y K H S L
Decimal 228 14 140 0 0.94 0.39 0.11 324.67 0.88 0.47
Hex E4 E 8C 0 5E 27 B 145 58 2F
Octal 344 16 214 0 136 47 13 505 130 57
Binary 11100100 1110 10001100 0 1011110 100111 1011 101000101 1011000 101111

Color Harmonies of #E40E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40E8C

Black with #E40E8C

Text Example


Text Example

White with #E40E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40E8C; }

 p { color: rgb(228,14,140); }

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

background-color css

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

 a { background-color: rgb(228,14,140); }

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

border-color css

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

 span { border-color: rgb(228,14,140); }

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