#E0558C

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

Shades of Dark Pink #E0558C

Tints of Dark Pink #E0558C

Color information

#E0558C (or 0xE0558C) is unknown color: approx Dark Pink. HEX triplet: E0, 55 and 8C. RGB value is (224,85,140). Sum of RGB (Red+Green+Blue) = 224+85+140=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0558C is #1FAA73. Grayscale: #848484. Windows color (decimal): -2075252 or 9197024. OLE color: 9197024.

HSL color Cylindrical-coordinate representation of color #E0558C: hue angle of 336.26º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0558C is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB22485140-
CMYK00.620.380.12
HSL336.26º69.15%60.59%-
HSV(B)336.26º62.05%87.84%-
XYZ38.7224.2427.45-
YUV132.83132.05193.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.89%
GREEN value IS 85 (33.59% from 255) = 18.93%
BLUE value IS 140 (55.08% from 255) = 31.18%
R=49.89%
G=18.93%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248514000.620.380.12336.2669.1560.59
HexE0558C03E26C150453d
Octal340125214076461452010575
Binary11100000101010110001100011111010011011001010100001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0558C; }

 p { color: rgb(224,85,140); }

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

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

 a { background-color: rgb(224,85,140); }

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

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

 span { border-color: rgb(224,85,140); }

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