Shades of Shocking #E792B4
Tints of Shocking #E792B4
RGB
CMYK
RGB Variations
Color information
#E792B4 (or 0xE792B4) is known color: Shocking. HEX triplet: E7, 92 and B4. RGB value is (231,146,180). Sum of RGB (Red+Green+Blue) = 231+146+180=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E792B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E792B4 is #186D4B. Grayscale: #AFAFAF. Windows color (decimal): -1600844 or 11834087. OLE color: 11834087.
HSL color Cylindrical-coordinate representation of color #E792B4: hue angle of 336º 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 #E792B4 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 146 | 180 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.09 |
| HSL | 336º | 0.64% | 0.74% | - |
| HSV(B) | 336º | 0.37% | 0.91% | - |
| XYZ | 51.47 | 40.84 | 48.35 | - |
| YUV | 175.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 146 | 180 | 0 | 0.37 | 0.22 | 0.09 | 336 | 0.64 | 0.74 |
| Hex | E7 | 92 | B4 | 0 | 25 | 16 | 9 | 150 | 40 | 4A |
| Octal | 347 | 222 | 264 | 0 | 45 | 26 | 11 | 520 | 100 | 112 |
| Binary | 11100111 | 10010010 | 10110100 | 0 | 100101 | 10110 | 1001 | 101010000 | 1000000 | 1001010 |
Color Harmonies of #E792B4
Complementary color
Monochromatic Colors of #E792B4
Black with #E792B4
Text Example
Text Example
White with #E792B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E792B4; }
p { color: rgb(231,146,180); }
H1.HeaderClassName
{
color: #E792B4;
}
.AnyTagClassName
{
color: #E792B4;
}
</style>
background-color css
<style>
a { background-color: #E792B4; }
a { background-color: rgb(231,146,180); }
div.DivClassName
{
background-color: #E792B4;
}
.BgClassName
{
background-color: #E792B4;
}
</style>
border-color css
<style>
span { border-color: #E792B4; }
span { border-color: rgb(231,146,180); }
td.TdClassName
{
border-color: #E792B4;
}
.TagClassName
{
border-color: #E792B4;
}
</style>