Shades of Snuff #EAC1EA
Tints of Snuff #EAC1EA
RGB
CMYK
RGB Variations
Color information
#EAC1EA (or 0xEAC1EA) is known color: Snuff. HEX triplet: EA, C1 and EA. RGB value is (234,193,234). Sum of RGB (Red+Green+Blue) = 234+193+234=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 193 (75.78% from 255 or 29.20% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAC1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC1EA is #153E15. Grayscale: #D1D1D1. Windows color (decimal): -1392150 or 15385066. OLE color: 15385066.
HSL color Cylindrical-coordinate representation of color #EAC1EA: hue angle of 300º degrees, saturation: 0.49, 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 #EAC1EA is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 234 | - |
| CMYK | 0 | 0.18 | 0 | 0.08 |
| HSL | 300º | 0.49% | 0.84% | - |
| HSV(B) | 300º | 0.18% | 0.92% | - |
| XYZ | 67.85 | 61.57 | 86.15 | - |
| YUV | 209.93 | 141.58 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 234 | 0 | 0.18 | 0 | 0.08 | 300 | 0.49 | 0.84 |
| Hex | EA | C1 | EA | 0 | 12 | 0 | 8 | 12C | 31 | 54 |
| Octal | 352 | 301 | 352 | 0 | 22 | 0 | 10 | 454 | 61 | 124 |
| Binary | 11101010 | 11000001 | 11101010 | 0 | 10010 | 0 | 1000 | 100101100 | 110001 | 1010100 |
Color Harmonies of #EAC1EA
Complementary color
Monochromatic Colors of #EAC1EA
Black with #EAC1EA
Text Example
Text Example
White with #EAC1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC1EA; }
p { color: rgb(234,193,234); }
H1.HeaderClassName
{
color: #EAC1EA;
}
.AnyTagClassName
{
color: #EAC1EA;
}
</style>
background-color css
<style>
a { background-color: #EAC1EA; }
a { background-color: rgb(234,193,234); }
div.DivClassName
{
background-color: #EAC1EA;
}
.BgClassName
{
background-color: #EAC1EA;
}
</style>
border-color css
<style>
span { border-color: #EAC1EA; }
span { border-color: rgb(234,193,234); }
td.TdClassName
{
border-color: #EAC1EA;
}
.TagClassName
{
border-color: #EAC1EA;
}
</style>