#EA5578

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

Shades of Dark Pink #EA5578

Tints of Dark Pink #EA5578

Color information

#EA5578 (or 0xEA5578) is unknown color: approx Dark Pink. HEX triplet: EA, 55 and 78. RGB value is (234,85,120). Sum of RGB (Red+Green+Blue) = 234+85+120=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5578 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5578 is #15AA87. Grayscale: #858585. Windows color (decimal): -1419912 or 7886314. OLE color: 7886314.

HSL color Cylindrical-coordinate representation of color #EA5578: hue angle of 345.91º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA5578 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB23485120-
CMYK00.640.490.08
HSL345.91º78.01%62.55%-
HSV(B)345.91º63.68%91.76%-
XYZ40.5725.3520.52-
YUV133.54120.36199.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.30%
GREEN value IS 85 (33.59% from 255) = 19.36%
BLUE value IS 120 (47.27% from 255) = 27.33%
R=53.30%
G=19.36%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348512000.640.490.08345.9178.0162.55
HexEA557804031815a4e3f
Octal3521251700100611053211677
Binary11101010101010111110000100000011000110001010110101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5578; }

 p { color: rgb(234,85,120); }

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

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

 a { background-color: rgb(234,85,120); }

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

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

 span { border-color: rgb(234,85,120); }

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