Shades of Shocking #E993D0
Tints of Shocking #E993D0
RGB
CMYK
RGB Variations
Color information
#E993D0 (or 0xE993D0) is known color: Shocking. HEX triplet: E9, 93 and D0. RGB value is (233,147,208). Sum of RGB (Red+Green+Blue) = 233+147+208=588 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.63% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 233 - color contains mainly: red. Hex color #E993D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E993D0 is #166C2F. Grayscale: #B3B3B3. Windows color (decimal): -1469488 or 13669353. OLE color: 13669353.
HSL color Cylindrical-coordinate representation of color #E993D0: hue angle of 317.44º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E993D0 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 147 | 208 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.09 |
| HSL | 317.44º | 0.66% | 0.75% | - |
| HSV(B) | 317.44º | 0.37% | 0.91% | - |
| XYZ | 55.42 | 42.75 | 65 | - |
| YUV | 179.67 | 143.99 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 147 | 208 | 0 | 0.37 | 0.11 | 0.09 | 317.44 | 0.66 | 0.75 |
| Hex | E9 | 93 | D0 | 0 | 25 | B | 9 | 13D | 42 | 4B |
| Octal | 351 | 223 | 320 | 0 | 45 | 13 | 11 | 475 | 102 | 113 |
| Binary | 11101001 | 10010011 | 11010000 | 0 | 100101 | 1011 | 1001 | 100111101 | 1000010 | 1001011 |
Color Harmonies of #E993D0
Complementary color
Monochromatic Colors of #E993D0
Black with #E993D0
Text Example
Text Example
White with #E993D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E993D0; }
p { color: rgb(233,147,208); }
H1.HeaderClassName
{
color: #E993D0;
}
.AnyTagClassName
{
color: #E993D0;
}
</style>
background-color css
<style>
a { background-color: #E993D0; }
a { background-color: rgb(233,147,208); }
div.DivClassName
{
background-color: #E993D0;
}
.BgClassName
{
background-color: #E993D0;
}
</style>
border-color css
<style>
span { border-color: #E993D0; }
span { border-color: rgb(233,147,208); }
td.TdClassName
{
border-color: #E993D0;
}
.TagClassName
{
border-color: #E993D0;
}
</style>