Shades of Shocking #E390CC
Tints of Shocking #E390CC
RGB
CMYK
RGB Variations
Color information
#E390CC (or 0xE390CC) is known color: Shocking. HEX triplet: E3, 90 and CC. RGB value is (227,144,204). Sum of RGB (Red+Green+Blue) = 227+144+204=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 227 - color contains mainly: red. Hex color #E390CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390CC is #1C6F33. Grayscale: #AFAFAF. Windows color (decimal): -1863476 or 13406435. OLE color: 13406435.
HSL color Cylindrical-coordinate representation of color #E390CC: hue angle of 316.63º 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 #E390CC is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 204 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.11 |
| HSL | 316.63º | 0.6% | 0.73% | - |
| HSV(B) | 316.63º | 0.37% | 0.89% | - |
| XYZ | 52.55 | 40.64 | 62.2 | - |
| YUV | 175.66 | 144 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 204 | 0 | 0.37 | 0.10 | 0.11 | 316.63 | 0.6 | 0.73 |
| Hex | E3 | 90 | CC | 0 | 25 | A | B | 13D | 3C | 49 |
| Octal | 343 | 220 | 314 | 0 | 45 | 12 | 13 | 475 | 74 | 111 |
| Binary | 11100011 | 10010000 | 11001100 | 0 | 100101 | 1010 | 1011 | 100111101 | 111100 | 1001001 |
Color Harmonies of #E390CC
Complementary color
Monochromatic Colors of #E390CC
Black with #E390CC
Text Example
Text Example
White with #E390CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390CC; }
p { color: rgb(227,144,204); }
H1.HeaderClassName
{
color: #E390CC;
}
.AnyTagClassName
{
color: #E390CC;
}
</style>
background-color css
<style>
a { background-color: #E390CC; }
a { background-color: rgb(227,144,204); }
div.DivClassName
{
background-color: #E390CC;
}
.BgClassName
{
background-color: #E390CC;
}
</style>
border-color css
<style>
span { border-color: #E390CC; }
span { border-color: rgb(227,144,204); }
td.TdClassName
{
border-color: #E390CC;
}
.TagClassName
{
border-color: #E390CC;
}
</style>