#E2AEC0

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

Shades of Melanie #E2AEC0

Tints of Melanie #E2AEC0

Color information

#E2AEC0 (or 0xE2AEC0) is unknown color: approx Melanie. HEX triplet: E2, AE and C0. RGB value is (226,174,192). Sum of RGB (Red+Green+Blue) = 226+174+192=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AEC0 is #1D513F. Grayscale: #BFBFBF. Windows color (decimal): -1921344 or 12627682. OLE color: 12627682.

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

Color convert

RGB226174192-
CMYK00.230.150.11
HSL339.23º47.27%78.43%-
HSV(B)339.23º23.01%88.63%-
XYZ56.0150.2556.62-
YUV191.6128.23152.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.18%
GREEN value IS 174 (68.36% from 255) = 29.39%
BLUE value IS 192 (75.39% from 255) = 32.43%
R=38.18%
G=29.39%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617419200.230.150.11339.2347.2778.43
HexE2AEC0017FB1532f4e
Octal342256300027171352357116
Binary111000101010111011000000010111111110111010100111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AEC0; }

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

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

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

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

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

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

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

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