Shades of Shocking #E190C6
Tints of Shocking #E190C6
RGB
CMYK
RGB Variations
Color information
#E190C6 (or 0xE190C6) is known color: Shocking. HEX triplet: E1, 90 and C6. RGB value is (225,144,198). Sum of RGB (Red+Green+Blue) = 225+144+198=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E190C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190C6 is #1E6F39. Grayscale: #AEAEAE. Windows color (decimal): -1994554 or 13013217. OLE color: 13013217.
HSL color Cylindrical-coordinate representation of color #E190C6: hue angle of 320º 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 #E190C6 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 198 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.12 |
| HSL | 320º | 0.57% | 0.72% | - |
| HSV(B) | 320º | 0.36% | 0.88% | - |
| XYZ | 51.22 | 40.03 | 58.45 | - |
| YUV | 174.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 198 | 0 | 0.36 | 0.12 | 0.12 | 320 | 0.57 | 0.72 |
| Hex | E1 | 90 | C6 | 0 | 24 | C | C | 140 | 39 | 48 |
| Octal | 341 | 220 | 306 | 0 | 44 | 14 | 14 | 500 | 71 | 110 |
| Binary | 11100001 | 10010000 | 11000110 | 0 | 100100 | 1100 | 1100 | 101000000 | 111001 | 1001000 |
Color Harmonies of #E190C6
Complementary color
Monochromatic Colors of #E190C6
Black with #E190C6
Text Example
Text Example
White with #E190C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E190C6; }
p { color: rgb(225,144,198); }
H1.HeaderClassName
{
color: #E190C6;
}
.AnyTagClassName
{
color: #E190C6;
}
</style>
background-color css
<style>
a { background-color: #E190C6; }
a { background-color: rgb(225,144,198); }
div.DivClassName
{
background-color: #E190C6;
}
.BgClassName
{
background-color: #E190C6;
}
</style>
border-color css
<style>
span { border-color: #E190C6; }
span { border-color: rgb(225,144,198); }
td.TdClassName
{
border-color: #E190C6;
}
.TagClassName
{
border-color: #E190C6;
}
</style>