Shades of Shocking #E7A4CF
Tints of Shocking #E7A4CF
RGB
CMYK
RGB Variations
Color information
#E7A4CF (or 0xE7A4CF) is known color: Shocking. HEX triplet: E7, A4 and CF. RGB value is (231,164,207). Sum of RGB (Red+Green+Blue) = 231+164+207=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A4CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A4CF is #185B30. Grayscale: #BCBCBC. Windows color (decimal): -1596209 or 13608167. OLE color: 13608167.
HSL color Cylindrical-coordinate representation of color #E7A4CF: hue angle of 321.49º 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 #E7A4CF is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 164 | 207 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.09 |
| HSL | 321.49º | 0.58% | 0.77% | - |
| HSV(B) | 321.49º | 0.29% | 0.91% | - |
| XYZ | 57.49 | 48.04 | 65.27 | - |
| YUV | 188.94 | 138.2 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 164 | 207 | 0 | 0.29 | 0.10 | 0.09 | 321.49 | 0.58 | 0.77 |
| Hex | E7 | A4 | CF | 0 | 1D | A | 9 | 141 | 3A | 4D |
| Octal | 347 | 244 | 317 | 0 | 35 | 12 | 11 | 501 | 72 | 115 |
| Binary | 11100111 | 10100100 | 11001111 | 0 | 11101 | 1010 | 1001 | 101000001 | 111010 | 1001101 |
Color Harmonies of #E7A4CF
Complementary color
Monochromatic Colors of #E7A4CF
Black with #E7A4CF
Text Example
Text Example
White with #E7A4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A4CF; }
p { color: rgb(231,164,207); }
H1.HeaderClassName
{
color: #E7A4CF;
}
.AnyTagClassName
{
color: #E7A4CF;
}
</style>
background-color css
<style>
a { background-color: #E7A4CF; }
a { background-color: rgb(231,164,207); }
div.DivClassName
{
background-color: #E7A4CF;
}
.BgClassName
{
background-color: #E7A4CF;
}
</style>
border-color css
<style>
span { border-color: #E7A4CF; }
span { border-color: rgb(231,164,207); }
td.TdClassName
{
border-color: #E7A4CF;
}
.TagClassName
{
border-color: #E7A4CF;
}
</style>