Html Css Color HEX #E49FA8 Pale Chestnut

📋 copy color: '#E49FA8'

red 228 ◦ green 159 ◦ blue 168

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

Shades of Pale Chestnut #E49FA8

Tints of Pale Chestnut #E49FA8

RGB

 RED value IS 228 (89.45% from 255) = 41.08%

 GREEN value IS 159 (62.5% from 255) = 28.65%

 BLUE value IS 168 (66.02% from 255) = 30.27%

R = 41.08%
G = 28.65%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E49FA8 (or 0xE49FA8) is known color: Pale Chestnut. HEX triplet: E4, 9F and A8. RGB value is (228,159,168). Sum of RGB (Red+Green+Blue) = 228+159+168=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 228 - color contains mainly: red. Hex color #E49FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49FA8 is #1B6057. Grayscale: #B4B4B4. Windows color (decimal): -1794136 or 11050980. OLE color: 11050980.

HSL color Cylindrical-coordinate representation of color #E49FA8: hue angle of 352.17º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E49FA8 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 159 168 -
CMYK 0 0.30 0.26 0.11
HSL 352.17º 0.56% 0.76% -
HSV(B) 352.17º 0.3% 0.89% -
XYZ 51.46 44.12 42.85 -
YUV 180.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 228 159 168 0 0.30 0.26 0.11 352.17 0.56 0.76
Hex E4 9F A8 0 1E 1A B 160 38 4C
Octal 344 237 250 0 36 32 13 540 70 114
Binary 11100100 10011111 10101000 0 11110 11010 1011 101100000 111000 1001100

Color Harmonies of #E49FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49FA8

Black with #E49FA8

Text Example


Text Example

White with #E49FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49FA8; }

 p { color: rgb(228,159,168); }

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

background-color css

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

 a { background-color: rgb(228,159,168); }

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

border-color css

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

 span { border-color: rgb(228,159,168); }

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