Shades of Snuff #EAC2E9
Tints of Snuff #EAC2E9
RGB
CMYK
RGB Variations
Color information
#EAC2E9 (or 0xEAC2E9) is known color: Snuff. HEX triplet: EA, C2 and E9. RGB value is (234,194,233). Sum of RGB (Red+Green+Blue) = 234+194+233=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 194 (76.17% from 255 or 29.35% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC2E9 is #153D16. Grayscale: #D2D2D2. Windows color (decimal): -1391895 or 15319786. OLE color: 15319786.
HSL color Cylindrical-coordinate representation of color #EAC2E9: hue angle of 301.5º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAC2E9 is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 233 | - |
| CMYK | 0 | 0.17 | 0.00 | 0.08 |
| HSL | 301.5º | 0.49% | 0.84% | - |
| HSV(B) | 301.5º | 0.17% | 0.92% | - |
| XYZ | 67.93 | 61.96 | 85.47 | - |
| YUV | 210.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 233 | 0 | 0.17 | 0.00 | 0.08 | 301.5 | 0.49 | 0.84 |
| Hex | EA | C2 | E9 | 0 | 11 | 0 | 8 | 12E | 31 | 54 |
| Octal | 352 | 302 | 351 | 0 | 21 | 0 | 10 | 456 | 61 | 124 |
| Binary | 11101010 | 11000010 | 11101001 | 0 | 10001 | 0 | 1000 | 100101110 | 110001 | 1010100 |
Color Harmonies of #EAC2E9
Complementary color
Monochromatic Colors of #EAC2E9
Black with #EAC2E9
Text Example
Text Example
White with #EAC2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC2E9; }
p { color: rgb(234,194,233); }
H1.HeaderClassName
{
color: #EAC2E9;
}
.AnyTagClassName
{
color: #EAC2E9;
}
</style>
background-color css
<style>
a { background-color: #EAC2E9; }
a { background-color: rgb(234,194,233); }
div.DivClassName
{
background-color: #EAC2E9;
}
.BgClassName
{
background-color: #EAC2E9;
}
</style>
border-color css
<style>
span { border-color: #EAC2E9; }
span { border-color: rgb(234,194,233); }
td.TdClassName
{
border-color: #EAC2E9;
}
.TagClassName
{
border-color: #EAC2E9;
}
</style>