#E40E8E

Color #E40E8E Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #E40E8E

Tints of Deep Pink #E40E8E

Color information

#E40E8E (or 0xE40E8E) is unknown color: approx Deep Pink. HEX triplet: E4, 0E and 8E. RGB value is (228,14,142). Sum of RGB (Red+Green+Blue) = 228+14+142=384 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.38% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 228 - color contains mainly: red. Hex color #E40E8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40E8E is #1BF171. Grayscale: #5C5C5C. Windows color (decimal): -1831282 or 9309924. OLE color: 9309924.

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

Color convert

RGB22814142-
CMYK00.940.380.11
HSL324.11º88.43%47.45%-
HSV(B)324.11º93.86%89.41%-
XYZ37.0318.7627.26-
YUV92.58155.9224.59-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 59.38%
GREEN value IS 14 (5.86% from 255) = 3.65%
BLUE value IS 142 (55.86% from 255) = 36.98%
R=59.38%
G=3.65%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281414200.940.380.11324.1188.4347.45
HexE4E8E05E26B144582f
Octal344162160136461350413057
Binary111001001110100011100101111010011010111010001001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40E8E; }

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

 H1.HeaderClassName
 {
   color: #E40E8E;
 }
 .AnyTagClassName
 {
   color: #E40E8E;
 }
</style>
background-color css

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

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

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

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

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

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