Shades of Shocking #E488BC
Tints of Shocking #E488BC
RGB
CMYK
RGB Variations
Color information
#E488BC (or 0xE488BC) is known color: Shocking. HEX triplet: E4, 88 and BC. RGB value is (228,136,188). Sum of RGB (Red+Green+Blue) = 228+136+188=552 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.30% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 228 - color contains mainly: red. Hex color #E488BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E488BC is #1B7743. Grayscale: #A9A9A9. Windows color (decimal): -1800004 or 12355812. OLE color: 12355812.
HSL color Cylindrical-coordinate representation of color #E488BC: hue angle of 326.09º 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 #E488BC is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 136 | 188 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.11 |
| HSL | 326.09º | 0.63% | 0.71% | - |
| HSV(B) | 326.09º | 0.4% | 0.89% | - |
| XYZ | 49.88 | 37.73 | 52.23 | - |
| YUV | 169.44 | 138.48 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 136 | 188 | 0 | 0.40 | 0.18 | 0.11 | 326.09 | 0.63 | 0.71 |
| Hex | E4 | 88 | BC | 0 | 28 | 12 | B | 146 | 3F | 47 |
| Octal | 344 | 210 | 274 | 0 | 50 | 22 | 13 | 506 | 77 | 107 |
| Binary | 11100100 | 10001000 | 10111100 | 0 | 101000 | 10010 | 1011 | 101000110 | 111111 | 1000111 |
Color Harmonies of #E488BC
Complementary color
Monochromatic Colors of #E488BC
Black with #E488BC
Text Example
Text Example
White with #E488BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E488BC; }
p { color: rgb(228,136,188); }
H1.HeaderClassName
{
color: #E488BC;
}
.AnyTagClassName
{
color: #E488BC;
}
</style>
background-color css
<style>
a { background-color: #E488BC; }
a { background-color: rgb(228,136,188); }
div.DivClassName
{
background-color: #E488BC;
}
.BgClassName
{
background-color: #E488BC;
}
</style>
border-color css
<style>
span { border-color: #E488BC; }
span { border-color: rgb(228,136,188); }
td.TdClassName
{
border-color: #E488BC;
}
.TagClassName
{
border-color: #E488BC;
}
</style>