Shades of Zinnwaldite #E8BFAF
Tints of Zinnwaldite #E8BFAF
RGB
CMYK
RGB Variations
Color information
#E8BFAF (or 0xE8BFAF) is known color: Zinnwaldite. HEX triplet: E8, BF and AF. RGB value is (232,191,175). Sum of RGB (Red+Green+Blue) = 232+191+175=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BFAF is #174050. Grayscale: #C9C9C9. Windows color (decimal): -1523793 or 11517928. OLE color: 11517928.
HSL color Cylindrical-coordinate representation of color #E8BFAF: hue angle of 16.84º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8BFAF is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 191 | 175 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.09 |
| HSL | 16.84º | 0.55% | 0.8% | - |
| HSV(B) | 16.84º | 0.25% | 0.91% | - |
| XYZ | 59.65 | 57.51 | 48.51 | - |
| YUV | 201.44 | 113.08 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 191 | 175 | 0 | 0.18 | 0.25 | 0.09 | 16.84 | 0.55 | 0.8 |
| Hex | E8 | BF | AF | 0 | 12 | 19 | 9 | 11 | 37 | 50 |
| Octal | 350 | 277 | 257 | 0 | 22 | 31 | 11 | 21 | 67 | 120 |
| Binary | 11101000 | 10111111 | 10101111 | 0 | 10010 | 11001 | 1001 | 10001 | 110111 | 1010000 |
Color Harmonies of #E8BFAF
Complementary color
Monochromatic Colors of #E8BFAF
Black with #E8BFAF
Text Example
Text Example
White with #E8BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BFAF; }
p { color: rgb(232,191,175); }
H1.HeaderClassName
{
color: #E8BFAF;
}
.AnyTagClassName
{
color: #E8BFAF;
}
</style>
background-color css
<style>
a { background-color: #E8BFAF; }
a { background-color: rgb(232,191,175); }
div.DivClassName
{
background-color: #E8BFAF;
}
.BgClassName
{
background-color: #E8BFAF;
}
</style>
border-color css
<style>
span { border-color: #E8BFAF; }
span { border-color: rgb(232,191,175); }
td.TdClassName
{
border-color: #E8BFAF;
}
.TagClassName
{
border-color: #E8BFAF;
}
</style>