Shades of Shocking #E1A6CD
Tints of Shocking #E1A6CD
RGB
CMYK
RGB Variations
Color information
#E1A6CD (or 0xE1A6CD) is known color: Shocking. HEX triplet: E1, A6 and CD. RGB value is (225,166,205). Sum of RGB (Red+Green+Blue) = 225+166+205=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A6CD is #1E5932. Grayscale: #BBBBBB. Windows color (decimal): -1988915 or 13477601. OLE color: 13477601.
HSL color Cylindrical-coordinate representation of color #E1A6CD: hue angle of 320.34º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1A6CD is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 166 | 205 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.12 |
| HSL | 320.34º | 0.5% | 0.77% | - |
| HSV(B) | 320.34º | 0.26% | 0.88% | - |
| XYZ | 55.71 | 47.69 | 64.03 | - |
| YUV | 188.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 166 | 205 | 0 | 0.26 | 0.09 | 0.12 | 320.34 | 0.5 | 0.77 |
| Hex | E1 | A6 | CD | 0 | 1A | 9 | C | 140 | 32 | 4D |
| Octal | 341 | 246 | 315 | 0 | 32 | 11 | 14 | 500 | 62 | 115 |
| Binary | 11100001 | 10100110 | 11001101 | 0 | 11010 | 1001 | 1100 | 101000000 | 110010 | 1001101 |
Color Harmonies of #E1A6CD
Complementary color
Monochromatic Colors of #E1A6CD
Black with #E1A6CD
Text Example
Text Example
White with #E1A6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A6CD; }
p { color: rgb(225,166,205); }
H1.HeaderClassName
{
color: #E1A6CD;
}
.AnyTagClassName
{
color: #E1A6CD;
}
</style>
background-color css
<style>
a { background-color: #E1A6CD; }
a { background-color: rgb(225,166,205); }
div.DivClassName
{
background-color: #E1A6CD;
}
.BgClassName
{
background-color: #E1A6CD;
}
</style>
border-color css
<style>
span { border-color: #E1A6CD; }
span { border-color: rgb(225,166,205); }
td.TdClassName
{
border-color: #E1A6CD;
}
.TagClassName
{
border-color: #E1A6CD;
}
</style>