Shades of Shocking #E486B8
Tints of Shocking #E486B8
RGB
CMYK
RGB Variations
Color information
#E486B8 (or 0xE486B8) is known color: Shocking. HEX triplet: E4, 86 and B8. RGB value is (228,134,184). Sum of RGB (Red+Green+Blue) = 228+134+184=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 228 - color contains mainly: red. Hex color #E486B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E486B8 is #1B7947. Grayscale: #A7A7A7. Windows color (decimal): -1800520 or 12093156. OLE color: 12093156.
HSL color Cylindrical-coordinate representation of color #E486B8: hue angle of 328.09º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E486B8 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 134 | 184 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.11 |
| HSL | 328.09º | 0.64% | 0.71% | - |
| HSV(B) | 328.09º | 0.41% | 0.89% | - |
| XYZ | 49.17 | 37 | 49.9 | - |
| YUV | 167.81 | 137.14 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 134 | 184 | 0 | 0.41 | 0.19 | 0.11 | 328.09 | 0.64 | 0.71 |
| Hex | E4 | 86 | B8 | 0 | 29 | 13 | B | 148 | 40 | 47 |
| Octal | 344 | 206 | 270 | 0 | 51 | 23 | 13 | 510 | 100 | 107 |
| Binary | 11100100 | 10000110 | 10111000 | 0 | 101001 | 10011 | 1011 | 101001000 | 1000000 | 1000111 |
Color Harmonies of #E486B8
Complementary color
Monochromatic Colors of #E486B8
Black with #E486B8
Text Example
Text Example
White with #E486B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E486B8; }
p { color: rgb(228,134,184); }
H1.HeaderClassName
{
color: #E486B8;
}
.AnyTagClassName
{
color: #E486B8;
}
</style>
background-color css
<style>
a { background-color: #E486B8; }
a { background-color: rgb(228,134,184); }
div.DivClassName
{
background-color: #E486B8;
}
.BgClassName
{
background-color: #E486B8;
}
</style>
border-color css
<style>
span { border-color: #E486B8; }
span { border-color: rgb(228,134,184); }
td.TdClassName
{
border-color: #E486B8;
}
.TagClassName
{
border-color: #E486B8;
}
</style>