#EA557E

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

Shades of Dark Pink #EA557E

Tints of Dark Pink #EA557E

Color information

#EA557E (or 0xEA557E) is unknown color: approx Dark Pink. HEX triplet: EA, 55 and 7E. RGB value is (234,85,126). Sum of RGB (Red+Green+Blue) = 234+85+126=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA557E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA557E is #15AA81. Grayscale: #868686. Windows color (decimal): -1419906 or 8279530. OLE color: 8279530.

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

Color convert

RGB23485126-
CMYK00.640.460.08
HSL343.49º78.01%62.55%-
HSV(B)343.49º63.68%91.76%-
XYZ40.9525.522.5-
YUV134.22123.36199.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.58%
GREEN value IS 85 (33.59% from 255) = 19.10%
BLUE value IS 126 (49.61% from 255) = 28.31%
R=52.58%
G=19.10%
B=28.31%

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
Decimal2348512600.640.460.08343.4978.0162.55
HexEA557E0402E81574e3f
Octal3521251760100561052711677
Binary11101010101010111111100100000010111010001010101111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA557E; }

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

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

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

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

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

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

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

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