Shades of Shocking #E390B7
Tints of Shocking #E390B7
RGB
CMYK
RGB Variations
Color information
#E390B7 (or 0xE390B7) is known color: Shocking. HEX triplet: E3, 90 and B7. RGB value is (227,144,183). Sum of RGB (Red+Green+Blue) = 227+144+183=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E390B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390B7 is #1C6F48. Grayscale: #ADADAD. Windows color (decimal): -1863497 or 12030179. OLE color: 12030179.
HSL color Cylindrical-coordinate representation of color #E390B7: hue angle of 331.81º 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 #E390B7 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 183 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.11 |
| HSL | 331.81º | 0.6% | 0.73% | - |
| HSV(B) | 331.81º | 0.37% | 0.89% | - |
| XYZ | 50.2 | 39.7 | 49.82 | - |
| YUV | 173.26 | 133.5 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 183 | 0 | 0.37 | 0.19 | 0.11 | 331.81 | 0.6 | 0.73 |
| Hex | E3 | 90 | B7 | 0 | 25 | 13 | B | 14C | 3C | 49 |
| Octal | 343 | 220 | 267 | 0 | 45 | 23 | 13 | 514 | 74 | 111 |
| Binary | 11100011 | 10010000 | 10110111 | 0 | 100101 | 10011 | 1011 | 101001100 | 111100 | 1001001 |
Color Harmonies of #E390B7
Complementary color
Monochromatic Colors of #E390B7
Black with #E390B7
Text Example
Text Example
White with #E390B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390B7; }
p { color: rgb(227,144,183); }
H1.HeaderClassName
{
color: #E390B7;
}
.AnyTagClassName
{
color: #E390B7;
}
</style>
background-color css
<style>
a { background-color: #E390B7; }
a { background-color: rgb(227,144,183); }
div.DivClassName
{
background-color: #E390B7;
}
.BgClassName
{
background-color: #E390B7;
}
</style>
border-color css
<style>
span { border-color: #E390B7; }
span { border-color: rgb(227,144,183); }
td.TdClassName
{
border-color: #E390B7;
}
.TagClassName
{
border-color: #E390B7;
}
</style>