Shades of Snuff #EAC1F0
Tints of Snuff #EAC1F0
RGB
CMYK
RGB Variations
Color information
#EAC1F0 (or 0xEAC1F0) is known color: Snuff. HEX triplet: EA, C1 and F0. RGB value is (234,193,240). Sum of RGB (Red+Green+Blue) = 234+193+240=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 193 (75.78% from 255 or 28.94% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAC1F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC1F0 is #153E0F. Grayscale: #D2D2D2. Windows color (decimal): -1392144 or 15778282. OLE color: 15778282.
HSL color Cylindrical-coordinate representation of color #EAC1F0: hue angle of 292.34º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAC1F0 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 193 | 240 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.06 |
| HSL | 292.34º | 0.61% | 0.85% | - |
| HSV(B) | 292.34º | 0.2% | 0.94% | - |
| XYZ | 68.73 | 61.92 | 90.77 | - |
| YUV | 210.62 | 144.58 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 240 | 0.02 | 0.20 | 0 | 0.06 | 292.34 | 0.61 | 0.85 |
| Hex | EA | C1 | F0 | 2 | 14 | 0 | 6 | 124 | 3D | 55 |
| Octal | 352 | 301 | 360 | 2 | 24 | 0 | 6 | 444 | 75 | 125 |
| Binary | 11101010 | 11000001 | 11110000 | 10 | 10100 | 0 | 110 | 100100100 | 111101 | 1010101 |
Color Harmonies of #EAC1F0
Complementary color
Monochromatic Colors of #EAC1F0
Black with #EAC1F0
Text Example
Text Example
White with #EAC1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC1F0; }
p { color: rgb(234,193,240); }
H1.HeaderClassName
{
color: #EAC1F0;
}
.AnyTagClassName
{
color: #EAC1F0;
}
</style>
background-color css
<style>
a { background-color: #EAC1F0; }
a { background-color: rgb(234,193,240); }
div.DivClassName
{
background-color: #EAC1F0;
}
.BgClassName
{
background-color: #EAC1F0;
}
</style>
border-color css
<style>
span { border-color: #EAC1F0; }
span { border-color: rgb(234,193,240); }
td.TdClassName
{
border-color: #EAC1F0;
}
.TagClassName
{
border-color: #EAC1F0;
}
</style>