Shades of Shocking #E992CD
Tints of Shocking #E992CD
RGB
CMYK
RGB Variations
Color information
#E992CD (or 0xE992CD) is known color: Shocking. HEX triplet: E9, 92 and CD. RGB value is (233,146,205). Sum of RGB (Red+Green+Blue) = 233+146+205=584 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.90% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 233 - color contains mainly: red. Hex color #E992CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E992CD is #166D32. Grayscale: #B2B2B2. Windows color (decimal): -1469747 or 13472489. OLE color: 13472489.
HSL color Cylindrical-coordinate representation of color #E992CD: hue angle of 319.31º 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 #E992CD is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 205 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.09 |
| HSL | 319.31º | 0.66% | 0.74% | - |
| HSV(B) | 319.31º | 0.37% | 0.91% | - |
| XYZ | 54.9 | 42.29 | 63.03 | - |
| YUV | 178.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 205 | 0 | 0.37 | 0.12 | 0.09 | 319.31 | 0.66 | 0.74 |
| Hex | E9 | 92 | CD | 0 | 25 | C | 9 | 13F | 42 | 4A |
| Octal | 351 | 222 | 315 | 0 | 45 | 14 | 11 | 477 | 102 | 112 |
| Binary | 11101001 | 10010010 | 11001101 | 0 | 100101 | 1100 | 1001 | 100111111 | 1000010 | 1001010 |
Color Harmonies of #E992CD
Complementary color
Monochromatic Colors of #E992CD
Black with #E992CD
Text Example
Text Example
White with #E992CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E992CD; }
p { color: rgb(233,146,205); }
H1.HeaderClassName
{
color: #E992CD;
}
.AnyTagClassName
{
color: #E992CD;
}
</style>
background-color css
<style>
a { background-color: #E992CD; }
a { background-color: rgb(233,146,205); }
div.DivClassName
{
background-color: #E992CD;
}
.BgClassName
{
background-color: #E992CD;
}
</style>
border-color css
<style>
span { border-color: #E992CD; }
span { border-color: rgb(233,146,205); }
td.TdClassName
{
border-color: #E992CD;
}
.TagClassName
{
border-color: #E992CD;
}
</style>