#EA5F80

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

Shades of Dark Pink #EA5F80

Tints of Dark Pink #EA5F80

Color information

#EA5F80 (or 0xEA5F80) is unknown color: approx Dark Pink. HEX triplet: EA, 5F and 80. RGB value is (234,95,128). Sum of RGB (Red+Green+Blue) = 234+95+128=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5F80 is #15A07F. Grayscale: #8C8C8C. Windows color (decimal): -1417344 or 8413162. OLE color: 8413162.

HSL color Cylindrical-coordinate representation of color #EA5F80: hue angle of 345.76º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA5F80 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB23495128-
CMYK00.590.450.08
HSL345.76º76.8%64.51%-
HSV(B)345.76º59.4%91.76%-
XYZ41.9227.2423.47-
YUV140.32121.05194.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.20%
GREEN value IS 95 (37.5% from 255) = 20.79%
BLUE value IS 128 (50.39% from 255) = 28.01%
R=51.20%
G=20.79%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349512800.590.450.08345.7676.864.51
HexEA5F8003B2D815a4d41
Octal3521372000735510532115101
Binary111010101011111100000000111011101101100010101101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5F80; }

 p { color: rgb(234,95,128); }

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

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

 a { background-color: rgb(234,95,128); }

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

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

 span { border-color: rgb(234,95,128); }

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