Shades of Shocking #E087C0
Tints of Shocking #E087C0
RGB
CMYK
RGB Variations
Color information
#E087C0 (or 0xE087C0) is known color: Shocking. HEX triplet: E0, 87 and C0. RGB value is (224,135,192). Sum of RGB (Red+Green+Blue) = 224+135+192=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E087C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E087C0 is #1F783F. Grayscale: #A7A7A7. Windows color (decimal): -2062400 or 12617696. OLE color: 12617696.
HSL color Cylindrical-coordinate representation of color #E087C0: hue angle of 321.57º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E087C0 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 192 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.12 |
| HSL | 321.57º | 0.59% | 0.7% | - |
| HSV(B) | 321.57º | 0.4% | 0.88% | - |
| XYZ | 48.92 | 36.98 | 54.43 | - |
| YUV | 168.11 | 141.49 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 192 | 0 | 0.40 | 0.14 | 0.12 | 321.57 | 0.59 | 0.7 |
| Hex | E0 | 87 | C0 | 0 | 28 | E | C | 142 | 3B | 46 |
| Octal | 340 | 207 | 300 | 0 | 50 | 16 | 14 | 502 | 73 | 106 |
| Binary | 11100000 | 10000111 | 11000000 | 0 | 101000 | 1110 | 1100 | 101000010 | 111011 | 1000110 |
Color Harmonies of #E087C0
Complementary color
Monochromatic Colors of #E087C0
Black with #E087C0
Text Example
Text Example
White with #E087C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E087C0; }
p { color: rgb(224,135,192); }
H1.HeaderClassName
{
color: #E087C0;
}
.AnyTagClassName
{
color: #E087C0;
}
</style>
background-color css
<style>
a { background-color: #E087C0; }
a { background-color: rgb(224,135,192); }
div.DivClassName
{
background-color: #E087C0;
}
.BgClassName
{
background-color: #E087C0;
}
</style>
border-color css
<style>
span { border-color: #E087C0; }
span { border-color: rgb(224,135,192); }
td.TdClassName
{
border-color: #E087C0;
}
.TagClassName
{
border-color: #E087C0;
}
</style>