Html Css Color HEX #E2ACB0 Pale Chestnut

📋 copy color: '#E2ACB0'

red 226 ◦ green 172 ◦ blue 176

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

Shades of Pale Chestnut #E2ACB0

Tints of Pale Chestnut #E2ACB0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.97%

 BLUE value IS 176 (69.14% from 255) = 30.66%

R = 39.37%
G = 29.97%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E2ACB0 (or 0xE2ACB0) is known color: Pale Chestnut. HEX triplet: E2, AC and B0. RGB value is (226,172,176). Sum of RGB (Red+Green+Blue) = 226+172+176=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 176 (69.14% from 255 or 30.66% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2ACB0 is #1D534F. Grayscale: #BCBCBC. Windows color (decimal): -1921872 or 11578594. OLE color: 11578594.

HSL color Cylindrical-coordinate representation of color #E2ACB0: hue angle of 355.56º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ACB0 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 172 176 -
CMYK 0 0.24 0.22 0.11
HSL 355.56º 0.48% 0.78% -
HSV(B) 355.56º 0.24% 0.89% -
XYZ 53.95 48.81 47.65 -
YUV 188.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 226 172 176 0 0.24 0.22 0.11 355.56 0.48 0.78
Hex E2 AC B0 0 18 16 B 164 30 4E
Octal 342 254 260 0 30 26 13 544 60 116
Binary 11100010 10101100 10110000 0 11000 10110 1011 101100100 110000 1001110

Color Harmonies of #E2ACB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ACB0

Black with #E2ACB0

Text Example


Text Example

White with #E2ACB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ACB0; }

 p { color: rgb(226,172,176); }

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

background-color css

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

 a { background-color: rgb(226,172,176); }

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

border-color css

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

 span { border-color: rgb(226,172,176); }

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