Html Css Color HEX #E29FA5 Pale Chestnut

📋 copy color: '#E29FA5'

red 226 ◦ green 159 ◦ blue 165

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

Shades of Pale Chestnut #E29FA5

Tints of Pale Chestnut #E29FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30%

R = 41.09%
G = 28.91%
B = 30%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E29FA5 (or 0xE29FA5) is known color: Pale Chestnut. HEX triplet: E2, 9F and A5. RGB value is (226,159,165). Sum of RGB (Red+Green+Blue) = 226+159+165=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29FA5 is #1D605A. Grayscale: #B3B3B3. Windows color (decimal): -1925211 or 10854370. OLE color: 10854370.

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

Color convert

RGB 226 159 165 -
CMYK 0 0.30 0.27 0.11
HSL 354.63º 0.54% 0.75% -
HSV(B) 354.63º 0.3% 0.89% -
XYZ 50.55 43.68 41.36 -
YUV 179.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 226 159 165 0 0.30 0.27 0.11 354.63 0.54 0.75
Hex E2 9F A5 0 1E 1B B 163 36 4B
Octal 342 237 245 0 36 33 13 543 66 113
Binary 11100010 10011111 10100101 0 11110 11011 1011 101100011 110110 1001011

Color Harmonies of #E29FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29FA5

Black with #E29FA5

Text Example


Text Example

White with #E29FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29FA5; }

 p { color: rgb(226,159,165); }

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

background-color css

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

 a { background-color: rgb(226,159,165); }

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

border-color css

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

 span { border-color: rgb(226,159,165); }

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