Shades of Shocking #E488B8
Tints of Shocking #E488B8
RGB
CMYK
RGB Variations
Color information
#E488B8 (or 0xE488B8) is known color: Shocking. HEX triplet: E4, 88 and B8. RGB value is (228,136,184). Sum of RGB (Red+Green+Blue) = 228+136+184=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E488B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E488B8 is #1B7747. Grayscale: #A8A8A8. Windows color (decimal): -1800008 or 12093668. OLE color: 12093668.
HSL color Cylindrical-coordinate representation of color #E488B8: hue angle of 328.7º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E488B8 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 136 | 184 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.11 |
| HSL | 328.7º | 0.63% | 0.71% | - |
| HSV(B) | 328.7º | 0.4% | 0.89% | - |
| XYZ | 49.45 | 37.56 | 49.99 | - |
| YUV | 168.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 136 | 184 | 0 | 0.40 | 0.19 | 0.11 | 328.7 | 0.63 | 0.71 |
| Hex | E4 | 88 | B8 | 0 | 28 | 13 | B | 149 | 3F | 47 |
| Octal | 344 | 210 | 270 | 0 | 50 | 23 | 13 | 511 | 77 | 107 |
| Binary | 11100100 | 10001000 | 10111000 | 0 | 101000 | 10011 | 1011 | 101001001 | 111111 | 1000111 |
Color Harmonies of #E488B8
Complementary color
Monochromatic Colors of #E488B8
Black with #E488B8
Text Example
Text Example
White with #E488B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E488B8; }
p { color: rgb(228,136,184); }
H1.HeaderClassName
{
color: #E488B8;
}
.AnyTagClassName
{
color: #E488B8;
}
</style>
background-color css
<style>
a { background-color: #E488B8; }
a { background-color: rgb(228,136,184); }
div.DivClassName
{
background-color: #E488B8;
}
.BgClassName
{
background-color: #E488B8;
}
</style>
border-color css
<style>
span { border-color: #E488B8; }
span { border-color: rgb(228,136,184); }
td.TdClassName
{
border-color: #E488B8;
}
.TagClassName
{
border-color: #E488B8;
}
</style>