Shades of Shocking #E290C4
Tints of Shocking #E290C4
RGB
CMYK
RGB Variations
Color information
#E290C4 (or 0xE290C4) is known color: Shocking. HEX triplet: E2, 90 and C4. RGB value is (226,144,196). Sum of RGB (Red+Green+Blue) = 226+144+196=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 226 - color contains mainly: red. Hex color #E290C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E290C4 is #1D6F3B. Grayscale: #AEAEAE. Windows color (decimal): -1929020 or 12882146. OLE color: 12882146.
HSL color Cylindrical-coordinate representation of color #E290C4: hue angle of 321.95º 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 #E290C4 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 196 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.11 |
| HSL | 321.95º | 0.59% | 0.73% | - |
| HSV(B) | 321.95º | 0.36% | 0.89% | - |
| XYZ | 51.3 | 40.1 | 57.26 | - |
| YUV | 174.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 196 | 0 | 0.36 | 0.13 | 0.11 | 321.95 | 0.59 | 0.73 |
| Hex | E2 | 90 | C4 | 0 | 24 | D | B | 142 | 3B | 49 |
| Octal | 342 | 220 | 304 | 0 | 44 | 15 | 13 | 502 | 73 | 111 |
| Binary | 11100010 | 10010000 | 11000100 | 0 | 100100 | 1101 | 1011 | 101000010 | 111011 | 1001001 |
Color Harmonies of #E290C4
Complementary color
Monochromatic Colors of #E290C4
Black with #E290C4
Text Example
Text Example
White with #E290C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E290C4; }
p { color: rgb(226,144,196); }
H1.HeaderClassName
{
color: #E290C4;
}
.AnyTagClassName
{
color: #E290C4;
}
</style>
background-color css
<style>
a { background-color: #E290C4; }
a { background-color: rgb(226,144,196); }
div.DivClassName
{
background-color: #E290C4;
}
.BgClassName
{
background-color: #E290C4;
}
</style>
border-color css
<style>
span { border-color: #E290C4; }
span { border-color: rgb(226,144,196); }
td.TdClassName
{
border-color: #E290C4;
}
.TagClassName
{
border-color: #E290C4;
}
</style>