Shades of Shocking #E7A1C7
Tints of Shocking #E7A1C7
RGB
CMYK
RGB Variations
Color information
#E7A1C7 (or 0xE7A1C7) is known color: Shocking. HEX triplet: E7, A1 and C7. RGB value is (231,161,199). Sum of RGB (Red+Green+Blue) = 231+161+199=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 161 (63.28% from 255 or 27.24% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A1C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A1C7 is #185E38. Grayscale: #BABABA. Windows color (decimal): -1596985 or 13083111. OLE color: 13083111.
HSL color Cylindrical-coordinate representation of color #E7A1C7: hue angle of 327.43º 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 #E7A1C7 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 199 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.09 |
| HSL | 327.43º | 0.59% | 0.77% | - |
| HSV(B) | 327.43º | 0.3% | 0.91% | - |
| XYZ | 56.01 | 46.6 | 60.08 | - |
| YUV | 186.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 199 | 0 | 0.30 | 0.14 | 0.09 | 327.43 | 0.59 | 0.77 |
| Hex | E7 | A1 | C7 | 0 | 1E | E | 9 | 147 | 3B | 4D |
| Octal | 347 | 241 | 307 | 0 | 36 | 16 | 11 | 507 | 73 | 115 |
| Binary | 11100111 | 10100001 | 11000111 | 0 | 11110 | 1110 | 1001 | 101000111 | 111011 | 1001101 |
Color Harmonies of #E7A1C7
Complementary color
Monochromatic Colors of #E7A1C7
Black with #E7A1C7
Text Example
Text Example
White with #E7A1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A1C7; }
p { color: rgb(231,161,199); }
H1.HeaderClassName
{
color: #E7A1C7;
}
.AnyTagClassName
{
color: #E7A1C7;
}
</style>
background-color css
<style>
a { background-color: #E7A1C7; }
a { background-color: rgb(231,161,199); }
div.DivClassName
{
background-color: #E7A1C7;
}
.BgClassName
{
background-color: #E7A1C7;
}
</style>
border-color css
<style>
span { border-color: #E7A1C7; }
span { border-color: rgb(231,161,199); }
td.TdClassName
{
border-color: #E7A1C7;
}
.TagClassName
{
border-color: #E7A1C7;
}
</style>