#E2AFB1

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

Shades of Pale Chestnut #E2AFB1

Tints of Pale Chestnut #E2AFB1

Color information

#E2AFB1 (or 0xE2AFB1) is unknown color: approx Pale Chestnut. HEX triplet: E2, AF and B1. RGB value is (226,175,177). Sum of RGB (Red+Green+Blue) = 226+175+177=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AFB1 is #1D504E. Grayscale: #BEBEBE. Windows color (decimal): -1921103 or 11644898. OLE color: 11644898.

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

Color convert

RGB226175177-
CMYK00.230.220.11
HSL357.65º46.79%78.63%-
HSV(B)357.65º22.57%88.63%-
XYZ54.635048.37-
YUV190.48120.4153.34-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.10%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 177 (69.53% from 255) = 30.62%
R=39.10%
G=30.28%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617517700.230.220.11357.6546.7978.63
HexE2AFB101716B1662f4f
Octal342257261027261354657117
Binary1110001010101111101100010101111011010111011001101011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AFB1; }

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

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

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

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

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

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

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

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