Shades of Shocking #E792BD
Tints of Shocking #E792BD
RGB
CMYK
RGB Variations
Color information
#E792BD (or 0xE792BD) is known color: Shocking. HEX triplet: E7, 92 and BD. RGB value is (231,146,189). Sum of RGB (Red+Green+Blue) = 231+146+189=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E792BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E792BD is #186D42. Grayscale: #B0B0B0. Windows color (decimal): -1600835 or 12423911. OLE color: 12423911.
HSL color Cylindrical-coordinate representation of color #E792BD: hue angle of 329.65º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E792BD is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 146 | 189 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.09 |
| HSL | 329.65º | 0.64% | 0.74% | - |
| HSV(B) | 329.65º | 0.37% | 0.91% | - |
| XYZ | 52.42 | 41.22 | 53.34 | - |
| YUV | 176.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 146 | 189 | 0 | 0.37 | 0.18 | 0.09 | 329.65 | 0.64 | 0.74 |
| Hex | E7 | 92 | BD | 0 | 25 | 12 | 9 | 14A | 40 | 4A |
| Octal | 347 | 222 | 275 | 0 | 45 | 22 | 11 | 512 | 100 | 112 |
| Binary | 11100111 | 10010010 | 10111101 | 0 | 100101 | 10010 | 1001 | 101001010 | 1000000 | 1001010 |
Color Harmonies of #E792BD
Complementary color
Monochromatic Colors of #E792BD
Black with #E792BD
Text Example
Text Example
White with #E792BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E792BD; }
p { color: rgb(231,146,189); }
H1.HeaderClassName
{
color: #E792BD;
}
.AnyTagClassName
{
color: #E792BD;
}
</style>
background-color css
<style>
a { background-color: #E792BD; }
a { background-color: rgb(231,146,189); }
div.DivClassName
{
background-color: #E792BD;
}
.BgClassName
{
background-color: #E792BD;
}
</style>
border-color css
<style>
span { border-color: #E792BD; }
span { border-color: rgb(231,146,189); }
td.TdClassName
{
border-color: #E792BD;
}
.TagClassName
{
border-color: #E792BD;
}
</style>