Shades of Shocking #E489BC
Tints of Shocking #E489BC
RGB
CMYK
RGB Variations
Color information
#E489BC (or 0xE489BC) is known color: Shocking. HEX triplet: E4, 89 and BC. RGB value is (228,137,188). Sum of RGB (Red+Green+Blue) = 228+137+188=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E489BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E489BC is #1B7643. Grayscale: #A9A9A9. Windows color (decimal): -1799748 or 12356068. OLE color: 12356068.
HSL color Cylindrical-coordinate representation of color #E489BC: hue angle of 326.37º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E489BC is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 137 | 188 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.11 |
| HSL | 326.37º | 0.63% | 0.72% | - |
| HSV(B) | 326.37º | 0.4% | 0.89% | - |
| XYZ | 50.02 | 38.02 | 52.28 | - |
| YUV | 170.02 | 138.15 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 137 | 188 | 0 | 0.40 | 0.18 | 0.11 | 326.37 | 0.63 | 0.72 |
| Hex | E4 | 89 | BC | 0 | 28 | 12 | B | 146 | 3F | 48 |
| Octal | 344 | 211 | 274 | 0 | 50 | 22 | 13 | 506 | 77 | 110 |
| Binary | 11100100 | 10001001 | 10111100 | 0 | 101000 | 10010 | 1011 | 101000110 | 111111 | 1001000 |
Color Harmonies of #E489BC
Complementary color
Monochromatic Colors of #E489BC
Black with #E489BC
Text Example
Text Example
White with #E489BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E489BC; }
p { color: rgb(228,137,188); }
H1.HeaderClassName
{
color: #E489BC;
}
.AnyTagClassName
{
color: #E489BC;
}
</style>
background-color css
<style>
a { background-color: #E489BC; }
a { background-color: rgb(228,137,188); }
div.DivClassName
{
background-color: #E489BC;
}
.BgClassName
{
background-color: #E489BC;
}
</style>
border-color css
<style>
span { border-color: #E489BC; }
span { border-color: rgb(228,137,188); }
td.TdClassName
{
border-color: #E489BC;
}
.TagClassName
{
border-color: #E489BC;
}
</style>