Shades of Shocking #E992CA
Tints of Shocking #E992CA
RGB
CMYK
RGB Variations
Color information
#E992CA (or 0xE992CA) is known color: Shocking. HEX triplet: E9, 92 and CA. RGB value is (233,146,202). Sum of RGB (Red+Green+Blue) = 233+146+202=581 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.10% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 233 - color contains mainly: red. Hex color #E992CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992CA is #166D35. Grayscale: #B2B2B2. Windows color (decimal): -1469750 or 13275881. OLE color: 13275881.
HSL color Cylindrical-coordinate representation of color #E992CA: hue angle of 321.38º degrees, saturation: 0.66, 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 #E992CA is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 202 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.09 |
| HSL | 321.38º | 0.66% | 0.74% | - |
| HSV(B) | 321.38º | 0.37% | 0.91% | - |
| XYZ | 54.54 | 42.15 | 61.14 | - |
| YUV | 178.4 | 141.32 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 202 | 0 | 0.37 | 0.13 | 0.09 | 321.38 | 0.66 | 0.74 |
| Hex | E9 | 92 | CA | 0 | 25 | D | 9 | 141 | 42 | 4A |
| Octal | 351 | 222 | 312 | 0 | 45 | 15 | 11 | 501 | 102 | 112 |
| Binary | 11101001 | 10010010 | 11001010 | 0 | 100101 | 1101 | 1001 | 101000001 | 1000010 | 1001010 |
Color Harmonies of #E992CA
Complementary color
Monochromatic Colors of #E992CA
Black with #E992CA
Text Example
Text Example
White with #E992CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E992CA; }
p { color: rgb(233,146,202); }
H1.HeaderClassName
{
color: #E992CA;
}
.AnyTagClassName
{
color: #E992CA;
}
</style>
background-color css
<style>
a { background-color: #E992CA; }
a { background-color: rgb(233,146,202); }
div.DivClassName
{
background-color: #E992CA;
}
.BgClassName
{
background-color: #E992CA;
}
</style>
border-color css
<style>
span { border-color: #E992CA; }
span { border-color: rgb(233,146,202); }
td.TdClassName
{
border-color: #E992CA;
}
.TagClassName
{
border-color: #E992CA;
}
</style>