Shades of Snuff #EAC2EC
Tints of Snuff #EAC2EC
RGB
CMYK
RGB Variations
Color information
#EAC2EC (or 0xEAC2EC) is known color: Snuff. HEX triplet: EA, C2 and EC. RGB value is (234,194,236). Sum of RGB (Red+Green+Blue) = 234+194+236=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 194 (76.17% from 255 or 29.22% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAC2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC2EC is #153D13. Grayscale: #D2D2D2. Windows color (decimal): -1391892 or 15516394. OLE color: 15516394.
HSL color Cylindrical-coordinate representation of color #EAC2EC: hue angle of 297.14º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC2EC is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 194 | 236 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.07 |
| HSL | 297.14º | 0.53% | 0.84% | - |
| HSV(B) | 297.14º | 0.18% | 0.93% | - |
| XYZ | 68.36 | 62.13 | 87.75 | - |
| YUV | 210.75 | 142.25 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 236 | 0.01 | 0.18 | 0 | 0.07 | 297.14 | 0.53 | 0.84 |
| Hex | EA | C2 | EC | 1 | 12 | 0 | 7 | 129 | 34 | 54 |
| Octal | 352 | 302 | 354 | 1 | 22 | 0 | 7 | 451 | 64 | 124 |
| Binary | 11101010 | 11000010 | 11101100 | 1 | 10010 | 0 | 111 | 100101001 | 110100 | 1010100 |
Color Harmonies of #EAC2EC
Complementary color
Monochromatic Colors of #EAC2EC
Black with #EAC2EC
Text Example
Text Example
White with #EAC2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC2EC; }
p { color: rgb(234,194,236); }
H1.HeaderClassName
{
color: #EAC2EC;
}
.AnyTagClassName
{
color: #EAC2EC;
}
</style>
background-color css
<style>
a { background-color: #EAC2EC; }
a { background-color: rgb(234,194,236); }
div.DivClassName
{
background-color: #EAC2EC;
}
.BgClassName
{
background-color: #EAC2EC;
}
</style>
border-color css
<style>
span { border-color: #EAC2EC; }
span { border-color: rgb(234,194,236); }
td.TdClassName
{
border-color: #EAC2EC;
}
.TagClassName
{
border-color: #EAC2EC;
}
</style>