Shades of Snuff #EAC0ED
Tints of Snuff #EAC0ED
RGB
CMYK
RGB Variations
Color information
#EAC0ED (or 0xEAC0ED) is known color: Snuff. HEX triplet: EA, C0 and ED. RGB value is (234,192,237). Sum of RGB (Red+Green+Blue) = 234+192+237=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 192 (75.39% from 255 or 28.96% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAC0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC0ED is #153F12. Grayscale: #D1D1D1. Windows color (decimal): -1392403 or 15581418. OLE color: 15581418.
HSL color Cylindrical-coordinate representation of color #EAC0ED: hue angle of 296º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAC0ED is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 192 | 237 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.07 |
| HSL | 296º | 0.56% | 0.84% | - |
| HSV(B) | 296º | 0.19% | 0.93% | - |
| XYZ | 68.07 | 61.31 | 88.37 | - |
| YUV | 209.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 237 | 0.01 | 0.19 | 0 | 0.07 | 296 | 0.56 | 0.84 |
| Hex | EA | C0 | ED | 1 | 13 | 0 | 7 | 128 | 38 | 54 |
| Octal | 352 | 300 | 355 | 1 | 23 | 0 | 7 | 450 | 70 | 124 |
| Binary | 11101010 | 11000000 | 11101101 | 1 | 10011 | 0 | 111 | 100101000 | 111000 | 1010100 |
Color Harmonies of #EAC0ED
Complementary color
Monochromatic Colors of #EAC0ED
Black with #EAC0ED
Text Example
Text Example
White with #EAC0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC0ED; }
p { color: rgb(234,192,237); }
H1.HeaderClassName
{
color: #EAC0ED;
}
.AnyTagClassName
{
color: #EAC0ED;
}
</style>
background-color css
<style>
a { background-color: #EAC0ED; }
a { background-color: rgb(234,192,237); }
div.DivClassName
{
background-color: #EAC0ED;
}
.BgClassName
{
background-color: #EAC0ED;
}
</style>
border-color css
<style>
span { border-color: #EAC0ED; }
span { border-color: rgb(234,192,237); }
td.TdClassName
{
border-color: #EAC0ED;
}
.TagClassName
{
border-color: #EAC0ED;
}
</style>