Shades of Snuff #EAC6EA
Tints of Snuff #EAC6EA
RGB
CMYK
RGB Variations
Color information
#EAC6EA (or 0xEAC6EA) is known color: Snuff. HEX triplet: EA, C6 and EA. RGB value is (234,198,234). Sum of RGB (Red+Green+Blue) = 234+198+234=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 198 (77.73% from 255 or 29.73% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAC6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC6EA is #153915. Grayscale: #D4D4D4. Windows color (decimal): -1390870 or 15386346. OLE color: 15386346.
HSL color Cylindrical-coordinate representation of color #EAC6EA: hue angle of 300º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAC6EA is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 234 | - |
| CMYK | 0 | 0.15 | 0 | 0.08 |
| HSL | 300º | 0.46% | 0.85% | - |
| HSV(B) | 300º | 0.15% | 0.92% | - |
| XYZ | 68.98 | 63.82 | 86.53 | - |
| YUV | 212.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 234 | 0 | 0.15 | 0 | 0.08 | 300 | 0.46 | 0.85 |
| Hex | EA | C6 | EA | 0 | F | 0 | 8 | 12C | 2E | 55 |
| Octal | 352 | 306 | 352 | 0 | 17 | 0 | 10 | 454 | 56 | 125 |
| Binary | 11101010 | 11000110 | 11101010 | 0 | 1111 | 0 | 1000 | 100101100 | 101110 | 1010101 |
Color Harmonies of #EAC6EA
Complementary color
Monochromatic Colors of #EAC6EA
Black with #EAC6EA
Text Example
Text Example
White with #EAC6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC6EA; }
p { color: rgb(234,198,234); }
H1.HeaderClassName
{
color: #EAC6EA;
}
.AnyTagClassName
{
color: #EAC6EA;
}
</style>
background-color css
<style>
a { background-color: #EAC6EA; }
a { background-color: rgb(234,198,234); }
div.DivClassName
{
background-color: #EAC6EA;
}
.BgClassName
{
background-color: #EAC6EA;
}
</style>
border-color css
<style>
span { border-color: #EAC6EA; }
span { border-color: rgb(234,198,234); }
td.TdClassName
{
border-color: #EAC6EA;
}
.TagClassName
{
border-color: #EAC6EA;
}
</style>