Shades of Shocking #E993C8
Tints of Shocking #E993C8
RGB
CMYK
RGB Variations
Color information
#E993C8 (or 0xE993C8) is known color: Shocking. HEX triplet: E9, 93 and C8. RGB value is (233,147,200). Sum of RGB (Red+Green+Blue) = 233+147+200=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 233 - color contains mainly: red. Hex color #E993C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E993C8 is #166C37. Grayscale: #B2B2B2. Windows color (decimal): -1469496 or 13145065. OLE color: 13145065.
HSL color Cylindrical-coordinate representation of color #E993C8: hue angle of 323.02º 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 #E993C8 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 147 | 200 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.09 |
| HSL | 323.02º | 0.66% | 0.75% | - |
| HSV(B) | 323.02º | 0.37% | 0.91% | - |
| XYZ | 54.46 | 42.36 | 59.95 | - |
| YUV | 178.76 | 139.99 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 147 | 200 | 0 | 0.37 | 0.14 | 0.09 | 323.02 | 0.66 | 0.75 |
| Hex | E9 | 93 | C8 | 0 | 25 | E | 9 | 143 | 42 | 4B |
| Octal | 351 | 223 | 310 | 0 | 45 | 16 | 11 | 503 | 102 | 113 |
| Binary | 11101001 | 10010011 | 11001000 | 0 | 100101 | 1110 | 1001 | 101000011 | 1000010 | 1001011 |
Color Harmonies of #E993C8
Complementary color
Monochromatic Colors of #E993C8
Black with #E993C8
Text Example
Text Example
White with #E993C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E993C8; }
p { color: rgb(233,147,200); }
H1.HeaderClassName
{
color: #E993C8;
}
.AnyTagClassName
{
color: #E993C8;
}
</style>
background-color css
<style>
a { background-color: #E993C8; }
a { background-color: rgb(233,147,200); }
div.DivClassName
{
background-color: #E993C8;
}
.BgClassName
{
background-color: #E993C8;
}
</style>
border-color css
<style>
span { border-color: #E993C8; }
span { border-color: rgb(233,147,200); }
td.TdClassName
{
border-color: #E993C8;
}
.TagClassName
{
border-color: #E993C8;
}
</style>