Html Css Color HEX #EAABAE Pale Chestnut

📋 copy color: '#EAABAE'

red 234 ◦ green 171 ◦ blue 174

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

Shades of Pale Chestnut #EAABAE

Tints of Pale Chestnut #EAABAE

RGB

 RED value IS 234 (91.8% from 255) = 40.41%

 GREEN value IS 171 (67.19% from 255) = 29.53%

 BLUE value IS 174 (68.36% from 255) = 30.05%

R = 40.41%
G = 29.53%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EAABAE (or 0xEAABAE) is known color: Pale Chestnut. HEX triplet: EA, AB and AE. RGB value is (234,171,174). Sum of RGB (Red+Green+Blue) = 234+171+174=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAABAE is #155451. Grayscale: #BEBEBE. Windows color (decimal): -1397842 or 11447274. OLE color: 11447274.

HSL color Cylindrical-coordinate representation of color #EAABAE: hue angle of 357.14º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAABAE is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 171 174 -
CMYK 0 0.27 0.26 0.08
HSL 357.14º 0.6% 0.79% -
HSV(B) 357.14º 0.27% 0.92% -
XYZ 56.13 49.67 46.67 -
YUV 190.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 234 171 174 0 0.27 0.26 0.08 357.14 0.6 0.79
Hex EA AB AE 0 1B 1A 8 165 3C 4F
Octal 352 253 256 0 33 32 10 545 74 117
Binary 11101010 10101011 10101110 0 11011 11010 1000 101100101 111100 1001111

Color Harmonies of #EAABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABAE

Black with #EAABAE

Text Example


Text Example

White with #EAABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABAE; }

 p { color: rgb(234,171,174); }

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

background-color css

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

 a { background-color: rgb(234,171,174); }

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

border-color css

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

 span { border-color: rgb(234,171,174); }

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