#e2afbc

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

Shades of Melanie #E2AFBC

Tints of Melanie #E2AFBC

Color information

#E2AFBC (or 0xE2AFBC) is unknown color: approx Melanie. HEX triplet: E2, AF and BC. RGB value is (226,175,188). Sum of RGB (Red+Green+Blue) = 226+175+188=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFBC is #1D5043. Grayscale: #BFBFBF. Windows color (decimal): -1921092 or 12365794. OLE color: 12365794.

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

Color convert

RGB226175188-
CMYK00.230.170.11
HSL344.71º46.79%78.63%-
HSV(B)344.71º22.57%88.63%-
XYZ55.7750.4654.38-
YUV191.73125.9152.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.37%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 188 (73.83% from 255) = 31.92%
R=38.37%
G=29.71%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617518800.230.170.11344.7146.7978.63
HexE2AFBC01711B1592f4f
Octal342257274027211353157117
Binary1110001010101111101111000101111000110111010110011011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2afbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2afbc; }

 p { color: rgb(226,175,188); }

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

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

 a { background-color: rgb(226,175,188); }

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

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

 span { border-color: rgb(226,175,188); }

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