Shades of Shocking #E186B4
Tints of Shocking #E186B4
RGB
CMYK
RGB Variations
Color information
#E186B4 (or 0xE186B4) is known color: Shocking. HEX triplet: E1, 86 and B4. RGB value is (225,134,180). Sum of RGB (Red+Green+Blue) = 225+134+180=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E186B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186B4 is #1E794B. Grayscale: #A6A6A6. Windows color (decimal): -1997132 or 11831009. OLE color: 11831009.
HSL color Cylindrical-coordinate representation of color #E186B4: hue angle of 329.67º 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 #E186B4 is Cyan = 0, Magento = 0.40, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 180 | - |
| CMYK | 0 | 0.40 | 0.2 | 0.12 |
| HSL | 329.67º | 0.6% | 0.7% | - |
| HSV(B) | 329.67º | 0.4% | 0.88% | - |
| XYZ | 47.81 | 36.35 | 47.68 | - |
| YUV | 166.45 | 135.65 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 180 | 0 | 0.40 | 0.2 | 0.12 | 329.67 | 0.6 | 0.7 |
| Hex | E1 | 86 | B4 | 0 | 28 | 14 | C | 14A | 3C | 46 |
| Octal | 341 | 206 | 264 | 0 | 50 | 24 | 14 | 512 | 74 | 106 |
| Binary | 11100001 | 10000110 | 10110100 | 0 | 101000 | 10100 | 1100 | 101001010 | 111100 | 1000110 |
Color Harmonies of #E186B4
Complementary color
Monochromatic Colors of #E186B4
Black with #E186B4
Text Example
Text Example
White with #E186B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E186B4; }
p { color: rgb(225,134,180); }
H1.HeaderClassName
{
color: #E186B4;
}
.AnyTagClassName
{
color: #E186B4;
}
</style>
background-color css
<style>
a { background-color: #E186B4; }
a { background-color: rgb(225,134,180); }
div.DivClassName
{
background-color: #E186B4;
}
.BgClassName
{
background-color: #E186B4;
}
</style>
border-color css
<style>
span { border-color: #E186B4; }
span { border-color: rgb(225,134,180); }
td.TdClassName
{
border-color: #E186B4;
}
.TagClassName
{
border-color: #E186B4;
}
</style>