#EA057C

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

Shades of Deep Pink #EA057C

Tints of Deep Pink #EA057C

Color information

#EA057C (or 0xEA057C) is unknown color: approx Deep Pink. HEX triplet: EA, 05 and 7C. RGB value is (234,5,124). Sum of RGB (Red+Green+Blue) = 234+5+124=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA057C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA057C is #15FA83. Grayscale: #565656. Windows color (decimal): -1440388 or 8127978. OLE color: 8127978.

HSL color Cylindrical-coordinate representation of color #EA057C: hue angle of 328.82º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA057C is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB2345124-
CMYK00.980.470.08
HSL328.82º95.82%46.86%-
HSV(B)328.82º97.86%91.76%-
XYZ37.6219.0620.76-
YUV87.04148.87232.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 64.46%
GREEN value IS 5 (2.34% from 255) = 1.38%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=64.46%
G=1.38%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234512400.980.470.08328.8295.8246.86
HexEA57C0622F8149602f
Octal35251740142571051114057
Binary1110101010111111000110001010111110001010010011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA057C; }

 p { color: rgb(234,5,124); }

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

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

 a { background-color: rgb(234,5,124); }

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

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

 span { border-color: rgb(234,5,124); }

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