Shades of Snuff #EAC6F1
Tints of Snuff #EAC6F1
RGB
CMYK
RGB Variations
Color information
#EAC6F1 (or 0xEAC6F1) is known color: Snuff. HEX triplet: EA, C6 and F1. RGB value is (234,198,241). Sum of RGB (Red+Green+Blue) = 234+198+241=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 198 (77.73% from 255 or 29.42% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAC6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC6F1 is #15390E. Grayscale: #D5D5D5. Windows color (decimal): -1390863 or 15845098. OLE color: 15845098.
HSL color Cylindrical-coordinate representation of color #EAC6F1: hue angle of 290.23º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC6F1 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 198 | 241 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.05 |
| HSL | 290.23º | 0.61% | 0.86% | - |
| HSV(B) | 290.23º | 0.18% | 0.95% | - |
| XYZ | 70 | 64.23 | 91.93 | - |
| YUV | 213.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 241 | 0.03 | 0.18 | 0 | 0.05 | 290.23 | 0.61 | 0.86 |
| Hex | EA | C6 | F1 | 3 | 12 | 0 | 5 | 122 | 3D | 56 |
| Octal | 352 | 306 | 361 | 3 | 22 | 0 | 5 | 442 | 75 | 126 |
| Binary | 11101010 | 11000110 | 11110001 | 11 | 10010 | 0 | 101 | 100100010 | 111101 | 1010110 |
Color Harmonies of #EAC6F1
Complementary color
Monochromatic Colors of #EAC6F1
Black with #EAC6F1
Text Example
Text Example
White with #EAC6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC6F1; }
p { color: rgb(234,198,241); }
H1.HeaderClassName
{
color: #EAC6F1;
}
.AnyTagClassName
{
color: #EAC6F1;
}
</style>
background-color css
<style>
a { background-color: #EAC6F1; }
a { background-color: rgb(234,198,241); }
div.DivClassName
{
background-color: #EAC6F1;
}
.BgClassName
{
background-color: #EAC6F1;
}
</style>
border-color css
<style>
span { border-color: #EAC6F1; }
span { border-color: rgb(234,198,241); }
td.TdClassName
{
border-color: #EAC6F1;
}
.TagClassName
{
border-color: #EAC6F1;
}
</style>