Shades of Shocking #E186B8
Tints of Shocking #E186B8
RGB
CMYK
RGB Variations
Color information
#E186B8 (or 0xE186B8) is known color: Shocking. HEX triplet: E1, 86 and B8. RGB value is (225,134,184). Sum of RGB (Red+Green+Blue) = 225+134+184=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 184 (72.27% from 255 or 33.89% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E186B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186B8 is #1E7947. Grayscale: #A6A6A6. Windows color (decimal): -1997128 or 12093153. OLE color: 12093153.
HSL color Cylindrical-coordinate representation of color #E186B8: hue angle of 327.03º degrees, saturation: 0.6, 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 #E186B8 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 184 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.12 |
| HSL | 327.03º | 0.6% | 0.7% | - |
| HSV(B) | 327.03º | 0.4% | 0.88% | - |
| XYZ | 48.23 | 36.52 | 49.85 | - |
| YUV | 166.91 | 137.65 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 184 | 0 | 0.40 | 0.18 | 0.12 | 327.03 | 0.6 | 0.7 |
| Hex | E1 | 86 | B8 | 0 | 28 | 12 | C | 147 | 3C | 46 |
| Octal | 341 | 206 | 270 | 0 | 50 | 22 | 14 | 507 | 74 | 106 |
| Binary | 11100001 | 10000110 | 10111000 | 0 | 101000 | 10010 | 1100 | 101000111 | 111100 | 1000110 |
Color Harmonies of #E186B8
Complementary color
Monochromatic Colors of #E186B8
Black with #E186B8
Text Example
Text Example
White with #E186B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E186B8; }
p { color: rgb(225,134,184); }
H1.HeaderClassName
{
color: #E186B8;
}
.AnyTagClassName
{
color: #E186B8;
}
</style>
background-color css
<style>
a { background-color: #E186B8; }
a { background-color: rgb(225,134,184); }
div.DivClassName
{
background-color: #E186B8;
}
.BgClassName
{
background-color: #E186B8;
}
</style>
border-color css
<style>
span { border-color: #E186B8; }
span { border-color: rgb(225,134,184); }
td.TdClassName
{
border-color: #E186B8;
}
.TagClassName
{
border-color: #E186B8;
}
</style>