Shades of Shocking #E996CD
Tints of Shocking #E996CD
RGB
CMYK
RGB Variations
Color information
#E996CD (or 0xE996CD) is known color: Shocking. HEX triplet: E9, 96 and CD. RGB value is (233,150,205). Sum of RGB (Red+Green+Blue) = 233+150+205=588 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.63% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 233 - color contains mainly: red. Hex color #E996CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996CD is #166932. Grayscale: #B4B4B4. Windows color (decimal): -1468723 or 13473513. OLE color: 13473513.
HSL color Cylindrical-coordinate representation of color #E996CD: hue angle of 320.24º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E996CD is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 205 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.09 |
| HSL | 320.24º | 0.65% | 0.75% | - |
| HSV(B) | 320.24º | 0.36% | 0.91% | - |
| XYZ | 55.53 | 43.54 | 63.24 | - |
| YUV | 181.09 | 141.5 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 205 | 0 | 0.36 | 0.12 | 0.09 | 320.24 | 0.65 | 0.75 |
| Hex | E9 | 96 | CD | 0 | 24 | C | 9 | 140 | 41 | 4B |
| Octal | 351 | 226 | 315 | 0 | 44 | 14 | 11 | 500 | 101 | 113 |
| Binary | 11101001 | 10010110 | 11001101 | 0 | 100100 | 1100 | 1001 | 101000000 | 1000001 | 1001011 |
Color Harmonies of #E996CD
Complementary color
Monochromatic Colors of #E996CD
Black with #E996CD
Text Example
Text Example
White with #E996CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E996CD; }
p { color: rgb(233,150,205); }
H1.HeaderClassName
{
color: #E996CD;
}
.AnyTagClassName
{
color: #E996CD;
}
</style>
background-color css
<style>
a { background-color: #E996CD; }
a { background-color: rgb(233,150,205); }
div.DivClassName
{
background-color: #E996CD;
}
.BgClassName
{
background-color: #E996CD;
}
</style>
border-color css
<style>
span { border-color: #E996CD; }
span { border-color: rgb(233,150,205); }
td.TdClassName
{
border-color: #E996CD;
}
.TagClassName
{
border-color: #E996CD;
}
</style>