Shades of Snuff #EAC1EF
Tints of Snuff #EAC1EF
RGB
CMYK
RGB Variations
Color information
#EAC1EF (or 0xEAC1EF) is known color: Snuff. HEX triplet: EA, C1 and EF. RGB value is (234,193,239). Sum of RGB (Red+Green+Blue) = 234+193+239=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 193 (75.78% from 255 or 28.98% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAC1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC1EF is #153E10. Grayscale: #D2D2D2. Windows color (decimal): -1392145 or 15712746. OLE color: 15712746.
HSL color Cylindrical-coordinate representation of color #EAC1EF: hue angle of 293.48º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAC1EF is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 193 | 239 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.06 |
| HSL | 293.48º | 0.59% | 0.85% | - |
| HSV(B) | 293.48º | 0.19% | 0.94% | - |
| XYZ | 68.58 | 61.86 | 89.99 | - |
| YUV | 210.5 | 144.08 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 239 | 0.02 | 0.19 | 0 | 0.06 | 293.48 | 0.59 | 0.85 |
| Hex | EA | C1 | EF | 2 | 13 | 0 | 6 | 125 | 3B | 55 |
| Octal | 352 | 301 | 357 | 2 | 23 | 0 | 6 | 445 | 73 | 125 |
| Binary | 11101010 | 11000001 | 11101111 | 10 | 10011 | 0 | 110 | 100100101 | 111011 | 1010101 |
Color Harmonies of #EAC1EF
Complementary color
Monochromatic Colors of #EAC1EF
Black with #EAC1EF
Text Example
Text Example
White with #EAC1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC1EF; }
p { color: rgb(234,193,239); }
H1.HeaderClassName
{
color: #EAC1EF;
}
.AnyTagClassName
{
color: #EAC1EF;
}
</style>
background-color css
<style>
a { background-color: #EAC1EF; }
a { background-color: rgb(234,193,239); }
div.DivClassName
{
background-color: #EAC1EF;
}
.BgClassName
{
background-color: #EAC1EF;
}
</style>
border-color css
<style>
span { border-color: #EAC1EF; }
span { border-color: rgb(234,193,239); }
td.TdClassName
{
border-color: #EAC1EF;
}
.TagClassName
{
border-color: #EAC1EF;
}
</style>