Shades of Shocking #E99DCC
Tints of Shocking #E99DCC
RGB
CMYK
RGB Variations
Color information
#E99DCC (or 0xE99DCC) is known color: Shocking. HEX triplet: E9, 9D and CC. RGB value is (233,157,204). Sum of RGB (Red+Green+Blue) = 233+157+204=594 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.23% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 233 - color contains mainly: red. Hex color #E99DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99DCC is #166233. Grayscale: #B8B8B8. Windows color (decimal): -1466932 or 13409769. OLE color: 13409769.
HSL color Cylindrical-coordinate representation of color #E99DCC: hue angle of 322.89º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E99DCC is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 204 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.09 |
| HSL | 322.89º | 0.63% | 0.76% | - |
| HSV(B) | 322.89º | 0.33% | 0.91% | - |
| XYZ | 56.56 | 45.8 | 62.99 | - |
| YUV | 185.08 | 138.68 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 204 | 0 | 0.33 | 0.12 | 0.09 | 322.89 | 0.63 | 0.76 |
| Hex | E9 | 9D | CC | 0 | 21 | C | 9 | 143 | 3F | 4C |
| Octal | 351 | 235 | 314 | 0 | 41 | 14 | 11 | 503 | 77 | 114 |
| Binary | 11101001 | 10011101 | 11001100 | 0 | 100001 | 1100 | 1001 | 101000011 | 111111 | 1001100 |
Color Harmonies of #E99DCC
Complementary color
Monochromatic Colors of #E99DCC
Black with #E99DCC
Text Example
Text Example
White with #E99DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99DCC; }
p { color: rgb(233,157,204); }
H1.HeaderClassName
{
color: #E99DCC;
}
.AnyTagClassName
{
color: #E99DCC;
}
</style>
background-color css
<style>
a { background-color: #E99DCC; }
a { background-color: rgb(233,157,204); }
div.DivClassName
{
background-color: #E99DCC;
}
.BgClassName
{
background-color: #E99DCC;
}
</style>
border-color css
<style>
span { border-color: #E99DCC; }
span { border-color: rgb(233,157,204); }
td.TdClassName
{
border-color: #E99DCC;
}
.TagClassName
{
border-color: #E99DCC;
}
</style>