Shades of Shocking #E587BA
Tints of Shocking #E587BA
RGB
CMYK
RGB Variations
Color information
#E587BA (or 0xE587BA) is known color: Shocking. HEX triplet: E5, 87 and BA. RGB value is (229,135,186). Sum of RGB (Red+Green+Blue) = 229+135+186=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E587BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E587BA is #1A7845. Grayscale: #A8A8A8. Windows color (decimal): -1734726 or 12224485. OLE color: 12224485.
HSL color Cylindrical-coordinate representation of color #E587BA: hue angle of 327.45º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E587BA is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 135 | 186 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.10 |
| HSL | 327.45º | 0.64% | 0.71% | - |
| HSV(B) | 327.45º | 0.41% | 0.9% | - |
| XYZ | 49.84 | 37.53 | 51.07 | - |
| YUV | 168.92 | 137.64 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 135 | 186 | 0 | 0.41 | 0.19 | 0.10 | 327.45 | 0.64 | 0.71 |
| Hex | E5 | 87 | BA | 0 | 29 | 13 | A | 147 | 40 | 47 |
| Octal | 345 | 207 | 272 | 0 | 51 | 23 | 12 | 507 | 100 | 107 |
| Binary | 11100101 | 10000111 | 10111010 | 0 | 101001 | 10011 | 1010 | 101000111 | 1000000 | 1000111 |
Color Harmonies of #E587BA
Complementary color
Monochromatic Colors of #E587BA
Black with #E587BA
Text Example
Text Example
White with #E587BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E587BA; }
p { color: rgb(229,135,186); }
H1.HeaderClassName
{
color: #E587BA;
}
.AnyTagClassName
{
color: #E587BA;
}
</style>
background-color css
<style>
a { background-color: #E587BA; }
a { background-color: rgb(229,135,186); }
div.DivClassName
{
background-color: #E587BA;
}
.BgClassName
{
background-color: #E587BA;
}
</style>
border-color css
<style>
span { border-color: #E587BA; }
span { border-color: rgb(229,135,186); }
td.TdClassName
{
border-color: #E587BA;
}
.TagClassName
{
border-color: #E587BA;
}
</style>