Shades of Zinnwaldite #E3BEAF
Tints of Zinnwaldite #E3BEAF
RGB
CMYK
RGB Variations
Color information
#E3BEAF (or 0xE3BEAF) is known color: Zinnwaldite. HEX triplet: E3, BE and AF. RGB value is (227,190,175). Sum of RGB (Red+Green+Blue) = 227+190+175=592 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.34% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BEAF is #1C4150. Grayscale: #C7C7C7. Windows color (decimal): -1851729 or 11517667. OLE color: 11517667.
HSL color Cylindrical-coordinate representation of color #E3BEAF: hue angle of 17.31º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E3BEAF is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 190 | 175 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.11 |
| HSL | 17.31º | 0.48% | 0.79% | - |
| HSV(B) | 17.31º | 0.23% | 0.89% | - |
| XYZ | 57.83 | 56.25 | 48.37 | - |
| YUV | 199.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 190 | 175 | 0 | 0.16 | 0.23 | 0.11 | 17.31 | 0.48 | 0.79 |
| Hex | E3 | BE | AF | 0 | 10 | 17 | B | 11 | 30 | 4F |
| Octal | 343 | 276 | 257 | 0 | 20 | 27 | 13 | 21 | 60 | 117 |
| Binary | 11100011 | 10111110 | 10101111 | 0 | 10000 | 10111 | 1011 | 10001 | 110000 | 1001111 |
Color Harmonies of #E3BEAF
Complementary color
Monochromatic Colors of #E3BEAF
Black with #E3BEAF
Text Example
Text Example
White with #E3BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BEAF; }
p { color: rgb(227,190,175); }
H1.HeaderClassName
{
color: #E3BEAF;
}
.AnyTagClassName
{
color: #E3BEAF;
}
</style>
background-color css
<style>
a { background-color: #E3BEAF; }
a { background-color: rgb(227,190,175); }
div.DivClassName
{
background-color: #E3BEAF;
}
.BgClassName
{
background-color: #E3BEAF;
}
</style>
border-color css
<style>
span { border-color: #E3BEAF; }
span { border-color: rgb(227,190,175); }
td.TdClassName
{
border-color: #E3BEAF;
}
.TagClassName
{
border-color: #E3BEAF;
}
</style>