Shades of Snuff #EAC0EC
Tints of Snuff #EAC0EC
RGB
CMYK
RGB Variations
Color information
#EAC0EC (or 0xEAC0EC) is known color: Snuff. HEX triplet: EA, C0 and EC. RGB value is (234,192,236). Sum of RGB (Red+Green+Blue) = 234+192+236=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 192 (75.39% from 255 or 29.00% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAC0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC0EC is #153F13. Grayscale: #D1D1D1. Windows color (decimal): -1392404 or 15515882. OLE color: 15515882.
HSL color Cylindrical-coordinate representation of color #EAC0EC: hue angle of 297.27º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAC0EC is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 192 | 236 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.07 |
| HSL | 297.27º | 0.54% | 0.84% | - |
| HSV(B) | 297.27º | 0.19% | 0.93% | - |
| XYZ | 67.92 | 61.25 | 87.6 | - |
| YUV | 209.57 | 142.91 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 236 | 0.01 | 0.19 | 0 | 0.07 | 297.27 | 0.54 | 0.84 |
| Hex | EA | C0 | EC | 1 | 13 | 0 | 7 | 129 | 36 | 54 |
| Octal | 352 | 300 | 354 | 1 | 23 | 0 | 7 | 451 | 66 | 124 |
| Binary | 11101010 | 11000000 | 11101100 | 1 | 10011 | 0 | 111 | 100101001 | 110110 | 1010100 |
Color Harmonies of #EAC0EC
Complementary color
Monochromatic Colors of #EAC0EC
Black with #EAC0EC
Text Example
Text Example
White with #EAC0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC0EC; }
p { color: rgb(234,192,236); }
H1.HeaderClassName
{
color: #EAC0EC;
}
.AnyTagClassName
{
color: #EAC0EC;
}
</style>
background-color css
<style>
a { background-color: #EAC0EC; }
a { background-color: rgb(234,192,236); }
div.DivClassName
{
background-color: #EAC0EC;
}
.BgClassName
{
background-color: #EAC0EC;
}
</style>
border-color css
<style>
span { border-color: #EAC0EC; }
span { border-color: rgb(234,192,236); }
td.TdClassName
{
border-color: #EAC0EC;
}
.TagClassName
{
border-color: #EAC0EC;
}
</style>