#ea1586

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

Shades of Deep Pink #EA1586

Tints of Deep Pink #EA1586

Color information

#EA1586 (or 0xEA1586) is unknown color: approx Deep Pink. HEX triplet: EA, 15 and 86. RGB value is (234,21,134). Sum of RGB (Red+Green+Blue) = 234+21+134=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1586 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1586 is #15EA79. Grayscale: #616161. Windows color (decimal): -1436282 or 8787434. OLE color: 8787434.

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

Color convert

RGB23421134-
CMYK00.910.430.08
HSL328.17º83.53%50%-
HSV(B)328.17º91.03%91.76%-
XYZ38.519.7524.34-
YUV97.57148.57225.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60.15%
GREEN value IS 21 (8.59% from 255) = 5.40%
BLUE value IS 134 (52.73% from 255) = 34.45%
R=60.15%
G=5.40%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342113400.910.430.08328.1783.5350
HexEA158605B2B81485432
Octal352252060133531051012462
Binary1110101010101100001100101101110101110001010010001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea1586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea1586; }

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

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

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

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

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

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

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

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