Shades of Shocking #E5A7CE
Tints of Shocking #E5A7CE
RGB
CMYK
RGB Variations
Color information
#E5A7CE (or 0xE5A7CE) is known color: Shocking. HEX triplet: E5, A7 and CE. RGB value is (229,167,206). Sum of RGB (Red+Green+Blue) = 229+167+206=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 167 (65.62% from 255 or 27.74% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A7CE is #1A5831. Grayscale: #BDBDBD. Windows color (decimal): -1726514 or 13543397. OLE color: 13543397.
HSL color Cylindrical-coordinate representation of color #E5A7CE: hue angle of 322.26º degrees, saturation: 0.54, 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 #E5A7CE is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 167 | 206 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.10 |
| HSL | 322.26º | 0.54% | 0.78% | - |
| HSV(B) | 322.26º | 0.27% | 0.9% | - |
| XYZ | 57.27 | 48.75 | 64.78 | - |
| YUV | 189.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 167 | 206 | 0 | 0.27 | 0.10 | 0.10 | 322.26 | 0.54 | 0.78 |
| Hex | E5 | A7 | CE | 0 | 1B | A | A | 142 | 36 | 4E |
| Octal | 345 | 247 | 316 | 0 | 33 | 12 | 12 | 502 | 66 | 116 |
| Binary | 11100101 | 10100111 | 11001110 | 0 | 11011 | 1010 | 1010 | 101000010 | 110110 | 1001110 |
Color Harmonies of #E5A7CE
Complementary color
Monochromatic Colors of #E5A7CE
Black with #E5A7CE
Text Example
Text Example
White with #E5A7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A7CE; }
p { color: rgb(229,167,206); }
H1.HeaderClassName
{
color: #E5A7CE;
}
.AnyTagClassName
{
color: #E5A7CE;
}
</style>
background-color css
<style>
a { background-color: #E5A7CE; }
a { background-color: rgb(229,167,206); }
div.DivClassName
{
background-color: #E5A7CE;
}
.BgClassName
{
background-color: #E5A7CE;
}
</style>
border-color css
<style>
span { border-color: #E5A7CE; }
span { border-color: rgb(229,167,206); }
td.TdClassName
{
border-color: #E5A7CE;
}
.TagClassName
{
border-color: #E5A7CE;
}
</style>