Html Css Color HEX #E2AEAF Pale Chestnut

📋 copy color: '#E2AEAF'

red 226 ◦ green 174 ◦ blue 175

#E2AEAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Chestnut #E2AEAF

Tints of Pale Chestnut #E2AEAF

RGB

 RED value IS 226 (88.67% from 255) = 39.3%

 GREEN value IS 174 (68.36% from 255) = 30.26%

 BLUE value IS 175 (68.75% from 255) = 30.43%

R = 39.3%
G = 30.26%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E2AEAF (or 0xE2AEAF) is known color: Pale Chestnut. HEX triplet: E2, AE and AF. RGB value is (226,174,175). Sum of RGB (Red+Green+Blue) = 226+174+175=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AEAF is #1D5150. Grayscale: #BDBDBD. Windows color (decimal): -1921361 or 11513570. OLE color: 11513570.

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

Color convert

RGB 226 174 175 -
CMYK 0 0.23 0.23 0.11
HSL 358.85º 0.47% 0.78% -
HSV(B) 358.85º 0.23% 0.89% -
XYZ 54.24 49.54 47.26 -
YUV 189.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 226 174 175 0 0.23 0.23 0.11 358.85 0.47 0.78
Hex E2 AE AF 0 17 17 B 167 2F 4E
Octal 342 256 257 0 27 27 13 547 57 116
Binary 11100010 10101110 10101111 0 10111 10111 1011 101100111 101111 1001110

Color Harmonies of #E2AEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AEAF

Black with #E2AEAF

Text Example


Text Example

White with #E2AEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AEAF; }

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

 H1.HeaderClassName
 {
   color: #E2AEAF;
 }
 .AnyTagClassName
 {
   color: #E2AEAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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