Shades of Shocking #E085BA
Tints of Shocking #E085BA
RGB
CMYK
RGB Variations
Color information
#E085BA (or 0xE085BA) is known color: Shocking. HEX triplet: E0, 85 and BA. RGB value is (224,133,186). Sum of RGB (Red+Green+Blue) = 224+133+186=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E085BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E085BA is #1F7A45. Grayscale: #A6A6A6. Windows color (decimal): -2062918 or 12223968. OLE color: 12223968.
HSL color Cylindrical-coordinate representation of color #E085BA: hue angle of 325.05º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E085BA is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 133 | 186 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.12 |
| HSL | 325.05º | 0.59% | 0.7% | - |
| HSV(B) | 325.05º | 0.41% | 0.88% | - |
| XYZ | 47.99 | 36.17 | 50.91 | - |
| YUV | 166.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 186 | 0 | 0.41 | 0.17 | 0.12 | 325.05 | 0.59 | 0.7 |
| Hex | E0 | 85 | BA | 0 | 29 | 11 | C | 145 | 3B | 46 |
| Octal | 340 | 205 | 272 | 0 | 51 | 21 | 14 | 505 | 73 | 106 |
| Binary | 11100000 | 10000101 | 10111010 | 0 | 101001 | 10001 | 1100 | 101000101 | 111011 | 1000110 |
Color Harmonies of #E085BA
Complementary color
Monochromatic Colors of #E085BA
Black with #E085BA
Text Example
Text Example
White with #E085BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E085BA; }
p { color: rgb(224,133,186); }
H1.HeaderClassName
{
color: #E085BA;
}
.AnyTagClassName
{
color: #E085BA;
}
</style>
background-color css
<style>
a { background-color: #E085BA; }
a { background-color: rgb(224,133,186); }
div.DivClassName
{
background-color: #E085BA;
}
.BgClassName
{
background-color: #E085BA;
}
</style>
border-color css
<style>
span { border-color: #E085BA; }
span { border-color: rgb(224,133,186); }
td.TdClassName
{
border-color: #E085BA;
}
.TagClassName
{
border-color: #E085BA;
}
</style>