Shades of Snuff #EAC5F1
Tints of Snuff #EAC5F1
RGB
CMYK
RGB Variations
Color information
#EAC5F1 (or 0xEAC5F1) is known color: Snuff. HEX triplet: EA, C5 and F1. RGB value is (234,197,241). Sum of RGB (Red+Green+Blue) = 234+197+241=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 197 (77.34% from 255 or 29.32% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAC5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC5F1 is #153A0E. Grayscale: #D4D4D4. Windows color (decimal): -1391119 or 15844842. OLE color: 15844842.
HSL color Cylindrical-coordinate representation of color #EAC5F1: hue angle of 290.45º 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 #EAC5F1 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 197 | 241 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.05 |
| HSL | 290.45º | 0.61% | 0.86% | - |
| HSV(B) | 290.45º | 0.18% | 0.95% | - |
| XYZ | 69.78 | 63.78 | 91.85 | - |
| YUV | 213.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 241 | 0.03 | 0.18 | 0 | 0.05 | 290.45 | 0.61 | 0.86 |
| Hex | EA | C5 | F1 | 3 | 12 | 0 | 5 | 122 | 3D | 56 |
| Octal | 352 | 305 | 361 | 3 | 22 | 0 | 5 | 442 | 75 | 126 |
| Binary | 11101010 | 11000101 | 11110001 | 11 | 10010 | 0 | 101 | 100100010 | 111101 | 1010110 |
Color Harmonies of #EAC5F1
Complementary color
Monochromatic Colors of #EAC5F1
Black with #EAC5F1
Text Example
Text Example
White with #EAC5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC5F1; }
p { color: rgb(234,197,241); }
H1.HeaderClassName
{
color: #EAC5F1;
}
.AnyTagClassName
{
color: #EAC5F1;
}
</style>
background-color css
<style>
a { background-color: #EAC5F1; }
a { background-color: rgb(234,197,241); }
div.DivClassName
{
background-color: #EAC5F1;
}
.BgClassName
{
background-color: #EAC5F1;
}
</style>
border-color css
<style>
span { border-color: #EAC5F1; }
span { border-color: rgb(234,197,241); }
td.TdClassName
{
border-color: #EAC5F1;
}
.TagClassName
{
border-color: #EAC5F1;
}
</style>