Shades of Shocking #E99DCA
Tints of Shocking #E99DCA
RGB
CMYK
RGB Variations
Color information
#E99DCA (or 0xE99DCA) is known color: Shocking. HEX triplet: E9, 9D and CA. RGB value is (233,157,202). Sum of RGB (Red+Green+Blue) = 233+157+202=592 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.36% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 233 - color contains mainly: red. Hex color #E99DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99DCA is #166235. Grayscale: #B8B8B8. Windows color (decimal): -1466934 or 13278697. OLE color: 13278697.
HSL color Cylindrical-coordinate representation of color #E99DCA: hue angle of 324.47º 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 #E99DCA is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 202 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.09 |
| HSL | 324.47º | 0.63% | 0.76% | - |
| HSV(B) | 324.47º | 0.33% | 0.91% | - |
| XYZ | 56.32 | 45.7 | 61.73 | - |
| YUV | 184.85 | 137.68 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 202 | 0 | 0.33 | 0.13 | 0.09 | 324.47 | 0.63 | 0.76 |
| Hex | E9 | 9D | CA | 0 | 21 | D | 9 | 144 | 3F | 4C |
| Octal | 351 | 235 | 312 | 0 | 41 | 15 | 11 | 504 | 77 | 114 |
| Binary | 11101001 | 10011101 | 11001010 | 0 | 100001 | 1101 | 1001 | 101000100 | 111111 | 1001100 |
Color Harmonies of #E99DCA
Complementary color
Monochromatic Colors of #E99DCA
Black with #E99DCA
Text Example
Text Example
White with #E99DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99DCA; }
p { color: rgb(233,157,202); }
H1.HeaderClassName
{
color: #E99DCA;
}
.AnyTagClassName
{
color: #E99DCA;
}
</style>
background-color css
<style>
a { background-color: #E99DCA; }
a { background-color: rgb(233,157,202); }
div.DivClassName
{
background-color: #E99DCA;
}
.BgClassName
{
background-color: #E99DCA;
}
</style>
border-color css
<style>
span { border-color: #E99DCA; }
span { border-color: rgb(233,157,202); }
td.TdClassName
{
border-color: #E99DCA;
}
.TagClassName
{
border-color: #E99DCA;
}
</style>