Shades of Shocking #E390BE
Tints of Shocking #E390BE
RGB
CMYK
RGB Variations
Color information
#E390BE (or 0xE390BE) is known color: Shocking. HEX triplet: E3, 90 and BE. RGB value is (227,144,190). Sum of RGB (Red+Green+Blue) = 227+144+190=561 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.46% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 227 - color contains mainly: red. Hex color #E390BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390BE is #1C6F41. Grayscale: #ADADAD. Windows color (decimal): -1863490 or 12488931. OLE color: 12488931.
HSL color Cylindrical-coordinate representation of color #E390BE: hue angle of 326.75º 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 #E390BE is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 190 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.11 |
| HSL | 326.75º | 0.6% | 0.73% | - |
| HSV(B) | 326.75º | 0.37% | 0.89% | - |
| XYZ | 50.95 | 40 | 53.75 | - |
| YUV | 174.06 | 137 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 190 | 0 | 0.37 | 0.16 | 0.11 | 326.75 | 0.6 | 0.73 |
| Hex | E3 | 90 | BE | 0 | 25 | 10 | B | 147 | 3C | 49 |
| Octal | 343 | 220 | 276 | 0 | 45 | 20 | 13 | 507 | 74 | 111 |
| Binary | 11100011 | 10010000 | 10111110 | 0 | 100101 | 10000 | 1011 | 101000111 | 111100 | 1001001 |
Color Harmonies of #E390BE
Complementary color
Monochromatic Colors of #E390BE
Black with #E390BE
Text Example
Text Example
White with #E390BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390BE; }
p { color: rgb(227,144,190); }
H1.HeaderClassName
{
color: #E390BE;
}
.AnyTagClassName
{
color: #E390BE;
}
</style>
background-color css
<style>
a { background-color: #E390BE; }
a { background-color: rgb(227,144,190); }
div.DivClassName
{
background-color: #E390BE;
}
.BgClassName
{
background-color: #E390BE;
}
</style>
border-color css
<style>
span { border-color: #E390BE; }
span { border-color: rgb(227,144,190); }
td.TdClassName
{
border-color: #E390BE;
}
.TagClassName
{
border-color: #E390BE;
}
</style>