Shades of Shocking #E6A7CE
Tints of Shocking #E6A7CE
RGB
CMYK
RGB Variations
Color information
#E6A7CE (or 0xE6A7CE) is known color: Shocking. HEX triplet: E6, A7 and CE. RGB value is (230,167,206). Sum of RGB (Red+Green+Blue) = 230+167+206=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 167 (65.62% from 255 or 27.69% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A7CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A7CE is #195831. Grayscale: #BEBEBE. Windows color (decimal): -1660978 or 13543398. OLE color: 13543398.
HSL color Cylindrical-coordinate representation of color #E6A7CE: hue angle of 322.86º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6A7CE is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 167 | 206 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.10 |
| HSL | 322.86º | 0.56% | 0.78% | - |
| HSV(B) | 322.86º | 0.27% | 0.9% | - |
| XYZ | 57.59 | 48.92 | 64.8 | - |
| YUV | 190.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 167 | 206 | 0 | 0.27 | 0.10 | 0.10 | 322.86 | 0.56 | 0.78 |
| Hex | E6 | A7 | CE | 0 | 1B | A | A | 143 | 38 | 4E |
| Octal | 346 | 247 | 316 | 0 | 33 | 12 | 12 | 503 | 70 | 116 |
| Binary | 11100110 | 10100111 | 11001110 | 0 | 11011 | 1010 | 1010 | 101000011 | 111000 | 1001110 |
Color Harmonies of #E6A7CE
Complementary color
Monochromatic Colors of #E6A7CE
Black with #E6A7CE
Text Example
Text Example
White with #E6A7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A7CE; }
p { color: rgb(230,167,206); }
H1.HeaderClassName
{
color: #E6A7CE;
}
.AnyTagClassName
{
color: #E6A7CE;
}
</style>
background-color css
<style>
a { background-color: #E6A7CE; }
a { background-color: rgb(230,167,206); }
div.DivClassName
{
background-color: #E6A7CE;
}
.BgClassName
{
background-color: #E6A7CE;
}
</style>
border-color css
<style>
span { border-color: #E6A7CE; }
span { border-color: rgb(230,167,206); }
td.TdClassName
{
border-color: #E6A7CE;
}
.TagClassName
{
border-color: #E6A7CE;
}
</style>