Shades of Shocking #E792CA
Tints of Shocking #E792CA
RGB
CMYK
RGB Variations
Color information
#E792CA (or 0xE792CA) is known color: Shocking. HEX triplet: E7, 92 and CA. RGB value is (231,146,202). Sum of RGB (Red+Green+Blue) = 231+146+202=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E792CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E792CA is #186D35. Grayscale: #B1B1B1. Windows color (decimal): -1600822 or 13275879. OLE color: 13275879.
HSL color Cylindrical-coordinate representation of color #E792CA: hue angle of 320.47º 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 #E792CA is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 146 | 202 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.09 |
| HSL | 320.47º | 0.64% | 0.74% | - |
| HSV(B) | 320.47º | 0.37% | 0.91% | - |
| XYZ | 53.89 | 41.81 | 61.11 | - |
| YUV | 177.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 146 | 202 | 0 | 0.37 | 0.13 | 0.09 | 320.47 | 0.64 | 0.74 |
| Hex | E7 | 92 | CA | 0 | 25 | D | 9 | 140 | 40 | 4A |
| Octal | 347 | 222 | 312 | 0 | 45 | 15 | 11 | 500 | 100 | 112 |
| Binary | 11100111 | 10010010 | 11001010 | 0 | 100101 | 1101 | 1001 | 101000000 | 1000000 | 1001010 |
Color Harmonies of #E792CA
Complementary color
Monochromatic Colors of #E792CA
Black with #E792CA
Text Example
Text Example
White with #E792CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E792CA; }
p { color: rgb(231,146,202); }
H1.HeaderClassName
{
color: #E792CA;
}
.AnyTagClassName
{
color: #E792CA;
}
</style>
background-color css
<style>
a { background-color: #E792CA; }
a { background-color: rgb(231,146,202); }
div.DivClassName
{
background-color: #E792CA;
}
.BgClassName
{
background-color: #E792CA;
}
</style>
border-color css
<style>
span { border-color: #E792CA; }
span { border-color: rgb(231,146,202); }
td.TdClassName
{
border-color: #E792CA;
}
.TagClassName
{
border-color: #E792CA;
}
</style>