#E0588E

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

Shades of Dark Pink #E0588E

Tints of Dark Pink #E0588E

Color information

#E0588E (or 0xE0588E) is unknown color: approx Dark Pink. HEX triplet: E0, 58 and 8E. RGB value is (224,88,142). Sum of RGB (Red+Green+Blue) = 224+88+142=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E0588E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0588E is #1FA771. Grayscale: #868686. Windows color (decimal): -2074482 or 9328864. OLE color: 9328864.

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

Color convert

RGB22488142-
CMYK00.610.370.12
HSL336.18º68.69%61.18%-
HSV(B)336.18º60.71%87.84%-
XYZ39.1124.7828.31-
YUV134.82132.06191.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.34%
GREEN value IS 88 (34.77% from 255) = 19.38%
BLUE value IS 142 (55.86% from 255) = 31.28%
R=49.34%
G=19.38%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248814200.610.370.12336.1868.6961.18
HexE0588E03D25C150453d
Octal340130216075451452010575
Binary11100000101100010001110011110110010111001010100001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0588E; }

 p { color: rgb(224,88,142); }

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

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

 a { background-color: rgb(224,88,142); }

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

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

 span { border-color: rgb(224,88,142); }

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