#EA5572

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

Shades of Dark Pink #EA5572

Tints of Dark Pink #EA5572

Color information

#EA5572 (or 0xEA5572) is unknown color: approx Dark Pink. HEX triplet: EA, 55 and 72. RGB value is (234,85,114). Sum of RGB (Red+Green+Blue) = 234+85+114=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5572 is #15AA8D. Grayscale: #848484. Windows color (decimal): -1419918 or 7493098. OLE color: 7493098.

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

Color convert

RGB23485114-
CMYK00.640.510.08
HSL348.32º78.01%62.55%-
HSV(B)348.32º63.68%91.76%-
XYZ40.2225.218.66-
YUV132.86117.36200.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.04%
GREEN value IS 85 (33.59% from 255) = 19.63%
BLUE value IS 114 (44.92% from 255) = 26.33%
R=54.04%
G=19.63%
B=26.33%

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
Decimal2348511400.640.510.08348.3278.0162.55
HexEA557204033815c4e3f
Octal3521251620100631053411677
Binary11101010101010111100100100000011001110001010111001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5572; }

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

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

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

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

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

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

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

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