Shades of Shocking #E390C5
Tints of Shocking #E390C5
RGB
CMYK
RGB Variations
Color information
#E390C5 (or 0xE390C5) is known color: Shocking. HEX triplet: E3, 90 and C5. RGB value is (227,144,197). Sum of RGB (Red+Green+Blue) = 227+144+197=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 227 - color contains mainly: red. Hex color #E390C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390C5 is #1C6F3A. Grayscale: #AEAEAE. Windows color (decimal): -1863483 or 12947683. OLE color: 12947683.
HSL color Cylindrical-coordinate representation of color #E390C5: hue angle of 321.69º 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 #E390C5 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 197 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.11 |
| HSL | 321.69º | 0.6% | 0.73% | - |
| HSV(B) | 321.69º | 0.37% | 0.89% | - |
| XYZ | 51.73 | 40.31 | 57.88 | - |
| YUV | 174.86 | 140.5 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 197 | 0 | 0.37 | 0.13 | 0.11 | 321.69 | 0.6 | 0.73 |
| Hex | E3 | 90 | C5 | 0 | 25 | D | B | 142 | 3C | 49 |
| Octal | 343 | 220 | 305 | 0 | 45 | 15 | 13 | 502 | 74 | 111 |
| Binary | 11100011 | 10010000 | 11000101 | 0 | 100101 | 1101 | 1011 | 101000010 | 111100 | 1001001 |
Color Harmonies of #E390C5
Complementary color
Monochromatic Colors of #E390C5
Black with #E390C5
Text Example
Text Example
White with #E390C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390C5; }
p { color: rgb(227,144,197); }
H1.HeaderClassName
{
color: #E390C5;
}
.AnyTagClassName
{
color: #E390C5;
}
</style>
background-color css
<style>
a { background-color: #E390C5; }
a { background-color: rgb(227,144,197); }
div.DivClassName
{
background-color: #E390C5;
}
.BgClassName
{
background-color: #E390C5;
}
</style>
border-color css
<style>
span { border-color: #E390C5; }
span { border-color: rgb(227,144,197); }
td.TdClassName
{
border-color: #E390C5;
}
.TagClassName
{
border-color: #E390C5;
}
</style>