Shades of Shocking #E999C8
Tints of Shocking #E999C8
RGB
CMYK
RGB Variations
Color information
#E999C8 (or 0xE999C8) is known color: Shocking. HEX triplet: E9, 99 and C8. RGB value is (233,153,200). Sum of RGB (Red+Green+Blue) = 233+153+200=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 233 - color contains mainly: red. Hex color #E999C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E999C8 is #166637. Grayscale: #B6B6B6. Windows color (decimal): -1467960 or 13146601. OLE color: 13146601.
HSL color Cylindrical-coordinate representation of color #E999C8: hue angle of 324.75º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E999C8 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 153 | 200 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.09 |
| HSL | 324.75º | 0.65% | 0.76% | - |
| HSV(B) | 324.75º | 0.34% | 0.91% | - |
| XYZ | 55.42 | 44.28 | 60.27 | - |
| YUV | 182.28 | 138 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 200 | 0 | 0.34 | 0.14 | 0.09 | 324.75 | 0.65 | 0.76 |
| Hex | E9 | 99 | C8 | 0 | 22 | E | 9 | 145 | 41 | 4C |
| Octal | 351 | 231 | 310 | 0 | 42 | 16 | 11 | 505 | 101 | 114 |
| Binary | 11101001 | 10011001 | 11001000 | 0 | 100010 | 1110 | 1001 | 101000101 | 1000001 | 1001100 |
Color Harmonies of #E999C8
Complementary color
Monochromatic Colors of #E999C8
Black with #E999C8
Text Example
Text Example
White with #E999C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E999C8; }
p { color: rgb(233,153,200); }
H1.HeaderClassName
{
color: #E999C8;
}
.AnyTagClassName
{
color: #E999C8;
}
</style>
background-color css
<style>
a { background-color: #E999C8; }
a { background-color: rgb(233,153,200); }
div.DivClassName
{
background-color: #E999C8;
}
.BgClassName
{
background-color: #E999C8;
}
</style>
border-color css
<style>
span { border-color: #E999C8; }
span { border-color: rgb(233,153,200); }
td.TdClassName
{
border-color: #E999C8;
}
.TagClassName
{
border-color: #E999C8;
}
</style>