Shades of Shocking #E199C0
Tints of Shocking #E199C0
RGB
CMYK
RGB Variations
Color information
#E199C0 (or 0xE199C0) is known color: Shocking. HEX triplet: E1, 99 and C0. RGB value is (225,153,192). Sum of RGB (Red+Green+Blue) = 225+153+192=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E199C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199C0 is #1E663F. Grayscale: #B2B2B2. Windows color (decimal): -1992256 or 12622305. OLE color: 12622305.
HSL color Cylindrical-coordinate representation of color #E199C0: hue angle of 327.5º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E199C0 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 192 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.12 |
| HSL | 327.5º | 0.55% | 0.74% | - |
| HSV(B) | 327.5º | 0.32% | 0.88% | - |
| XYZ | 51.96 | 42.6 | 55.35 | - |
| YUV | 178.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 192 | 0 | 0.32 | 0.15 | 0.12 | 327.5 | 0.55 | 0.74 |
| Hex | E1 | 99 | C0 | 0 | 20 | F | C | 148 | 37 | 4A |
| Octal | 341 | 231 | 300 | 0 | 40 | 17 | 14 | 510 | 67 | 112 |
| Binary | 11100001 | 10011001 | 11000000 | 0 | 100000 | 1111 | 1100 | 101001000 | 110111 | 1001010 |
Color Harmonies of #E199C0
Complementary color
Monochromatic Colors of #E199C0
Black with #E199C0
Text Example
Text Example
White with #E199C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199C0; }
p { color: rgb(225,153,192); }
H1.HeaderClassName
{
color: #E199C0;
}
.AnyTagClassName
{
color: #E199C0;
}
</style>
background-color css
<style>
a { background-color: #E199C0; }
a { background-color: rgb(225,153,192); }
div.DivClassName
{
background-color: #E199C0;
}
.BgClassName
{
background-color: #E199C0;
}
</style>
border-color css
<style>
span { border-color: #E199C0; }
span { border-color: rgb(225,153,192); }
td.TdClassName
{
border-color: #E199C0;
}
.TagClassName
{
border-color: #E199C0;
}
</style>