Shades of Snuff #E9C0EA
Tints of Snuff #E9C0EA
RGB
CMYK
RGB Variations
Color information
#E9C0EA (or 0xE9C0EA) is known color: Snuff. HEX triplet: E9, C0 and EA. RGB value is (233,192,234). Sum of RGB (Red+Green+Blue) = 233+192+234=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 192 (75.39% from 255 or 29.14% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9C0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C0EA is #163F15. Grayscale: #D0D0D0. Windows color (decimal): -1457942 or 15384809. OLE color: 15384809.
HSL color Cylindrical-coordinate representation of color #E9C0EA: hue angle of 298.57º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9C0EA is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 192 | 234 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.08 |
| HSL | 298.57º | 0.5% | 0.84% | - |
| HSV(B) | 298.57º | 0.18% | 0.92% | - |
| XYZ | 67.31 | 60.96 | 86.06 | - |
| YUV | 209.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 192 | 234 | 0.00 | 0.18 | 0 | 0.08 | 298.57 | 0.5 | 0.84 |
| Hex | E9 | C0 | EA | 0 | 12 | 0 | 8 | 12B | 32 | 54 |
| Octal | 351 | 300 | 352 | 0 | 22 | 0 | 10 | 453 | 62 | 124 |
| Binary | 11101001 | 11000000 | 11101010 | 0 | 10010 | 0 | 1000 | 100101011 | 110010 | 1010100 |
Color Harmonies of #E9C0EA
Complementary color
Monochromatic Colors of #E9C0EA
Black with #E9C0EA
Text Example
Text Example
White with #E9C0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C0EA; }
p { color: rgb(233,192,234); }
H1.HeaderClassName
{
color: #E9C0EA;
}
.AnyTagClassName
{
color: #E9C0EA;
}
</style>
background-color css
<style>
a { background-color: #E9C0EA; }
a { background-color: rgb(233,192,234); }
div.DivClassName
{
background-color: #E9C0EA;
}
.BgClassName
{
background-color: #E9C0EA;
}
</style>
border-color css
<style>
span { border-color: #E9C0EA; }
span { border-color: rgb(233,192,234); }
td.TdClassName
{
border-color: #E9C0EA;
}
.TagClassName
{
border-color: #E9C0EA;
}
</style>