Shades of Shocking #E185B5
Tints of Shocking #E185B5
RGB
CMYK
RGB Variations
Color information
#E185B5 (or 0xE185B5) is known color: Shocking. HEX triplet: E1, 85 and B5. RGB value is (225,133,181). Sum of RGB (Red+Green+Blue) = 225+133+181=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E185B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185B5 is #1E7A4A. Grayscale: #A5A5A5. Windows color (decimal): -1997387 or 11896289. OLE color: 11896289.
HSL color Cylindrical-coordinate representation of color #E185B5: hue angle of 328.7º degrees, saturation: 0.61, 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 #E185B5 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 181 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.12 |
| HSL | 328.7º | 0.61% | 0.7% | - |
| HSV(B) | 328.7º | 0.41% | 0.88% | - |
| XYZ | 47.78 | 36.12 | 48.17 | - |
| YUV | 165.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 181 | 0 | 0.41 | 0.20 | 0.12 | 328.7 | 0.61 | 0.7 |
| Hex | E1 | 85 | B5 | 0 | 29 | 14 | C | 149 | 3D | 46 |
| Octal | 341 | 205 | 265 | 0 | 51 | 24 | 14 | 511 | 75 | 106 |
| Binary | 11100001 | 10000101 | 10110101 | 0 | 101001 | 10100 | 1100 | 101001001 | 111101 | 1000110 |
Color Harmonies of #E185B5
Complementary color
Monochromatic Colors of #E185B5
Black with #E185B5
Text Example
Text Example
White with #E185B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E185B5; }
p { color: rgb(225,133,181); }
H1.HeaderClassName
{
color: #E185B5;
}
.AnyTagClassName
{
color: #E185B5;
}
</style>
background-color css
<style>
a { background-color: #E185B5; }
a { background-color: rgb(225,133,181); }
div.DivClassName
{
background-color: #E185B5;
}
.BgClassName
{
background-color: #E185B5;
}
</style>
border-color css
<style>
span { border-color: #E185B5; }
span { border-color: rgb(225,133,181); }
td.TdClassName
{
border-color: #E185B5;
}
.TagClassName
{
border-color: #E185B5;
}
</style>