#E2AEBF

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

Shades of Melanie #E2AEBF

Tints of Melanie #E2AEBF

Color information

#E2AEBF (or 0xE2AEBF) is unknown color: approx Melanie. HEX triplet: E2, AE and BF. RGB value is (226,174,191). Sum of RGB (Red+Green+Blue) = 226+174+191=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AEBF is #1D5140. Grayscale: #BFBFBF. Windows color (decimal): -1921345 or 12562146. OLE color: 12562146.

HSL color Cylindrical-coordinate representation of color #E2AEBF: hue angle of 340.38º 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 #E2AEBF is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB226174191-
CMYK00.230.150.11
HSL340.38º47.27%78.43%-
HSV(B)340.38º23.01%88.63%-
XYZ55.950.256.03-
YUV191.49127.73152.62-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.24%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 191 (75% from 255) = 32.32%
R=38.24%
G=29.44%
B=32.32%

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
Decimal22617419100.230.150.11340.3847.2778.43
HexE2AEBF017FB1542f4e
Octal342256277027171352457116
Binary111000101010111010111111010111111110111010101001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AEBF; }

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

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

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

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

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

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

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

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