Shades of Shocking #E7A1C4
Tints of Shocking #E7A1C4
RGB
CMYK
RGB Variations
Color information
#E7A1C4 (or 0xE7A1C4) is known color: Shocking. HEX triplet: E7, A1 and C4. RGB value is (231,161,196). Sum of RGB (Red+Green+Blue) = 231+161+196=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 161 (63.28% from 255 or 27.38% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A1C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A1C4 is #185E3B. Grayscale: #B9B9B9. Windows color (decimal): -1596988 or 12886503. OLE color: 12886503.
HSL color Cylindrical-coordinate representation of color #E7A1C4: hue angle of 330º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7A1C4 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 196 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.09 |
| HSL | 330º | 0.59% | 0.77% | - |
| HSV(B) | 330º | 0.3% | 0.91% | - |
| XYZ | 55.66 | 46.46 | 58.26 | - |
| YUV | 185.92 | 133.69 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 196 | 0 | 0.30 | 0.15 | 0.09 | 330 | 0.59 | 0.77 |
| Hex | E7 | A1 | C4 | 0 | 1E | F | 9 | 14A | 3B | 4D |
| Octal | 347 | 241 | 304 | 0 | 36 | 17 | 11 | 512 | 73 | 115 |
| Binary | 11100111 | 10100001 | 11000100 | 0 | 11110 | 1111 | 1001 | 101001010 | 111011 | 1001101 |
Color Harmonies of #E7A1C4
Complementary color
Monochromatic Colors of #E7A1C4
Black with #E7A1C4
Text Example
Text Example
White with #E7A1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A1C4; }
p { color: rgb(231,161,196); }
H1.HeaderClassName
{
color: #E7A1C4;
}
.AnyTagClassName
{
color: #E7A1C4;
}
</style>
background-color css
<style>
a { background-color: #E7A1C4; }
a { background-color: rgb(231,161,196); }
div.DivClassName
{
background-color: #E7A1C4;
}
.BgClassName
{
background-color: #E7A1C4;
}
</style>
border-color css
<style>
span { border-color: #E7A1C4; }
span { border-color: rgb(231,161,196); }
td.TdClassName
{
border-color: #E7A1C4;
}
.TagClassName
{
border-color: #E7A1C4;
}
</style>