Shades of Shocking #E993C9
Tints of Shocking #E993C9
RGB
CMYK
RGB Variations
Color information
#E993C9 (or 0xE993C9) is known color: Shocking. HEX triplet: E9, 93 and C9. RGB value is (233,147,201). Sum of RGB (Red+Green+Blue) = 233+147+201=581 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.10% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 233 - color contains mainly: red. Hex color #E993C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E993C9 is #166C36. Grayscale: #B2B2B2. Windows color (decimal): -1469495 or 13210601. OLE color: 13210601.
HSL color Cylindrical-coordinate representation of color #E993C9: hue angle of 322.33º 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 #E993C9 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 147 | 201 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.09 |
| HSL | 322.33º | 0.66% | 0.75% | - |
| HSV(B) | 322.33º | 0.37% | 0.91% | - |
| XYZ | 54.58 | 42.41 | 60.57 | - |
| YUV | 178.87 | 140.49 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 147 | 201 | 0 | 0.37 | 0.14 | 0.09 | 322.33 | 0.66 | 0.75 |
| Hex | E9 | 93 | C9 | 0 | 25 | E | 9 | 142 | 42 | 4B |
| Octal | 351 | 223 | 311 | 0 | 45 | 16 | 11 | 502 | 102 | 113 |
| Binary | 11101001 | 10010011 | 11001001 | 0 | 100101 | 1110 | 1001 | 101000010 | 1000010 | 1001011 |
Color Harmonies of #E993C9
Complementary color
Monochromatic Colors of #E993C9
Black with #E993C9
Text Example
Text Example
White with #E993C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E993C9; }
p { color: rgb(233,147,201); }
H1.HeaderClassName
{
color: #E993C9;
}
.AnyTagClassName
{
color: #E993C9;
}
</style>
background-color css
<style>
a { background-color: #E993C9; }
a { background-color: rgb(233,147,201); }
div.DivClassName
{
background-color: #E993C9;
}
.BgClassName
{
background-color: #E993C9;
}
</style>
border-color css
<style>
span { border-color: #E993C9; }
span { border-color: rgb(233,147,201); }
td.TdClassName
{
border-color: #E993C9;
}
.TagClassName
{
border-color: #E993C9;
}
</style>