Shades of Shocking #E999C5
Tints of Shocking #E999C5
RGB
CMYK
RGB Variations
Color information
#E999C5 (or 0xE999C5) is known color: Shocking. HEX triplet: E9, 99 and C5. RGB value is (233,153,197). Sum of RGB (Red+Green+Blue) = 233+153+197=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 233 - color contains mainly: red. Hex color #E999C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E999C5 is #16663A. Grayscale: #B5B5B5. Windows color (decimal): -1467963 or 12949993. OLE color: 12949993.
HSL color Cylindrical-coordinate representation of color #E999C5: hue angle of 327º 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 #E999C5 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 153 | 197 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.09 |
| HSL | 327º | 0.65% | 0.76% | - |
| HSV(B) | 327º | 0.34% | 0.91% | - |
| XYZ | 55.07 | 44.14 | 58.44 | - |
| YUV | 181.94 | 136.5 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 197 | 0 | 0.34 | 0.15 | 0.09 | 327 | 0.65 | 0.76 |
| Hex | E9 | 99 | C5 | 0 | 22 | F | 9 | 147 | 41 | 4C |
| Octal | 351 | 231 | 305 | 0 | 42 | 17 | 11 | 507 | 101 | 114 |
| Binary | 11101001 | 10011001 | 11000101 | 0 | 100010 | 1111 | 1001 | 101000111 | 1000001 | 1001100 |
Color Harmonies of #E999C5
Complementary color
Monochromatic Colors of #E999C5
Black with #E999C5
Text Example
Text Example
White with #E999C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E999C5; }
p { color: rgb(233,153,197); }
H1.HeaderClassName
{
color: #E999C5;
}
.AnyTagClassName
{
color: #E999C5;
}
</style>
background-color css
<style>
a { background-color: #E999C5; }
a { background-color: rgb(233,153,197); }
div.DivClassName
{
background-color: #E999C5;
}
.BgClassName
{
background-color: #E999C5;
}
</style>
border-color css
<style>
span { border-color: #E999C5; }
span { border-color: rgb(233,153,197); }
td.TdClassName
{
border-color: #E999C5;
}
.TagClassName
{
border-color: #E999C5;
}
</style>