#E2ABC0

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

Shades of Melanie #E2ABC0

Tints of Melanie #E2ABC0

Color information

#E2ABC0 (or 0xE2ABC0) is unknown color: approx Melanie. HEX triplet: E2, AB and C0. RGB value is (226,171,192). Sum of RGB (Red+Green+Blue) = 226+171+192=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ABC0 is #1D543F. Grayscale: #BDBDBD. Windows color (decimal): -1922112 or 12626914. OLE color: 12626914.

HSL color Cylindrical-coordinate representation of color #E2ABC0: hue angle of 337.09º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ABC0 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB226171192-
CMYK00.240.150.11
HSL337.09º48.67%77.84%-
HSV(B)337.09º24.34%88.63%-
XYZ55.4449.156.42-
YUV189.84129.22153.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.37%
GREEN value IS 171 (67.19% from 255) = 29.03%
BLUE value IS 192 (75.39% from 255) = 32.60%
R=38.37%
G=29.03%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617119200.240.150.11337.0948.6777.84
HexE2ABC0018FB151314e
Octal342253300030171352161116
Binary111000101010101111000000011000111110111010100011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ABC0; }

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

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

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

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

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

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

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

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