Shades of Shocking #E7A3BD
Tints of Shocking #E7A3BD
RGB
CMYK
RGB Variations
Color information
#E7A3BD (or 0xE7A3BD) is known color: Shocking. HEX triplet: E7, A3 and BD. RGB value is (231,163,189). Sum of RGB (Red+Green+Blue) = 231+163+189=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 163 (64.06% from 255 or 27.96% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A3BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A3BD is #185C42. Grayscale: #BABABA. Windows color (decimal): -1596483 or 12428263. OLE color: 12428263.
HSL color Cylindrical-coordinate representation of color #E7A3BD: hue angle of 337.06º degrees, saturation: 0.59, 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 #E7A3BD is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 163 | 189 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.09 |
| HSL | 337.06º | 0.59% | 0.77% | - |
| HSV(B) | 337.06º | 0.29% | 0.91% | - |
| XYZ | 55.24 | 46.86 | 54.28 | - |
| YUV | 186.3 | 129.53 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 163 | 189 | 0 | 0.29 | 0.18 | 0.09 | 337.06 | 0.59 | 0.77 |
| Hex | E7 | A3 | BD | 0 | 1D | 12 | 9 | 151 | 3B | 4D |
| Octal | 347 | 243 | 275 | 0 | 35 | 22 | 11 | 521 | 73 | 115 |
| Binary | 11100111 | 10100011 | 10111101 | 0 | 11101 | 10010 | 1001 | 101010001 | 111011 | 1001101 |
Color Harmonies of #E7A3BD
Complementary color
Monochromatic Colors of #E7A3BD
Black with #E7A3BD
Text Example
Text Example
White with #E7A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A3BD; }
p { color: rgb(231,163,189); }
H1.HeaderClassName
{
color: #E7A3BD;
}
.AnyTagClassName
{
color: #E7A3BD;
}
</style>
background-color css
<style>
a { background-color: #E7A3BD; }
a { background-color: rgb(231,163,189); }
div.DivClassName
{
background-color: #E7A3BD;
}
.BgClassName
{
background-color: #E7A3BD;
}
</style>
border-color css
<style>
span { border-color: #E7A3BD; }
span { border-color: rgb(231,163,189); }
td.TdClassName
{
border-color: #E7A3BD;
}
.TagClassName
{
border-color: #E7A3BD;
}
</style>