#EA0D86

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

Shades of Deep Pink #EA0D86

Tints of Deep Pink #EA0D86

Color information

#EA0D86 (or 0xEA0D86) is unknown color: approx Deep Pink. HEX triplet: EA, 0D and 86. RGB value is (234,13,134). Sum of RGB (Red+Green+Blue) = 234+13+134=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0D86 is #15F279. Grayscale: #5C5C5C. Windows color (decimal): -1438330 or 8785386. OLE color: 8785386.

HSL color Cylindrical-coordinate representation of color #EA0D86: hue angle of 327.15º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0D86 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB23413134-
CMYK00.940.430.08
HSL327.15º89.47%48.43%-
HSV(B)327.15º94.44%91.76%-
XYZ38.3819.524.3-
YUV92.87151.22228.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.42%
GREEN value IS 13 (5.47% from 255) = 3.41%
BLUE value IS 134 (52.73% from 255) = 35.17%
R=61.42%
G=3.41%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341313400.940.430.08327.1589.4748.43
HexEAD8605E2B81475930
Octal352152060136531050713160
Binary111010101101100001100101111010101110001010001111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0D86; }

 p { color: rgb(234,13,134); }

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

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

 a { background-color: rgb(234,13,134); }

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

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

 span { border-color: rgb(234,13,134); }

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