Shades of Shocking #E488B5
Tints of Shocking #E488B5
RGB
CMYK
RGB Variations
Color information
#E488B5 (or 0xE488B5) is known color: Shocking. HEX triplet: E4, 88 and B5. RGB value is (228,136,181). Sum of RGB (Red+Green+Blue) = 228+136+181=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 228 - color contains mainly: red. Hex color #E488B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E488B5 is #1B774A. Grayscale: #A8A8A8. Windows color (decimal): -1800011 or 11897060. OLE color: 11897060.
HSL color Cylindrical-coordinate representation of color #E488B5: hue angle of 330.65º 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 #E488B5 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 136 | 181 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.11 |
| HSL | 330.65º | 0.63% | 0.71% | - |
| HSV(B) | 330.65º | 0.4% | 0.89% | - |
| XYZ | 49.14 | 37.44 | 48.35 | - |
| YUV | 168.64 | 134.98 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 136 | 181 | 0 | 0.40 | 0.21 | 0.11 | 330.65 | 0.63 | 0.71 |
| Hex | E4 | 88 | B5 | 0 | 28 | 15 | B | 14B | 3F | 47 |
| Octal | 344 | 210 | 265 | 0 | 50 | 25 | 13 | 513 | 77 | 107 |
| Binary | 11100100 | 10001000 | 10110101 | 0 | 101000 | 10101 | 1011 | 101001011 | 111111 | 1000111 |
Color Harmonies of #E488B5
Complementary color
Monochromatic Colors of #E488B5
Black with #E488B5
Text Example
Text Example
White with #E488B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E488B5; }
p { color: rgb(228,136,181); }
H1.HeaderClassName
{
color: #E488B5;
}
.AnyTagClassName
{
color: #E488B5;
}
</style>
background-color css
<style>
a { background-color: #E488B5; }
a { background-color: rgb(228,136,181); }
div.DivClassName
{
background-color: #E488B5;
}
.BgClassName
{
background-color: #E488B5;
}
</style>
border-color css
<style>
span { border-color: #E488B5; }
span { border-color: rgb(228,136,181); }
td.TdClassName
{
border-color: #E488B5;
}
.TagClassName
{
border-color: #E488B5;
}
</style>