Html Css Color HEX #E8BFAA Zinnwaldite

📋 copy color: '#E8BFAA'

red 232 ◦ green 191 ◦ blue 170

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

Shades of Zinnwaldite #E8BFAA

Tints of Zinnwaldite #E8BFAA

RGB

 RED value IS 232 (91.02% from 255) = 39.12%

 GREEN value IS 191 (75% from 255) = 32.21%

 BLUE value IS 170 (66.8% from 255) = 28.67%

R = 39.12%
G = 32.21%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E8BFAA (or 0xE8BFAA) is known color: Zinnwaldite. HEX triplet: E8, BF and AA. RGB value is (232,191,170). Sum of RGB (Red+Green+Blue) = 232+191+170=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BFAA is #174055. Grayscale: #C8C8C8. Windows color (decimal): -1523798 or 11190248. OLE color: 11190248.

HSL color Cylindrical-coordinate representation of color #E8BFAA: hue angle of 20.32º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8BFAA is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 191 170 -
CMYK 0 0.18 0.27 0.09
HSL 20.32º 0.57% 0.79% -
HSV(B) 20.32º 0.27% 0.91% -
XYZ 59.17 57.32 45.98 -
YUV 200.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 232 191 170 0 0.18 0.27 0.09 20.32 0.57 0.79
Hex E8 BF AA 0 12 1B 9 14 39 4F
Octal 350 277 252 0 22 33 11 24 71 117
Binary 11101000 10111111 10101010 0 10010 11011 1001 10100 111001 1001111

Color Harmonies of #E8BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BFAA

Black with #E8BFAA

Text Example


Text Example

White with #E8BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BFAA; }

 p { color: rgb(232,191,170); }

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

background-color css

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

 a { background-color: rgb(232,191,170); }

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

border-color css

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

 span { border-color: rgb(232,191,170); }

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