Shades of Shocking #E290C5
Tints of Shocking #E290C5
RGB
CMYK
RGB Variations
Color information
#E290C5 (or 0xE290C5) is known color: Shocking. HEX triplet: E2, 90 and C5. RGB value is (226,144,197). Sum of RGB (Red+Green+Blue) = 226+144+197=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E290C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E290C5 is #1D6F3A. Grayscale: #AEAEAE. Windows color (decimal): -1929019 or 12947682. OLE color: 12947682.
HSL color Cylindrical-coordinate representation of color #E290C5: hue angle of 321.22º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E290C5 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 197 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.11 |
| HSL | 321.22º | 0.59% | 0.73% | - |
| HSV(B) | 321.22º | 0.36% | 0.89% | - |
| XYZ | 51.42 | 40.15 | 57.86 | - |
| YUV | 174.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 197 | 0 | 0.36 | 0.13 | 0.11 | 321.22 | 0.59 | 0.73 |
| Hex | E2 | 90 | C5 | 0 | 24 | D | B | 141 | 3B | 49 |
| Octal | 342 | 220 | 305 | 0 | 44 | 15 | 13 | 501 | 73 | 111 |
| Binary | 11100010 | 10010000 | 11000101 | 0 | 100100 | 1101 | 1011 | 101000001 | 111011 | 1001001 |
Color Harmonies of #E290C5
Complementary color
Monochromatic Colors of #E290C5
Black with #E290C5
Text Example
Text Example
White with #E290C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E290C5; }
p { color: rgb(226,144,197); }
H1.HeaderClassName
{
color: #E290C5;
}
.AnyTagClassName
{
color: #E290C5;
}
</style>
background-color css
<style>
a { background-color: #E290C5; }
a { background-color: rgb(226,144,197); }
div.DivClassName
{
background-color: #E290C5;
}
.BgClassName
{
background-color: #E290C5;
}
</style>
border-color css
<style>
span { border-color: #E290C5; }
span { border-color: rgb(226,144,197); }
td.TdClassName
{
border-color: #E290C5;
}
.TagClassName
{
border-color: #E290C5;
}
</style>