Shades of Zinnwaldite #E8BEAF
Tints of Zinnwaldite #E8BEAF
RGB
CMYK
RGB Variations
Color information
#E8BEAF (or 0xE8BEAF) is known color: Zinnwaldite. HEX triplet: E8, BE and AF. RGB value is (232,190,175). Sum of RGB (Red+Green+Blue) = 232+190+175=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BEAF is #174150. Grayscale: #C8C8C8. Windows color (decimal): -1524049 or 11517672. OLE color: 11517672.
HSL color Cylindrical-coordinate representation of color #E8BEAF: hue angle of 15.79º 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 #E8BEAF is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 190 | 175 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.09 |
| HSL | 15.79º | 0.55% | 0.8% | - |
| HSV(B) | 15.79º | 0.25% | 0.91% | - |
| XYZ | 59.43 | 57.08 | 48.44 | - |
| YUV | 200.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 190 | 175 | 0 | 0.18 | 0.25 | 0.09 | 15.79 | 0.55 | 0.8 |
| Hex | E8 | BE | AF | 0 | 12 | 19 | 9 | 10 | 37 | 50 |
| Octal | 350 | 276 | 257 | 0 | 22 | 31 | 11 | 20 | 67 | 120 |
| Binary | 11101000 | 10111110 | 10101111 | 0 | 10010 | 11001 | 1001 | 10000 | 110111 | 1010000 |
Color Harmonies of #E8BEAF
Complementary color
Monochromatic Colors of #E8BEAF
Black with #E8BEAF
Text Example
Text Example
White with #E8BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BEAF; }
p { color: rgb(232,190,175); }
H1.HeaderClassName
{
color: #E8BEAF;
}
.AnyTagClassName
{
color: #E8BEAF;
}
</style>
background-color css
<style>
a { background-color: #E8BEAF; }
a { background-color: rgb(232,190,175); }
div.DivClassName
{
background-color: #E8BEAF;
}
.BgClassName
{
background-color: #E8BEAF;
}
</style>
border-color css
<style>
span { border-color: #E8BEAF; }
span { border-color: rgb(232,190,175); }
td.TdClassName
{
border-color: #E8BEAF;
}
.TagClassName
{
border-color: #E8BEAF;
}
</style>