Shades of Shocking #E7A4D0
Tints of Shocking #E7A4D0
RGB
CMYK
RGB Variations
Color information
#E7A4D0 (or 0xE7A4D0) is known color: Shocking. HEX triplet: E7, A4 and D0. RGB value is (231,164,208). Sum of RGB (Red+Green+Blue) = 231+164+208=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 164 (64.45% from 255 or 27.20% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A4D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A4D0 is #185B2F. Grayscale: #BCBCBC. Windows color (decimal): -1596208 or 13673703. OLE color: 13673703.
HSL color Cylindrical-coordinate representation of color #E7A4D0: hue angle of 320.6º 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 #E7A4D0 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 164 | 208 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.09 |
| HSL | 320.6º | 0.58% | 0.77% | - |
| HSV(B) | 320.6º | 0.29% | 0.91% | - |
| XYZ | 57.62 | 48.09 | 65.92 | - |
| YUV | 189.05 | 138.7 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 164 | 208 | 0 | 0.29 | 0.10 | 0.09 | 320.6 | 0.58 | 0.77 |
| Hex | E7 | A4 | D0 | 0 | 1D | A | 9 | 141 | 3A | 4D |
| Octal | 347 | 244 | 320 | 0 | 35 | 12 | 11 | 501 | 72 | 115 |
| Binary | 11100111 | 10100100 | 11010000 | 0 | 11101 | 1010 | 1001 | 101000001 | 111010 | 1001101 |
Color Harmonies of #E7A4D0
Complementary color
Monochromatic Colors of #E7A4D0
Black with #E7A4D0
Text Example
Text Example
White with #E7A4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A4D0; }
p { color: rgb(231,164,208); }
H1.HeaderClassName
{
color: #E7A4D0;
}
.AnyTagClassName
{
color: #E7A4D0;
}
</style>
background-color css
<style>
a { background-color: #E7A4D0; }
a { background-color: rgb(231,164,208); }
div.DivClassName
{
background-color: #E7A4D0;
}
.BgClassName
{
background-color: #E7A4D0;
}
</style>
border-color css
<style>
span { border-color: #E7A4D0; }
span { border-color: rgb(231,164,208); }
td.TdClassName
{
border-color: #E7A4D0;
}
.TagClassName
{
border-color: #E7A4D0;
}
</style>