Shades of Shocking #E087B9
Tints of Shocking #E087B9
RGB
CMYK
RGB Variations
Color information
#E087B9 (or 0xE087B9) is known color: Shocking. HEX triplet: E0, 87 and B9. RGB value is (224,135,185). Sum of RGB (Red+Green+Blue) = 224+135+185=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 135 (53.12% from 255 or 24.82% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E087B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E087B9 is #1F7846. Grayscale: #A7A7A7. Windows color (decimal): -2062407 or 12158944. OLE color: 12158944.
HSL color Cylindrical-coordinate representation of color #E087B9: hue angle of 326.29º 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 #E087B9 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 185 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.12 |
| HSL | 326.29º | 0.59% | 0.7% | - |
| HSV(B) | 326.29º | 0.4% | 0.88% | - |
| XYZ | 48.16 | 36.68 | 50.44 | - |
| YUV | 167.31 | 137.99 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 185 | 0 | 0.40 | 0.17 | 0.12 | 326.29 | 0.59 | 0.7 |
| Hex | E0 | 87 | B9 | 0 | 28 | 11 | C | 146 | 3B | 46 |
| Octal | 340 | 207 | 271 | 0 | 50 | 21 | 14 | 506 | 73 | 106 |
| Binary | 11100000 | 10000111 | 10111001 | 0 | 101000 | 10001 | 1100 | 101000110 | 111011 | 1000110 |
Color Harmonies of #E087B9
Complementary color
Monochromatic Colors of #E087B9
Black with #E087B9
Text Example
Text Example
White with #E087B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E087B9; }
p { color: rgb(224,135,185); }
H1.HeaderClassName
{
color: #E087B9;
}
.AnyTagClassName
{
color: #E087B9;
}
</style>
background-color css
<style>
a { background-color: #E087B9; }
a { background-color: rgb(224,135,185); }
div.DivClassName
{
background-color: #E087B9;
}
.BgClassName
{
background-color: #E087B9;
}
</style>
border-color css
<style>
span { border-color: #E087B9; }
span { border-color: rgb(224,135,185); }
td.TdClassName
{
border-color: #E087B9;
}
.TagClassName
{
border-color: #E087B9;
}
</style>