Shades of Shocking #E390CE
Tints of Shocking #E390CE
RGB
CMYK
RGB Variations
Color information
#E390CE (or 0xE390CE) is known color: Shocking. HEX triplet: E3, 90 and CE. RGB value is (227,144,206). Sum of RGB (Red+Green+Blue) = 227+144+206=577 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.34% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 227 - color contains mainly: red. Hex color #E390CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390CE is #1C6F31. Grayscale: #AFAFAF. Windows color (decimal): -1863474 or 13537507. OLE color: 13537507.
HSL color Cylindrical-coordinate representation of color #E390CE: hue angle of 315.18º 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 #E390CE is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 206 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.11 |
| HSL | 315.18º | 0.6% | 0.73% | - |
| HSV(B) | 315.18º | 0.37% | 0.89% | - |
| XYZ | 52.79 | 40.73 | 63.47 | - |
| YUV | 175.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 206 | 0 | 0.37 | 0.09 | 0.11 | 315.18 | 0.6 | 0.73 |
| Hex | E3 | 90 | CE | 0 | 25 | 9 | B | 13B | 3C | 49 |
| Octal | 343 | 220 | 316 | 0 | 45 | 11 | 13 | 473 | 74 | 111 |
| Binary | 11100011 | 10010000 | 11001110 | 0 | 100101 | 1001 | 1011 | 100111011 | 111100 | 1001001 |
Color Harmonies of #E390CE
Complementary color
Monochromatic Colors of #E390CE
Black with #E390CE
Text Example
Text Example
White with #E390CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390CE; }
p { color: rgb(227,144,206); }
H1.HeaderClassName
{
color: #E390CE;
}
.AnyTagClassName
{
color: #E390CE;
}
</style>
background-color css
<style>
a { background-color: #E390CE; }
a { background-color: rgb(227,144,206); }
div.DivClassName
{
background-color: #E390CE;
}
.BgClassName
{
background-color: #E390CE;
}
</style>
border-color css
<style>
span { border-color: #E390CE; }
span { border-color: rgb(227,144,206); }
td.TdClassName
{
border-color: #E390CE;
}
.TagClassName
{
border-color: #E390CE;
}
</style>