Shades of Shocking #E999CA
Tints of Shocking #E999CA
RGB
CMYK
RGB Variations
Color information
#E999CA (or 0xE999CA) is known color: Shocking. HEX triplet: E9, 99 and CA. RGB value is (233,153,202). Sum of RGB (Red+Green+Blue) = 233+153+202=588 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.63% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 233 - color contains mainly: red. Hex color #E999CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E999CA is #166635. Grayscale: #B6B6B6. Windows color (decimal): -1467958 or 13277673. OLE color: 13277673.
HSL color Cylindrical-coordinate representation of color #E999CA: hue angle of 323.25º 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 #E999CA is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 153 | 202 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.09 |
| HSL | 323.25º | 0.65% | 0.76% | - |
| HSV(B) | 323.25º | 0.34% | 0.91% | - |
| XYZ | 55.66 | 44.37 | 61.51 | - |
| YUV | 182.51 | 139 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 202 | 0 | 0.34 | 0.13 | 0.09 | 323.25 | 0.65 | 0.76 |
| Hex | E9 | 99 | CA | 0 | 22 | D | 9 | 143 | 41 | 4C |
| Octal | 351 | 231 | 312 | 0 | 42 | 15 | 11 | 503 | 101 | 114 |
| Binary | 11101001 | 10011001 | 11001010 | 0 | 100010 | 1101 | 1001 | 101000011 | 1000001 | 1001100 |
Color Harmonies of #E999CA
Complementary color
Monochromatic Colors of #E999CA
Black with #E999CA
Text Example
Text Example
White with #E999CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E999CA; }
p { color: rgb(233,153,202); }
H1.HeaderClassName
{
color: #E999CA;
}
.AnyTagClassName
{
color: #E999CA;
}
</style>
background-color css
<style>
a { background-color: #E999CA; }
a { background-color: rgb(233,153,202); }
div.DivClassName
{
background-color: #E999CA;
}
.BgClassName
{
background-color: #E999CA;
}
</style>
border-color css
<style>
span { border-color: #E999CA; }
span { border-color: rgb(233,153,202); }
td.TdClassName
{
border-color: #E999CA;
}
.TagClassName
{
border-color: #E999CA;
}
</style>