Shades of Snuff #EAC9EA
Tints of Snuff #EAC9EA
RGB
CMYK
RGB Variations
Color information
#EAC9EA (or 0xEAC9EA) is known color: Snuff. HEX triplet: EA, C9 and EA. RGB value is (234,201,234). Sum of RGB (Red+Green+Blue) = 234+201+234=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 201 (78.91% from 255 or 30.04% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAC9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC9EA is #153615. Grayscale: #D6D6D6. Windows color (decimal): -1390102 or 15387114. OLE color: 15387114.
HSL color Cylindrical-coordinate representation of color #EAC9EA: hue angle of 300º 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 #EAC9EA is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 234 | - |
| CMYK | 0 | 0.14 | 0 | 0.08 |
| HSL | 300º | 0.44% | 0.85% | - |
| HSV(B) | 300º | 0.14% | 0.92% | - |
| XYZ | 69.67 | 65.21 | 86.76 | - |
| YUV | 214.63 | 138.93 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 234 | 0 | 0.14 | 0 | 0.08 | 300 | 0.44 | 0.85 |
| Hex | EA | C9 | EA | 0 | E | 0 | 8 | 12C | 2C | 55 |
| Octal | 352 | 311 | 352 | 0 | 16 | 0 | 10 | 454 | 54 | 125 |
| Binary | 11101010 | 11001001 | 11101010 | 0 | 1110 | 0 | 1000 | 100101100 | 101100 | 1010101 |
Color Harmonies of #EAC9EA
Complementary color
Monochromatic Colors of #EAC9EA
Black with #EAC9EA
Text Example
Text Example
White with #EAC9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC9EA; }
p { color: rgb(234,201,234); }
H1.HeaderClassName
{
color: #EAC9EA;
}
.AnyTagClassName
{
color: #EAC9EA;
}
</style>
background-color css
<style>
a { background-color: #EAC9EA; }
a { background-color: rgb(234,201,234); }
div.DivClassName
{
background-color: #EAC9EA;
}
.BgClassName
{
background-color: #EAC9EA;
}
</style>
border-color css
<style>
span { border-color: #EAC9EA; }
span { border-color: rgb(234,201,234); }
td.TdClassName
{
border-color: #EAC9EA;
}
.TagClassName
{
border-color: #EAC9EA;
}
</style>