#E1ACC0

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

Shades of Melanie #E1ACC0

Tints of Melanie #E1ACC0

Color information

#E1ACC0 (or 0xE1ACC0) is unknown color: approx Melanie. HEX triplet: E1, AC and C0. RGB value is (225,172,192). Sum of RGB (Red+Green+Blue) = 225+172+192=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACC0 is #1E533F. Grayscale: #BEBEBE. Windows color (decimal): -1987392 or 12627169. OLE color: 12627169.

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

Color convert

RGB225172192-
CMYK00.240.150.12
HSL337.36º46.9%77.84%-
HSV(B)337.36º23.56%88.24%-
XYZ55.3249.3256.47-
YUV190.13129.06152.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.20%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 192 (75.39% from 255) = 32.60%
R=38.20%
G=29.20%
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.12
SystemRedGreenBlueCMYKHSL
Decimal22517219200.240.150.12337.3646.977.84
HexE1ACC0018FC1512f4e
Octal341254300030171452157116
Binary111000011010110011000000011000111111001010100011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACC0; }

 p { color: rgb(225,172,192); }

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

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

 a { background-color: rgb(225,172,192); }

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

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

 span { border-color: rgb(225,172,192); }

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