Shades of Shocking #E488C0
Tints of Shocking #E488C0
RGB
CMYK
RGB Variations
Color information
#E488C0 (or 0xE488C0) is known color: Shocking. HEX triplet: E4, 88 and C0. RGB value is (228,136,192). Sum of RGB (Red+Green+Blue) = 228+136+192=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E488C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E488C0 is #1B773F. Grayscale: #A9A9A9. Windows color (decimal): -1800000 or 12617956. OLE color: 12617956.
HSL color Cylindrical-coordinate representation of color #E488C0: hue angle of 323.48º 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 #E488C0 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 136 | 192 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.11 |
| HSL | 323.48º | 0.63% | 0.71% | - |
| HSV(B) | 323.48º | 0.4% | 0.89% | - |
| XYZ | 50.31 | 37.91 | 54.53 | - |
| YUV | 169.89 | 140.48 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 136 | 192 | 0 | 0.40 | 0.16 | 0.11 | 323.48 | 0.63 | 0.71 |
| Hex | E4 | 88 | C0 | 0 | 28 | 10 | B | 143 | 3F | 47 |
| Octal | 344 | 210 | 300 | 0 | 50 | 20 | 13 | 503 | 77 | 107 |
| Binary | 11100100 | 10001000 | 11000000 | 0 | 101000 | 10000 | 1011 | 101000011 | 111111 | 1000111 |
Color Harmonies of #E488C0
Complementary color
Monochromatic Colors of #E488C0
Black with #E488C0
Text Example
Text Example
White with #E488C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E488C0; }
p { color: rgb(228,136,192); }
H1.HeaderClassName
{
color: #E488C0;
}
.AnyTagClassName
{
color: #E488C0;
}
</style>
background-color css
<style>
a { background-color: #E488C0; }
a { background-color: rgb(228,136,192); }
div.DivClassName
{
background-color: #E488C0;
}
.BgClassName
{
background-color: #E488C0;
}
</style>
border-color css
<style>
span { border-color: #E488C0; }
span { border-color: rgb(228,136,192); }
td.TdClassName
{
border-color: #E488C0;
}
.TagClassName
{
border-color: #E488C0;
}
</style>