Shades of Zinnwaldite #E8BEB0
Tints of Zinnwaldite #E8BEB0
RGB
CMYK
RGB Variations
Color information
#E8BEB0 (or 0xE8BEB0) is known color: Zinnwaldite. HEX triplet: E8, BE and B0. RGB value is (232,190,176). Sum of RGB (Red+Green+Blue) = 232+190+176=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BEB0 is #17414F. Grayscale: #C9C9C9. Windows color (decimal): -1524048 or 11583208. OLE color: 11583208.
HSL color Cylindrical-coordinate representation of color #E8BEB0: hue angle of 15º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8BEB0 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 190 | 176 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.09 |
| HSL | 15º | 0.55% | 0.8% | - |
| HSV(B) | 15º | 0.24% | 0.91% | - |
| XYZ | 59.53 | 57.12 | 48.96 | - |
| YUV | 200.96 | 113.91 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 190 | 176 | 0 | 0.18 | 0.24 | 0.09 | 15 | 0.55 | 0.8 |
| Hex | E8 | BE | B0 | 0 | 12 | 18 | 9 | F | 37 | 50 |
| Octal | 350 | 276 | 260 | 0 | 22 | 30 | 11 | 17 | 67 | 120 |
| Binary | 11101000 | 10111110 | 10110000 | 0 | 10010 | 11000 | 1001 | 1111 | 110111 | 1010000 |
Color Harmonies of #E8BEB0
Complementary color
Monochromatic Colors of #E8BEB0
Black with #E8BEB0
Text Example
Text Example
White with #E8BEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BEB0; }
p { color: rgb(232,190,176); }
H1.HeaderClassName
{
color: #E8BEB0;
}
.AnyTagClassName
{
color: #E8BEB0;
}
</style>
background-color css
<style>
a { background-color: #E8BEB0; }
a { background-color: rgb(232,190,176); }
div.DivClassName
{
background-color: #E8BEB0;
}
.BgClassName
{
background-color: #E8BEB0;
}
</style>
border-color css
<style>
span { border-color: #E8BEB0; }
span { border-color: rgb(232,190,176); }
td.TdClassName
{
border-color: #E8BEB0;
}
.TagClassName
{
border-color: #E8BEB0;
}
</style>