Shades of Shocking #E1A0C2
Tints of Shocking #E1A0C2
RGB
CMYK
RGB Variations
Color information
#E1A0C2 (or 0xE1A0C2) is known color: Shocking. HEX triplet: E1, A0 and C2. RGB value is (225,160,194). Sum of RGB (Red+Green+Blue) = 225+160+194=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A0C2 is #1E5F3D. Grayscale: #B7B7B7. Windows color (decimal): -1990462 or 12755169. OLE color: 12755169.
HSL color Cylindrical-coordinate representation of color #E1A0C2: hue angle of 328.62º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1A0C2 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 160 | 194 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.12 |
| HSL | 328.62º | 0.52% | 0.75% | - |
| HSV(B) | 328.62º | 0.29% | 0.88% | - |
| XYZ | 53.36 | 45.04 | 56.92 | - |
| YUV | 183.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 194 | 0 | 0.29 | 0.14 | 0.12 | 328.62 | 0.52 | 0.75 |
| Hex | E1 | A0 | C2 | 0 | 1D | E | C | 149 | 34 | 4B |
| Octal | 341 | 240 | 302 | 0 | 35 | 16 | 14 | 511 | 64 | 113 |
| Binary | 11100001 | 10100000 | 11000010 | 0 | 11101 | 1110 | 1100 | 101001001 | 110100 | 1001011 |
Color Harmonies of #E1A0C2
Complementary color
Monochromatic Colors of #E1A0C2
Black with #E1A0C2
Text Example
Text Example
White with #E1A0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A0C2; }
p { color: rgb(225,160,194); }
H1.HeaderClassName
{
color: #E1A0C2;
}
.AnyTagClassName
{
color: #E1A0C2;
}
</style>
background-color css
<style>
a { background-color: #E1A0C2; }
a { background-color: rgb(225,160,194); }
div.DivClassName
{
background-color: #E1A0C2;
}
.BgClassName
{
background-color: #E1A0C2;
}
</style>
border-color css
<style>
span { border-color: #E1A0C2; }
span { border-color: rgb(225,160,194); }
td.TdClassName
{
border-color: #E1A0C2;
}
.TagClassName
{
border-color: #E1A0C2;
}
</style>