#E0ABC0

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

Shades of Melanie #E0ABC0

Tints of Melanie #E0ABC0

Color information

#E0ABC0 (or 0xE0ABC0) is unknown color: approx Melanie. HEX triplet: E0, AB and C0. RGB value is (224,171,192). Sum of RGB (Red+Green+Blue) = 224+171+192=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ABC0 is #1F543F. Grayscale: #BDBDBD. Windows color (decimal): -2053184 or 12626912. OLE color: 12626912.

HSL color Cylindrical-coordinate representation of color #E0ABC0: hue angle of 336.23º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0ABC0 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB224171192-
CMYK00.240.140.12
HSL336.23º46.09%77.45%-
HSV(B)336.23º23.66%87.84%-
XYZ54.8248.7856.4-
YUV189.24129.56152.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.16%
GREEN value IS 171 (67.19% from 255) = 29.13%
BLUE value IS 192 (75.39% from 255) = 32.71%
R=38.16%
G=29.13%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417119200.240.140.12336.2346.0977.45
HexE0ABC0018EC1502e4d
Octal340253300030161452056115
Binary111000001010101111000000011000111011001010100001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABC0; }

 p { color: rgb(224,171,192); }

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

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

 a { background-color: rgb(224,171,192); }

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

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

 span { border-color: rgb(224,171,192); }

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