Shades of Snuff #EAC9E9
Tints of Snuff #EAC9E9
RGB
CMYK
RGB Variations
Color information
#EAC9E9 (or 0xEAC9E9) is known color: Snuff. HEX triplet: EA, C9 and E9. RGB value is (234,201,233). Sum of RGB (Red+Green+Blue) = 234+201+233=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 201 (78.91% from 255 or 30.09% from 668); Blue value is 233 (91.41% from 255 or 34.88% from 668); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC9E9 is #153616. Grayscale: #D6D6D6. Windows color (decimal): -1390103 or 15321578. OLE color: 15321578.
HSL color Cylindrical-coordinate representation of color #EAC9E9: hue angle of 301.82º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAC9E9 is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 233 | - |
| CMYK | 0 | 0.14 | 0.00 | 0.08 |
| HSL | 301.82º | 0.44% | 0.85% | - |
| HSV(B) | 301.82º | 0.14% | 0.92% | - |
| XYZ | 69.53 | 65.15 | 86 | - |
| YUV | 214.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 233 | 0 | 0.14 | 0.00 | 0.08 | 301.82 | 0.44 | 0.85 |
| Hex | EA | C9 | E9 | 0 | E | 0 | 8 | 12E | 2C | 55 |
| Octal | 352 | 311 | 351 | 0 | 16 | 0 | 10 | 456 | 54 | 125 |
| Binary | 11101010 | 11001001 | 11101001 | 0 | 1110 | 0 | 1000 | 100101110 | 101100 | 1010101 |
Color Harmonies of #EAC9E9
Complementary color
Monochromatic Colors of #EAC9E9
Black with #EAC9E9
Text Example
Text Example
White with #EAC9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC9E9; }
p { color: rgb(234,201,233); }
H1.HeaderClassName
{
color: #EAC9E9;
}
.AnyTagClassName
{
color: #EAC9E9;
}
</style>
background-color css
<style>
a { background-color: #EAC9E9; }
a { background-color: rgb(234,201,233); }
div.DivClassName
{
background-color: #EAC9E9;
}
.BgClassName
{
background-color: #EAC9E9;
}
</style>
border-color css
<style>
span { border-color: #EAC9E9; }
span { border-color: rgb(234,201,233); }
td.TdClassName
{
border-color: #EAC9E9;
}
.TagClassName
{
border-color: #EAC9E9;
}
</style>