Shades of Shocking #E190C7
Tints of Shocking #E190C7
RGB
CMYK
RGB Variations
Color information
#E190C7 (or 0xE190C7) is known color: Shocking. HEX triplet: E1, 90 and C7. RGB value is (225,144,199). Sum of RGB (Red+Green+Blue) = 225+144+199=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E190C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190C7 is #1E6F38. Grayscale: #AEAEAE. Windows color (decimal): -1994553 or 13078753. OLE color: 13078753.
HSL color Cylindrical-coordinate representation of color #E190C7: hue angle of 319.26º 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 #E190C7 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 199 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.12 |
| HSL | 319.26º | 0.57% | 0.72% | - |
| HSV(B) | 319.26º | 0.36% | 0.88% | - |
| XYZ | 51.33 | 40.08 | 59.06 | - |
| YUV | 174.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 199 | 0 | 0.36 | 0.12 | 0.12 | 319.26 | 0.57 | 0.72 |
| Hex | E1 | 90 | C7 | 0 | 24 | C | C | 13F | 39 | 48 |
| Octal | 341 | 220 | 307 | 0 | 44 | 14 | 14 | 477 | 71 | 110 |
| Binary | 11100001 | 10010000 | 11000111 | 0 | 100100 | 1100 | 1100 | 100111111 | 111001 | 1001000 |
Color Harmonies of #E190C7
Complementary color
Monochromatic Colors of #E190C7
Black with #E190C7
Text Example
Text Example
White with #E190C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E190C7; }
p { color: rgb(225,144,199); }
H1.HeaderClassName
{
color: #E190C7;
}
.AnyTagClassName
{
color: #E190C7;
}
</style>
background-color css
<style>
a { background-color: #E190C7; }
a { background-color: rgb(225,144,199); }
div.DivClassName
{
background-color: #E190C7;
}
.BgClassName
{
background-color: #E190C7;
}
</style>
border-color css
<style>
span { border-color: #E190C7; }
span { border-color: rgb(225,144,199); }
td.TdClassName
{
border-color: #E190C7;
}
.TagClassName
{
border-color: #E190C7;
}
</style>