Shades of Shocking #E893D0
Tints of Shocking #E893D0
RGB
CMYK
RGB Variations
Color information
#E893D0 (or 0xE893D0) is known color: Shocking. HEX triplet: E8, 93 and D0. RGB value is (232,147,208). Sum of RGB (Red+Green+Blue) = 232+147+208=587 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.52% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 232 - color contains mainly: red. Hex color #E893D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E893D0 is #176C2F. Grayscale: #B3B3B3. Windows color (decimal): -1535024 or 13669352. OLE color: 13669352.
HSL color Cylindrical-coordinate representation of color #E893D0: hue angle of 316.94º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E893D0 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 147 | 208 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.09 |
| HSL | 316.94º | 0.65% | 0.74% | - |
| HSV(B) | 316.94º | 0.37% | 0.91% | - |
| XYZ | 55.1 | 42.58 | 64.99 | - |
| YUV | 179.37 | 144.16 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 147 | 208 | 0 | 0.37 | 0.10 | 0.09 | 316.94 | 0.65 | 0.74 |
| Hex | E8 | 93 | D0 | 0 | 25 | A | 9 | 13D | 41 | 4A |
| Octal | 350 | 223 | 320 | 0 | 45 | 12 | 11 | 475 | 101 | 112 |
| Binary | 11101000 | 10010011 | 11010000 | 0 | 100101 | 1010 | 1001 | 100111101 | 1000001 | 1001010 |
Color Harmonies of #E893D0
Complementary color
Monochromatic Colors of #E893D0
Black with #E893D0
Text Example
Text Example
White with #E893D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E893D0; }
p { color: rgb(232,147,208); }
H1.HeaderClassName
{
color: #E893D0;
}
.AnyTagClassName
{
color: #E893D0;
}
</style>
background-color css
<style>
a { background-color: #E893D0; }
a { background-color: rgb(232,147,208); }
div.DivClassName
{
background-color: #E893D0;
}
.BgClassName
{
background-color: #E893D0;
}
</style>
border-color css
<style>
span { border-color: #E893D0; }
span { border-color: rgb(232,147,208); }
td.TdClassName
{
border-color: #E893D0;
}
.TagClassName
{
border-color: #E893D0;
}
</style>