Shades of Shocking #E190CC
Tints of Shocking #E190CC
RGB
CMYK
RGB Variations
Color information
#E190CC (or 0xE190CC) is known color: Shocking. HEX triplet: E1, 90 and CC. RGB value is (225,144,204). Sum of RGB (Red+Green+Blue) = 225+144+204=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E190CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190CC is #1E6F33. Grayscale: #AEAEAE. Windows color (decimal): -1994548 or 13406433. OLE color: 13406433.
HSL color Cylindrical-coordinate representation of color #E190CC: hue angle of 315.56º 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 #E190CC is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 204 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.12 |
| HSL | 315.56º | 0.57% | 0.72% | - |
| HSV(B) | 315.56º | 0.36% | 0.88% | - |
| XYZ | 51.92 | 40.31 | 62.17 | - |
| YUV | 175.06 | 144.34 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 204 | 0 | 0.36 | 0.09 | 0.12 | 315.56 | 0.57 | 0.72 |
| Hex | E1 | 90 | CC | 0 | 24 | 9 | C | 13C | 39 | 48 |
| Octal | 341 | 220 | 314 | 0 | 44 | 11 | 14 | 474 | 71 | 110 |
| Binary | 11100001 | 10010000 | 11001100 | 0 | 100100 | 1001 | 1100 | 100111100 | 111001 | 1001000 |
Color Harmonies of #E190CC
Complementary color
Monochromatic Colors of #E190CC
Black with #E190CC
Text Example
Text Example
White with #E190CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E190CC; }
p { color: rgb(225,144,204); }
H1.HeaderClassName
{
color: #E190CC;
}
.AnyTagClassName
{
color: #E190CC;
}
</style>
background-color css
<style>
a { background-color: #E190CC; }
a { background-color: rgb(225,144,204); }
div.DivClassName
{
background-color: #E190CC;
}
.BgClassName
{
background-color: #E190CC;
}
</style>
border-color css
<style>
span { border-color: #E190CC; }
span { border-color: rgb(225,144,204); }
td.TdClassName
{
border-color: #E190CC;
}
.TagClassName
{
border-color: #E190CC;
}
</style>