Shades of Shocking #E993CB
Tints of Shocking #E993CB
RGB
CMYK
RGB Variations
Color information
#E993CB (or 0xE993CB) is known color: Shocking. HEX triplet: E9, 93 and CB. RGB value is (233,147,203). Sum of RGB (Red+Green+Blue) = 233+147+203=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 233 - color contains mainly: red. Hex color #E993CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E993CB is #166C34. Grayscale: #B2B2B2. Windows color (decimal): -1469493 or 13341673. OLE color: 13341673.
HSL color Cylindrical-coordinate representation of color #E993CB: hue angle of 320.93º 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 #E993CB is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 147 | 203 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.09 |
| HSL | 320.93º | 0.66% | 0.75% | - |
| HSV(B) | 320.93º | 0.37% | 0.91% | - |
| XYZ | 54.82 | 42.5 | 61.81 | - |
| YUV | 179.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 147 | 203 | 0 | 0.37 | 0.13 | 0.09 | 320.93 | 0.66 | 0.75 |
| Hex | E9 | 93 | CB | 0 | 25 | D | 9 | 141 | 42 | 4B |
| Octal | 351 | 223 | 313 | 0 | 45 | 15 | 11 | 501 | 102 | 113 |
| Binary | 11101001 | 10010011 | 11001011 | 0 | 100101 | 1101 | 1001 | 101000001 | 1000010 | 1001011 |
Color Harmonies of #E993CB
Complementary color
Monochromatic Colors of #E993CB
Black with #E993CB
Text Example
Text Example
White with #E993CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E993CB; }
p { color: rgb(233,147,203); }
H1.HeaderClassName
{
color: #E993CB;
}
.AnyTagClassName
{
color: #E993CB;
}
</style>
background-color css
<style>
a { background-color: #E993CB; }
a { background-color: rgb(233,147,203); }
div.DivClassName
{
background-color: #E993CB;
}
.BgClassName
{
background-color: #E993CB;
}
</style>
border-color css
<style>
span { border-color: #E993CB; }
span { border-color: rgb(233,147,203); }
td.TdClassName
{
border-color: #E993CB;
}
.TagClassName
{
border-color: #E993CB;
}
</style>