Shades of Shocking #E7A6CA
Tints of Shocking #E7A6CA
RGB
CMYK
RGB Variations
Color information
#E7A6CA (or 0xE7A6CA) is known color: Shocking. HEX triplet: E7, A6 and CA. RGB value is (231,166,202). Sum of RGB (Red+Green+Blue) = 231+166+202=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 166 (65.23% from 255 or 27.71% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A6CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A6CA is #185935. Grayscale: #BDBDBD. Windows color (decimal): -1595702 or 13280999. OLE color: 13280999.
HSL color Cylindrical-coordinate representation of color #E7A6CA: hue angle of 326.77º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7A6CA is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 202 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.09 |
| HSL | 326.77º | 0.58% | 0.78% | - |
| HSV(B) | 326.77º | 0.28% | 0.91% | - |
| XYZ | 57.25 | 48.53 | 62.23 | - |
| YUV | 189.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 202 | 0 | 0.28 | 0.13 | 0.09 | 326.77 | 0.58 | 0.78 |
| Hex | E7 | A6 | CA | 0 | 1C | D | 9 | 147 | 3A | 4E |
| Octal | 347 | 246 | 312 | 0 | 34 | 15 | 11 | 507 | 72 | 116 |
| Binary | 11100111 | 10100110 | 11001010 | 0 | 11100 | 1101 | 1001 | 101000111 | 111010 | 1001110 |
Color Harmonies of #E7A6CA
Complementary color
Monochromatic Colors of #E7A6CA
Black with #E7A6CA
Text Example
Text Example
White with #E7A6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A6CA; }
p { color: rgb(231,166,202); }
H1.HeaderClassName
{
color: #E7A6CA;
}
.AnyTagClassName
{
color: #E7A6CA;
}
</style>
background-color css
<style>
a { background-color: #E7A6CA; }
a { background-color: rgb(231,166,202); }
div.DivClassName
{
background-color: #E7A6CA;
}
.BgClassName
{
background-color: #E7A6CA;
}
</style>
border-color css
<style>
span { border-color: #E7A6CA; }
span { border-color: rgb(231,166,202); }
td.TdClassName
{
border-color: #E7A6CA;
}
.TagClassName
{
border-color: #E7A6CA;
}
</style>