#EA557D

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

Shades of Dark Pink #EA557D

Tints of Dark Pink #EA557D

Color information

#EA557D (or 0xEA557D) is unknown color: approx Dark Pink. HEX triplet: EA, 55 and 7D. RGB value is (234,85,125). Sum of RGB (Red+Green+Blue) = 234+85+125=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA557D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA557D is #15AA82. Grayscale: #868686. Windows color (decimal): -1419907 or 8213994. OLE color: 8213994.

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

Color convert

RGB23485125-
CMYK00.640.470.08
HSL343.89º78.01%62.55%-
HSV(B)343.89º63.68%91.76%-
XYZ40.8825.4722.16-
YUV134.11122.86199.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.70%
GREEN value IS 85 (33.59% from 255) = 19.14%
BLUE value IS 125 (49.22% from 255) = 28.15%
R=52.70%
G=19.14%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348512500.640.470.08343.8978.0162.55
HexEA557D0402F81584e3f
Octal3521251750100571053011677
Binary11101010101010111111010100000010111110001010110001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA557D; }

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

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

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

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

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

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

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

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