Shades of Shocking #E7A4C5
Tints of Shocking #E7A4C5
RGB
CMYK
RGB Variations
Color information
#E7A4C5 (or 0xE7A4C5) is known color: Shocking. HEX triplet: E7, A4 and C5. RGB value is (231,164,197). Sum of RGB (Red+Green+Blue) = 231+164+197=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A4C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A4C5 is #185B3A. Grayscale: #BBBBBB. Windows color (decimal): -1596219 or 12952807. OLE color: 12952807.
HSL color Cylindrical-coordinate representation of color #E7A4C5: hue angle of 330.45º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7A4C5 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 164 | 197 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.09 |
| HSL | 330.45º | 0.58% | 0.77% | - |
| HSV(B) | 330.45º | 0.29% | 0.91% | - |
| XYZ | 56.31 | 47.57 | 59.04 | - |
| YUV | 187.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 164 | 197 | 0 | 0.29 | 0.15 | 0.09 | 330.45 | 0.58 | 0.77 |
| Hex | E7 | A4 | C5 | 0 | 1D | F | 9 | 14A | 3A | 4D |
| Octal | 347 | 244 | 305 | 0 | 35 | 17 | 11 | 512 | 72 | 115 |
| Binary | 11100111 | 10100100 | 11000101 | 0 | 11101 | 1111 | 1001 | 101001010 | 111010 | 1001101 |
Color Harmonies of #E7A4C5
Complementary color
Monochromatic Colors of #E7A4C5
Black with #E7A4C5
Text Example
Text Example
White with #E7A4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A4C5; }
p { color: rgb(231,164,197); }
H1.HeaderClassName
{
color: #E7A4C5;
}
.AnyTagClassName
{
color: #E7A4C5;
}
</style>
background-color css
<style>
a { background-color: #E7A4C5; }
a { background-color: rgb(231,164,197); }
div.DivClassName
{
background-color: #E7A4C5;
}
.BgClassName
{
background-color: #E7A4C5;
}
</style>
border-color css
<style>
span { border-color: #E7A4C5; }
span { border-color: rgb(231,164,197); }
td.TdClassName
{
border-color: #E7A4C5;
}
.TagClassName
{
border-color: #E7A4C5;
}
</style>