Shades of Shocking #E199C5
Tints of Shocking #E199C5
RGB
CMYK
RGB Variations
Color information
#E199C5 (or 0xE199C5) is known color: Shocking. HEX triplet: E1, 99 and C5. RGB value is (225,153,197). Sum of RGB (Red+Green+Blue) = 225+153+197=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E199C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199C5 is #1E663A. Grayscale: #B3B3B3. Windows color (decimal): -1992251 or 12949985. OLE color: 12949985.
HSL color Cylindrical-coordinate representation of color #E199C5: hue angle of 323.33º 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 #E199C5 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 197 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.12 |
| HSL | 323.33º | 0.55% | 0.74% | - |
| HSV(B) | 323.33º | 0.32% | 0.88% | - |
| XYZ | 52.52 | 42.82 | 58.32 | - |
| YUV | 179.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 197 | 0 | 0.32 | 0.12 | 0.12 | 323.33 | 0.55 | 0.74 |
| Hex | E1 | 99 | C5 | 0 | 20 | C | C | 143 | 37 | 4A |
| Octal | 341 | 231 | 305 | 0 | 40 | 14 | 14 | 503 | 67 | 112 |
| Binary | 11100001 | 10011001 | 11000101 | 0 | 100000 | 1100 | 1100 | 101000011 | 110111 | 1001010 |
Color Harmonies of #E199C5
Complementary color
Monochromatic Colors of #E199C5
Black with #E199C5
Text Example
Text Example
White with #E199C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199C5; }
p { color: rgb(225,153,197); }
H1.HeaderClassName
{
color: #E199C5;
}
.AnyTagClassName
{
color: #E199C5;
}
</style>
background-color css
<style>
a { background-color: #E199C5; }
a { background-color: rgb(225,153,197); }
div.DivClassName
{
background-color: #E199C5;
}
.BgClassName
{
background-color: #E199C5;
}
</style>
border-color css
<style>
span { border-color: #E199C5; }
span { border-color: rgb(225,153,197); }
td.TdClassName
{
border-color: #E199C5;
}
.TagClassName
{
border-color: #E199C5;
}
</style>