#EA5573

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

Shades of Dark Pink #EA5573

Tints of Dark Pink #EA5573

Color information

#EA5573 (or 0xEA5573) is unknown color: approx Dark Pink. HEX triplet: EA, 55 and 73. RGB value is (234,85,115). Sum of RGB (Red+Green+Blue) = 234+85+115=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5573 is #15AA8C. Grayscale: #858585. Windows color (decimal): -1419917 or 7558634. OLE color: 7558634.

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

Color convert

RGB23485115-
CMYK00.640.510.08
HSL347.92º78.01%62.55%-
HSV(B)347.92º63.68%91.76%-
XYZ40.2725.2318.97-
YUV132.97117.86200.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.92%
GREEN value IS 85 (33.59% from 255) = 19.59%
BLUE value IS 115 (45.31% from 255) = 26.50%
R=53.92%
G=19.59%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348511500.640.510.08347.9278.0162.55
HexEA557304033815c4e3f
Octal3521251630100631053411677
Binary11101010101010111100110100000011001110001010111001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5573; }

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

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

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

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

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

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

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

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