#EA5D86

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

Shades of Dark Pink #EA5D86

Tints of Dark Pink #EA5D86

Color information

#EA5D86 (or 0xEA5D86) is unknown color: approx Dark Pink. HEX triplet: EA, 5D and 86. RGB value is (234,93,134). Sum of RGB (Red+Green+Blue) = 234+93+134=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5D86 is #15A279. Grayscale: #8B8B8B. Windows color (decimal): -1417850 or 8805866. OLE color: 8805866.

HSL color Cylindrical-coordinate representation of color #EA5D86: hue angle of 342.55º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5D86 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB23493134-
CMYK00.600.430.08
HSL342.55º77.05%64.12%-
HSV(B)342.55º60.26%91.76%-
XYZ42.1527.0425.55-
YUV139.83124.71195.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.76%
GREEN value IS 93 (36.72% from 255) = 20.17%
BLUE value IS 134 (52.73% from 255) = 29.07%
R=50.76%
G=20.17%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349313400.600.430.08342.5577.0564.12
HexEA5D8603C2B81574d40
Octal3521352060745310527115100
Binary111010101011101100001100111100101011100010101011110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5D86; }

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

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

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

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

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

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

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

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