Shades of Shocking #E199C8
Tints of Shocking #E199C8
RGB
CMYK
RGB Variations
Color information
#E199C8 (or 0xE199C8) is known color: Shocking. HEX triplet: E1, 99 and C8. RGB value is (225,153,200). Sum of RGB (Red+Green+Blue) = 225+153+200=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E199C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199C8 is #1E6637. Grayscale: #B3B3B3. Windows color (decimal): -1992248 or 13146593. OLE color: 13146593.
HSL color Cylindrical-coordinate representation of color #E199C8: hue angle of 320.83º 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 #E199C8 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 200 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.12 |
| HSL | 320.83º | 0.55% | 0.74% | - |
| HSV(B) | 320.83º | 0.32% | 0.88% | - |
| XYZ | 52.87 | 42.96 | 60.15 | - |
| YUV | 179.89 | 139.35 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 200 | 0 | 0.32 | 0.11 | 0.12 | 320.83 | 0.55 | 0.74 |
| Hex | E1 | 99 | C8 | 0 | 20 | B | C | 141 | 37 | 4A |
| Octal | 341 | 231 | 310 | 0 | 40 | 13 | 14 | 501 | 67 | 112 |
| Binary | 11100001 | 10011001 | 11001000 | 0 | 100000 | 1011 | 1100 | 101000001 | 110111 | 1001010 |
Color Harmonies of #E199C8
Complementary color
Monochromatic Colors of #E199C8
Black with #E199C8
Text Example
Text Example
White with #E199C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199C8; }
p { color: rgb(225,153,200); }
H1.HeaderClassName
{
color: #E199C8;
}
.AnyTagClassName
{
color: #E199C8;
}
</style>
background-color css
<style>
a { background-color: #E199C8; }
a { background-color: rgb(225,153,200); }
div.DivClassName
{
background-color: #E199C8;
}
.BgClassName
{
background-color: #E199C8;
}
</style>
border-color css
<style>
span { border-color: #E199C8; }
span { border-color: rgb(225,153,200); }
td.TdClassName
{
border-color: #E199C8;
}
.TagClassName
{
border-color: #E199C8;
}
</style>