#EA457C

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

Shades of Dark Pink #EA457C

Tints of Dark Pink #EA457C

Color information

#EA457C (or 0xEA457C) is unknown color: approx Dark Pink. HEX triplet: EA, 45 and 7C. RGB value is (234,69,124). Sum of RGB (Red+Green+Blue) = 234+69+124=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA457C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA457C is #15BA83. Grayscale: #7C7C7C. Windows color (decimal): -1424004 or 8144362. OLE color: 8144362.

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

Color convert

RGB23469124-
CMYK00.710.470.08
HSL340º79.71%59.41%-
HSV(B)340º70.51%91.76%-
XYZ39.723.221.46-
YUV124.6127.66206.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.80%
GREEN value IS 69 (27.34% from 255) = 16.16%
BLUE value IS 124 (48.83% from 255) = 29.04%
R=54.80%
G=16.16%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346912400.710.470.0834079.7159.41
HexEA457C0472F8154503b
Octal3521051740107571052412073
Binary11101010100010111111000100011110111110001010101001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA457C; }

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

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

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

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

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

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

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

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