#EA5D81

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

Shades of Dark Pink #EA5D81

Tints of Dark Pink #EA5D81

Color information

#EA5D81 (or 0xEA5D81) is unknown color: approx Dark Pink. HEX triplet: EA, 5D and 81. RGB value is (234,93,129). Sum of RGB (Red+Green+Blue) = 234+93+129=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5D81 is #15A27E. Grayscale: #8B8B8B. Windows color (decimal): -1417855 or 8478186. OLE color: 8478186.

HSL color Cylindrical-coordinate representation of color #EA5D81: hue angle of 344.68º 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 #EA5D81 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB23493129-
CMYK00.600.450.08
HSL344.68º77.05%64.12%-
HSV(B)344.68º60.26%91.76%-
XYZ41.8126.9123.76-
YUV139.26122.21195.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.32%
GREEN value IS 93 (36.72% from 255) = 20.39%
BLUE value IS 129 (50.78% from 255) = 28.29%
R=51.32%
G=20.39%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349312900.600.450.08344.6877.0564.12
HexEA5D8103C2D81594d40
Octal3521352010745510531115100
Binary111010101011101100000010111100101101100010101100110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5D81; }

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

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

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

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

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

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

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

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