#E0558B

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

Shades of Dark Pink #E0558B

Tints of Dark Pink #E0558B

Color information

#E0558B (or 0xE0558B) is unknown color: approx Dark Pink. HEX triplet: E0, 55 and 8B. RGB value is (224,85,139). Sum of RGB (Red+Green+Blue) = 224+85+139=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E0558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0558B is #1FAA74. Grayscale: #848484. Windows color (decimal): -2075253 or 9131488. OLE color: 9131488.

HSL color Cylindrical-coordinate representation of color #E0558B: hue angle of 336.69º 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 #E0558B is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB22485139-
CMYK00.620.380.12
HSL336.69º69.15%60.59%-
HSV(B)336.69º62.05%87.84%-
XYZ38.6524.2127.06-
YUV132.72131.55193.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 18.97%
BLUE value IS 139 (54.69% from 255) = 31.03%
R=50%
G=18.97%
B=31.03%

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
Decimal2248513900.620.380.12336.6969.1560.59
HexE0558B03E26C151453d
Octal340125213076461452110575
Binary11100000101010110001011011111010011011001010100011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0558B; }

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

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

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

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

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

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

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

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