Shades of Shocking #E7A4C7
Tints of Shocking #E7A4C7
RGB
CMYK
RGB Variations
Color information
#E7A4C7 (or 0xE7A4C7) is known color: Shocking. HEX triplet: E7, A4 and C7. RGB value is (231,164,199). Sum of RGB (Red+Green+Blue) = 231+164+199=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 164 (64.45% from 255 or 27.61% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A4C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A4C7 is #185B38. Grayscale: #BBBBBB. Windows color (decimal): -1596217 or 13083879. OLE color: 13083879.
HSL color Cylindrical-coordinate representation of color #E7A4C7: hue angle of 328.66º 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 #E7A4C7 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 164 | 199 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.09 |
| HSL | 328.66º | 0.58% | 0.77% | - |
| HSV(B) | 328.66º | 0.29% | 0.91% | - |
| XYZ | 56.54 | 47.66 | 60.25 | - |
| YUV | 188.02 | 134.2 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 164 | 199 | 0 | 0.29 | 0.14 | 0.09 | 328.66 | 0.58 | 0.77 |
| Hex | E7 | A4 | C7 | 0 | 1D | E | 9 | 149 | 3A | 4D |
| Octal | 347 | 244 | 307 | 0 | 35 | 16 | 11 | 511 | 72 | 115 |
| Binary | 11100111 | 10100100 | 11000111 | 0 | 11101 | 1110 | 1001 | 101001001 | 111010 | 1001101 |
Color Harmonies of #E7A4C7
Complementary color
Monochromatic Colors of #E7A4C7
Black with #E7A4C7
Text Example
Text Example
White with #E7A4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A4C7; }
p { color: rgb(231,164,199); }
H1.HeaderClassName
{
color: #E7A4C7;
}
.AnyTagClassName
{
color: #E7A4C7;
}
</style>
background-color css
<style>
a { background-color: #E7A4C7; }
a { background-color: rgb(231,164,199); }
div.DivClassName
{
background-color: #E7A4C7;
}
.BgClassName
{
background-color: #E7A4C7;
}
</style>
border-color css
<style>
span { border-color: #E7A4C7; }
span { border-color: rgb(231,164,199); }
td.TdClassName
{
border-color: #E7A4C7;
}
.TagClassName
{
border-color: #E7A4C7;
}
</style>