Shades of Shocking #E390BC
Tints of Shocking #E390BC
RGB
CMYK
RGB Variations
Color information
#E390BC (or 0xE390BC) is known color: Shocking. HEX triplet: E3, 90 and BC. RGB value is (227,144,188). Sum of RGB (Red+Green+Blue) = 227+144+188=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 227 - color contains mainly: red. Hex color #E390BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390BC is #1C6F43. Grayscale: #ADADAD. Windows color (decimal): -1863492 or 12357859. OLE color: 12357859.
HSL color Cylindrical-coordinate representation of color #E390BC: hue angle of 328.19º degrees, saturation: 0.6, 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 #E390BC is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 188 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.11 |
| HSL | 328.19º | 0.6% | 0.73% | - |
| HSV(B) | 328.19º | 0.37% | 0.89% | - |
| XYZ | 50.73 | 39.91 | 52.61 | - |
| YUV | 173.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 188 | 0 | 0.37 | 0.17 | 0.11 | 328.19 | 0.6 | 0.73 |
| Hex | E3 | 90 | BC | 0 | 25 | 11 | B | 148 | 3C | 49 |
| Octal | 343 | 220 | 274 | 0 | 45 | 21 | 13 | 510 | 74 | 111 |
| Binary | 11100011 | 10010000 | 10111100 | 0 | 100101 | 10001 | 1011 | 101001000 | 111100 | 1001001 |
Color Harmonies of #E390BC
Complementary color
Monochromatic Colors of #E390BC
Black with #E390BC
Text Example
Text Example
White with #E390BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390BC; }
p { color: rgb(227,144,188); }
H1.HeaderClassName
{
color: #E390BC;
}
.AnyTagClassName
{
color: #E390BC;
}
</style>
background-color css
<style>
a { background-color: #E390BC; }
a { background-color: rgb(227,144,188); }
div.DivClassName
{
background-color: #E390BC;
}
.BgClassName
{
background-color: #E390BC;
}
</style>
border-color css
<style>
span { border-color: #E390BC; }
span { border-color: rgb(227,144,188); }
td.TdClassName
{
border-color: #E390BC;
}
.TagClassName
{
border-color: #E390BC;
}
</style>