Shades of Snuff #EAC0EA
Tints of Snuff #EAC0EA
RGB
CMYK
RGB Variations
Color information
#EAC0EA (or 0xEAC0EA) is known color: Snuff. HEX triplet: EA, C0 and EA. RGB value is (234,192,234). Sum of RGB (Red+Green+Blue) = 234+192+234=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 192 (75.39% from 255 or 29.09% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAC0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC0EA is #153F15. Grayscale: #D1D1D1. Windows color (decimal): -1392406 or 15384810. OLE color: 15384810.
HSL color Cylindrical-coordinate representation of color #EAC0EA: hue angle of 300º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC0EA is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 234 | - |
| CMYK | 0 | 0.18 | 0 | 0.08 |
| HSL | 300º | 0.5% | 0.84% | - |
| HSV(B) | 300º | 0.18% | 0.92% | - |
| XYZ | 67.63 | 61.13 | 86.08 | - |
| YUV | 209.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 234 | 0 | 0.18 | 0 | 0.08 | 300 | 0.5 | 0.84 |
| Hex | EA | C0 | EA | 0 | 12 | 0 | 8 | 12C | 32 | 54 |
| Octal | 352 | 300 | 352 | 0 | 22 | 0 | 10 | 454 | 62 | 124 |
| Binary | 11101010 | 11000000 | 11101010 | 0 | 10010 | 0 | 1000 | 100101100 | 110010 | 1010100 |
Color Harmonies of #EAC0EA
Complementary color
Monochromatic Colors of #EAC0EA
Black with #EAC0EA
Text Example
Text Example
White with #EAC0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC0EA; }
p { color: rgb(234,192,234); }
H1.HeaderClassName
{
color: #EAC0EA;
}
.AnyTagClassName
{
color: #EAC0EA;
}
</style>
background-color css
<style>
a { background-color: #EAC0EA; }
a { background-color: rgb(234,192,234); }
div.DivClassName
{
background-color: #EAC0EA;
}
.BgClassName
{
background-color: #EAC0EA;
}
</style>
border-color css
<style>
span { border-color: #EAC0EA; }
span { border-color: rgb(234,192,234); }
td.TdClassName
{
border-color: #EAC0EA;
}
.TagClassName
{
border-color: #EAC0EA;
}
</style>