Shades of Shocking #E390CD
Tints of Shocking #E390CD
RGB
CMYK
RGB Variations
Color information
#E390CD (or 0xE390CD) is known color: Shocking. HEX triplet: E3, 90 and CD. RGB value is (227,144,205). Sum of RGB (Red+Green+Blue) = 227+144+205=576 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.41% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 227 - color contains mainly: red. Hex color #E390CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390CD is #1C6F32. Grayscale: #AFAFAF. Windows color (decimal): -1863475 or 13471971. OLE color: 13471971.
HSL color Cylindrical-coordinate representation of color #E390CD: hue angle of 315.9º 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 #E390CD is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 205 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.11 |
| HSL | 315.9º | 0.6% | 0.73% | - |
| HSV(B) | 315.9º | 0.37% | 0.89% | - |
| XYZ | 52.67 | 40.69 | 62.83 | - |
| YUV | 175.77 | 144.5 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 205 | 0 | 0.37 | 0.10 | 0.11 | 315.9 | 0.6 | 0.73 |
| Hex | E3 | 90 | CD | 0 | 25 | A | B | 13C | 3C | 49 |
| Octal | 343 | 220 | 315 | 0 | 45 | 12 | 13 | 474 | 74 | 111 |
| Binary | 11100011 | 10010000 | 11001101 | 0 | 100101 | 1010 | 1011 | 100111100 | 111100 | 1001001 |
Color Harmonies of #E390CD
Complementary color
Monochromatic Colors of #E390CD
Black with #E390CD
Text Example
Text Example
White with #E390CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390CD; }
p { color: rgb(227,144,205); }
H1.HeaderClassName
{
color: #E390CD;
}
.AnyTagClassName
{
color: #E390CD;
}
</style>
background-color css
<style>
a { background-color: #E390CD; }
a { background-color: rgb(227,144,205); }
div.DivClassName
{
background-color: #E390CD;
}
.BgClassName
{
background-color: #E390CD;
}
</style>
border-color css
<style>
span { border-color: #E390CD; }
span { border-color: rgb(227,144,205); }
td.TdClassName
{
border-color: #E390CD;
}
.TagClassName
{
border-color: #E390CD;
}
</style>