Shades of Shocking #E085B6
Tints of Shocking #E085B6
RGB
CMYK
RGB Variations
Color information
#E085B6 (or 0xE085B6) is known color: Shocking. HEX triplet: E0, 85 and B6. RGB value is (224,133,182). Sum of RGB (Red+Green+Blue) = 224+133+182=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E085B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E085B6 is #1F7A49. Grayscale: #A5A5A5. Windows color (decimal): -2062922 or 11961824. OLE color: 11961824.
HSL color Cylindrical-coordinate representation of color #E085B6: hue angle of 327.69º 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 #E085B6 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 133 | 182 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.12 |
| HSL | 327.69º | 0.59% | 0.7% | - |
| HSV(B) | 327.69º | 0.41% | 0.88% | - |
| XYZ | 47.57 | 36 | 48.7 | - |
| YUV | 165.8 | 137.15 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 182 | 0 | 0.41 | 0.19 | 0.12 | 327.69 | 0.59 | 0.7 |
| Hex | E0 | 85 | B6 | 0 | 29 | 13 | C | 148 | 3B | 46 |
| Octal | 340 | 205 | 266 | 0 | 51 | 23 | 14 | 510 | 73 | 106 |
| Binary | 11100000 | 10000101 | 10110110 | 0 | 101001 | 10011 | 1100 | 101001000 | 111011 | 1000110 |
Color Harmonies of #E085B6
Complementary color
Monochromatic Colors of #E085B6
Black with #E085B6
Text Example
Text Example
White with #E085B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E085B6; }
p { color: rgb(224,133,182); }
H1.HeaderClassName
{
color: #E085B6;
}
.AnyTagClassName
{
color: #E085B6;
}
</style>
background-color css
<style>
a { background-color: #E085B6; }
a { background-color: rgb(224,133,182); }
div.DivClassName
{
background-color: #E085B6;
}
.BgClassName
{
background-color: #E085B6;
}
</style>
border-color css
<style>
span { border-color: #E085B6; }
span { border-color: rgb(224,133,182); }
td.TdClassName
{
border-color: #E085B6;
}
.TagClassName
{
border-color: #E085B6;
}
</style>