Shades of Snuff #EABFF1
Tints of Snuff #EABFF1
RGB
CMYK
RGB Variations
Color information
#EABFF1 (or 0xEABFF1) is known color: Snuff. HEX triplet: EA, BF and F1. RGB value is (234,191,241). Sum of RGB (Red+Green+Blue) = 234+191+241=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 191 (75% from 255 or 28.68% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #EABFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFF1 is #15400E. Grayscale: #D1D1D1. Windows color (decimal): -1392655 or 15843306. OLE color: 15843306.
HSL color Cylindrical-coordinate representation of color #EABFF1: hue angle of 291.6º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABFF1 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 191 | 241 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.05 |
| HSL | 291.6º | 0.64% | 0.85% | - |
| HSV(B) | 291.6º | 0.21% | 0.95% | - |
| XYZ | 68.44 | 61.1 | 91.41 | - |
| YUV | 209.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 241 | 0.03 | 0.21 | 0 | 0.05 | 291.6 | 0.64 | 0.85 |
| Hex | EA | BF | F1 | 3 | 15 | 0 | 5 | 124 | 40 | 55 |
| Octal | 352 | 277 | 361 | 3 | 25 | 0 | 5 | 444 | 100 | 125 |
| Binary | 11101010 | 10111111 | 11110001 | 11 | 10101 | 0 | 101 | 100100100 | 1000000 | 1010101 |
Color Harmonies of #EABFF1
Complementary color
Monochromatic Colors of #EABFF1
Black with #EABFF1
Text Example
Text Example
White with #EABFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFF1; }
p { color: rgb(234,191,241); }
H1.HeaderClassName
{
color: #EABFF1;
}
.AnyTagClassName
{
color: #EABFF1;
}
</style>
background-color css
<style>
a { background-color: #EABFF1; }
a { background-color: rgb(234,191,241); }
div.DivClassName
{
background-color: #EABFF1;
}
.BgClassName
{
background-color: #EABFF1;
}
</style>
border-color css
<style>
span { border-color: #EABFF1; }
span { border-color: rgb(234,191,241); }
td.TdClassName
{
border-color: #EABFF1;
}
.TagClassName
{
border-color: #EABFF1;
}
</style>