#EA557F

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

Shades of Dark Pink #EA557F

Tints of Dark Pink #EA557F

Color information

#EA557F (or 0xEA557F) is unknown color: approx Dark Pink. HEX triplet: EA, 55 and 7F. RGB value is (234,85,127). Sum of RGB (Red+Green+Blue) = 234+85+127=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA557F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA557F is #15AA80. Grayscale: #868686. Windows color (decimal): -1419905 or 8345066. OLE color: 8345066.

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

Color convert

RGB23485127-
CMYK00.640.460.08
HSL343.09º78.01%62.55%-
HSV(B)343.09º63.68%91.76%-
XYZ41.0125.5222.84-
YUV134.34123.86199.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.47%
GREEN value IS 85 (33.59% from 255) = 19.06%
BLUE value IS 127 (50% from 255) = 28.48%
R=52.47%
G=19.06%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348512700.640.460.08343.0978.0162.55
HexEA557F0402E81574e3f
Octal3521251770100561052711677
Binary11101010101010111111110100000010111010001010101111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA557F; }

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

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

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

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

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

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

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

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