Shades of Shocking #E198C9
Tints of Shocking #E198C9
RGB
CMYK
RGB Variations
Color information
#E198C9 (or 0xE198C9) is known color: Shocking. HEX triplet: E1, 98 and C9. RGB value is (225,152,201). Sum of RGB (Red+Green+Blue) = 225+152+201=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E198C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E198C9 is #1E6736. Grayscale: #B3B3B3. Windows color (decimal): -1992503 or 13211873. OLE color: 13211873.
HSL color Cylindrical-coordinate representation of color #E198C9: hue angle of 319.73º 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 #E198C9 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 201 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.12 |
| HSL | 319.73º | 0.55% | 0.74% | - |
| HSV(B) | 319.73º | 0.32% | 0.88% | - |
| XYZ | 52.82 | 42.68 | 60.71 | - |
| YUV | 179.41 | 140.18 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 201 | 0 | 0.32 | 0.11 | 0.12 | 319.73 | 0.55 | 0.74 |
| Hex | E1 | 98 | C9 | 0 | 20 | B | C | 140 | 37 | 4A |
| Octal | 341 | 230 | 311 | 0 | 40 | 13 | 14 | 500 | 67 | 112 |
| Binary | 11100001 | 10011000 | 11001001 | 0 | 100000 | 1011 | 1100 | 101000000 | 110111 | 1001010 |
Color Harmonies of #E198C9
Complementary color
Monochromatic Colors of #E198C9
Black with #E198C9
Text Example
Text Example
White with #E198C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E198C9; }
p { color: rgb(225,152,201); }
H1.HeaderClassName
{
color: #E198C9;
}
.AnyTagClassName
{
color: #E198C9;
}
</style>
background-color css
<style>
a { background-color: #E198C9; }
a { background-color: rgb(225,152,201); }
div.DivClassName
{
background-color: #E198C9;
}
.BgClassName
{
background-color: #E198C9;
}
</style>
border-color css
<style>
span { border-color: #E198C9; }
span { border-color: rgb(225,152,201); }
td.TdClassName
{
border-color: #E198C9;
}
.TagClassName
{
border-color: #E198C9;
}
</style>