Shades of Shocking #E190C8
Tints of Shocking #E190C8
RGB
CMYK
RGB Variations
Color information
#E190C8 (or 0xE190C8) is known color: Shocking. HEX triplet: E1, 90 and C8. RGB value is (225,144,200). Sum of RGB (Red+Green+Blue) = 225+144+200=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E190C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190C8 is #1E6F37. Grayscale: #AEAEAE. Windows color (decimal): -1994552 or 13144289. OLE color: 13144289.
HSL color Cylindrical-coordinate representation of color #E190C8: hue angle of 318.52º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E190C8 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 200 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.12 |
| HSL | 318.52º | 0.57% | 0.72% | - |
| HSV(B) | 318.52º | 0.36% | 0.88% | - |
| XYZ | 51.45 | 40.12 | 59.68 | - |
| YUV | 174.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 200 | 0 | 0.36 | 0.11 | 0.12 | 318.52 | 0.57 | 0.72 |
| Hex | E1 | 90 | C8 | 0 | 24 | B | C | 13F | 39 | 48 |
| Octal | 341 | 220 | 310 | 0 | 44 | 13 | 14 | 477 | 71 | 110 |
| Binary | 11100001 | 10010000 | 11001000 | 0 | 100100 | 1011 | 1100 | 100111111 | 111001 | 1001000 |
Color Harmonies of #E190C8
Complementary color
Monochromatic Colors of #E190C8
Black with #E190C8
Text Example
Text Example
White with #E190C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E190C8; }
p { color: rgb(225,144,200); }
H1.HeaderClassName
{
color: #E190C8;
}
.AnyTagClassName
{
color: #E190C8;
}
</style>
background-color css
<style>
a { background-color: #E190C8; }
a { background-color: rgb(225,144,200); }
div.DivClassName
{
background-color: #E190C8;
}
.BgClassName
{
background-color: #E190C8;
}
</style>
border-color css
<style>
span { border-color: #E190C8; }
span { border-color: rgb(225,144,200); }
td.TdClassName
{
border-color: #E190C8;
}
.TagClassName
{
border-color: #E190C8;
}
</style>