Shades of Shocking #E7A1CE
Tints of Shocking #E7A1CE
RGB
CMYK
RGB Variations
Color information
#E7A1CE (or 0xE7A1CE) is known color: Shocking. HEX triplet: E7, A1 and CE. RGB value is (231,161,206). Sum of RGB (Red+Green+Blue) = 231+161+206=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 161 (63.28% from 255 or 26.92% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A1CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A1CE is #185E31. Grayscale: #BABABA. Windows color (decimal): -1596978 or 13541863. OLE color: 13541863.
HSL color Cylindrical-coordinate representation of color #E7A1CE: hue angle of 321.43º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7A1CE is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 206 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.09 |
| HSL | 321.43º | 0.59% | 0.77% | - |
| HSV(B) | 321.43º | 0.3% | 0.91% | - |
| XYZ | 56.84 | 46.93 | 64.46 | - |
| YUV | 187.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 206 | 0 | 0.30 | 0.11 | 0.09 | 321.43 | 0.59 | 0.77 |
| Hex | E7 | A1 | CE | 0 | 1E | B | 9 | 141 | 3B | 4D |
| Octal | 347 | 241 | 316 | 0 | 36 | 13 | 11 | 501 | 73 | 115 |
| Binary | 11100111 | 10100001 | 11001110 | 0 | 11110 | 1011 | 1001 | 101000001 | 111011 | 1001101 |
Color Harmonies of #E7A1CE
Complementary color
Monochromatic Colors of #E7A1CE
Black with #E7A1CE
Text Example
Text Example
White with #E7A1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A1CE; }
p { color: rgb(231,161,206); }
H1.HeaderClassName
{
color: #E7A1CE;
}
.AnyTagClassName
{
color: #E7A1CE;
}
</style>
background-color css
<style>
a { background-color: #E7A1CE; }
a { background-color: rgb(231,161,206); }
div.DivClassName
{
background-color: #E7A1CE;
}
.BgClassName
{
background-color: #E7A1CE;
}
</style>
border-color css
<style>
span { border-color: #E7A1CE; }
span { border-color: rgb(231,161,206); }
td.TdClassName
{
border-color: #E7A1CE;
}
.TagClassName
{
border-color: #E7A1CE;
}
</style>