Shades of Shocking #E490BC
Tints of Shocking #E490BC
RGB
CMYK
RGB Variations
Color information
#E490BC (or 0xE490BC) is known color: Shocking. HEX triplet: E4, 90 and BC. RGB value is (228,144,188). Sum of RGB (Red+Green+Blue) = 228+144+188=560 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.71% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 228 - color contains mainly: red. Hex color #E490BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E490BC is #1B6F43. Grayscale: #AEAEAE. Windows color (decimal): -1797956 or 12357860. OLE color: 12357860.
HSL color Cylindrical-coordinate representation of color #E490BC: hue angle of 328.57º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E490BC is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 144 | 188 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.11 |
| HSL | 328.57º | 0.61% | 0.73% | - |
| HSV(B) | 328.57º | 0.37% | 0.89% | - |
| XYZ | 51.05 | 40.07 | 52.62 | - |
| YUV | 174.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 188 | 0 | 0.37 | 0.18 | 0.11 | 328.57 | 0.61 | 0.73 |
| Hex | E4 | 90 | BC | 0 | 25 | 12 | B | 149 | 3D | 49 |
| Octal | 344 | 220 | 274 | 0 | 45 | 22 | 13 | 511 | 75 | 111 |
| Binary | 11100100 | 10010000 | 10111100 | 0 | 100101 | 10010 | 1011 | 101001001 | 111101 | 1001001 |
Color Harmonies of #E490BC
Complementary color
Monochromatic Colors of #E490BC
Black with #E490BC
Text Example
Text Example
White with #E490BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E490BC; }
p { color: rgb(228,144,188); }
H1.HeaderClassName
{
color: #E490BC;
}
.AnyTagClassName
{
color: #E490BC;
}
</style>
background-color css
<style>
a { background-color: #E490BC; }
a { background-color: rgb(228,144,188); }
div.DivClassName
{
background-color: #E490BC;
}
.BgClassName
{
background-color: #E490BC;
}
</style>
border-color css
<style>
span { border-color: #E490BC; }
span { border-color: rgb(228,144,188); }
td.TdClassName
{
border-color: #E490BC;
}
.TagClassName
{
border-color: #E490BC;
}
</style>