Shades of Zinnwaldite #EABEAF
Tints of Zinnwaldite #EABEAF
RGB
CMYK
RGB Variations
Color information
#EABEAF (or 0xEABEAF) is known color: Zinnwaldite. HEX triplet: EA, BE and AF. RGB value is (234,190,175). Sum of RGB (Red+Green+Blue) = 234+190+175=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABEAF is #154150. Grayscale: #C9C9C9. Windows color (decimal): -1392977 or 11517674. OLE color: 11517674.
HSL color Cylindrical-coordinate representation of color #EABEAF: hue angle of 15.25º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EABEAF is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 175 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.08 |
| HSL | 15.25º | 0.58% | 0.8% | - |
| HSV(B) | 15.25º | 0.25% | 0.92% | - |
| XYZ | 60.08 | 57.41 | 48.47 | - |
| YUV | 201.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 175 | 0 | 0.19 | 0.25 | 0.08 | 15.25 | 0.58 | 0.8 |
| Hex | EA | BE | AF | 0 | 13 | 19 | 8 | F | 3A | 50 |
| Octal | 352 | 276 | 257 | 0 | 23 | 31 | 10 | 17 | 72 | 120 |
| Binary | 11101010 | 10111110 | 10101111 | 0 | 10011 | 11001 | 1000 | 1111 | 111010 | 1010000 |
Color Harmonies of #EABEAF
Complementary color
Monochromatic Colors of #EABEAF
Black with #EABEAF
Text Example
Text Example
White with #EABEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEAF; }
p { color: rgb(234,190,175); }
H1.HeaderClassName
{
color: #EABEAF;
}
.AnyTagClassName
{
color: #EABEAF;
}
</style>
background-color css
<style>
a { background-color: #EABEAF; }
a { background-color: rgb(234,190,175); }
div.DivClassName
{
background-color: #EABEAF;
}
.BgClassName
{
background-color: #EABEAF;
}
</style>
border-color css
<style>
span { border-color: #EABEAF; }
span { border-color: rgb(234,190,175); }
td.TdClassName
{
border-color: #EABEAF;
}
.TagClassName
{
border-color: #EABEAF;
}
</style>