Shades of Shocking #E893CE
Tints of Shocking #E893CE
RGB
CMYK
RGB Variations
Color information
#E893CE (or 0xE893CE) is known color: Shocking. HEX triplet: E8, 93 and CE. RGB value is (232,147,206). Sum of RGB (Red+Green+Blue) = 232+147+206=585 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.66% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 232 - color contains mainly: red. Hex color #E893CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E893CE is #176C31. Grayscale: #B2B2B2. Windows color (decimal): -1535026 or 13538280. OLE color: 13538280.
HSL color Cylindrical-coordinate representation of color #E893CE: hue angle of 318.35º 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 #E893CE is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 147 | 206 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.09 |
| HSL | 318.35º | 0.65% | 0.74% | - |
| HSV(B) | 318.35º | 0.37% | 0.91% | - |
| XYZ | 54.85 | 42.48 | 63.7 | - |
| YUV | 179.14 | 143.16 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 147 | 206 | 0 | 0.37 | 0.11 | 0.09 | 318.35 | 0.65 | 0.74 |
| Hex | E8 | 93 | CE | 0 | 25 | B | 9 | 13E | 41 | 4A |
| Octal | 350 | 223 | 316 | 0 | 45 | 13 | 11 | 476 | 101 | 112 |
| Binary | 11101000 | 10010011 | 11001110 | 0 | 100101 | 1011 | 1001 | 100111110 | 1000001 | 1001010 |
Color Harmonies of #E893CE
Complementary color
Monochromatic Colors of #E893CE
Black with #E893CE
Text Example
Text Example
White with #E893CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E893CE; }
p { color: rgb(232,147,206); }
H1.HeaderClassName
{
color: #E893CE;
}
.AnyTagClassName
{
color: #E893CE;
}
</style>
background-color css
<style>
a { background-color: #E893CE; }
a { background-color: rgb(232,147,206); }
div.DivClassName
{
background-color: #E893CE;
}
.BgClassName
{
background-color: #E893CE;
}
</style>
border-color css
<style>
span { border-color: #E893CE; }
span { border-color: rgb(232,147,206); }
td.TdClassName
{
border-color: #E893CE;
}
.TagClassName
{
border-color: #E893CE;
}
</style>