Shades of Snuff #EAC8F0
Tints of Snuff #EAC8F0
RGB
CMYK
RGB Variations
Color information
#EAC8F0 (or 0xEAC8F0) is known color: Snuff. HEX triplet: EA, C8 and F0. RGB value is (234,200,240). Sum of RGB (Red+Green+Blue) = 234+200+240=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 200 (78.52% from 255 or 29.67% from 674); Blue value is 240 (94.14% from 255 or 35.61% from 674); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAC8F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC8F0 is #15370F. Grayscale: #D6D6D6. Windows color (decimal): -1390352 or 15780074. OLE color: 15780074.
HSL color Cylindrical-coordinate representation of color #EAC8F0: hue angle of 291º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAC8F0 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 234 | 200 | 240 | - |
CMYK | 0.02 | 0.17 | 0 | 0.06 |
HSL | 291º | 0.57% | 0.86% | - |
HSV(B) | 291º | 0.17% | 0.94% | - |
XYZ | 70.31 | 65.09 | 91.3 | - |
YUV | 214.73 | 142.26 | 141.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 200 | 240 | 0.02 | 0.17 | 0 | 0.06 | 291 | 0.57 | 0.86 |
Hex | EA | C8 | F0 | 2 | 11 | 0 | 6 | 123 | 39 | 56 |
Octal | 352 | 310 | 360 | 2 | 21 | 0 | 6 | 443 | 71 | 126 |
Binary | 11101010 | 11001000 | 11110000 | 10 | 10001 | 0 | 110 | 100100011 | 111001 | 1010110 |
Color Harmonies of #EAC8F0
Complementary color
Monochromatic Colors of #EAC8F0
Black with #EAC8F0
Text Example
Text Example
White with #EAC8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC8F0; }
p { color: rgb(234,200,240); }
H1.HeaderClassName
{
color: #EAC8F0;
}
.AnyTagClassName
{
color: #EAC8F0;
}
</style>
background-color css
<style>
a { background-color: #EAC8F0; }
a { background-color: rgb(234,200,240); }
div.DivClassName
{
background-color: #EAC8F0;
}
.BgClassName
{
background-color: #EAC8F0;
}
</style>
border-color css
<style>
span { border-color: #EAC8F0; }
span { border-color: rgb(234,200,240); }
td.TdClassName
{
border-color: #EAC8F0;
}
.TagClassName
{
border-color: #EAC8F0;
}
</style>