#EA457F

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

Shades of Dark Pink #EA457F

Tints of Dark Pink #EA457F

Color information

#EA457F (or 0xEA457F) is unknown color: approx Dark Pink. HEX triplet: EA, 45 and 7F. RGB value is (234,69,127). Sum of RGB (Red+Green+Blue) = 234+69+127=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA457F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA457F is #15BA80. Grayscale: #7C7C7C. Windows color (decimal): -1424001 or 8340970. OLE color: 8340970.

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

Color convert

RGB23469127-
CMYK00.710.460.08
HSL338.91º79.71%59.41%-
HSV(B)338.91º70.51%91.76%-
XYZ39.8923.2822.47-
YUV124.95129.16205.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.42%
GREEN value IS 69 (27.34% from 255) = 16.05%
BLUE value IS 127 (50% from 255) = 29.53%
R=54.42%
G=16.05%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346912700.710.460.08338.9179.7159.41
HexEA457F0472E8153503b
Octal3521051770107561052312073
Binary11101010100010111111110100011110111010001010100111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA457F; }

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

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

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

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

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

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

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

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