Shades of Shocking #E198C5
Tints of Shocking #E198C5
RGB
CMYK
RGB Variations
Color information
#E198C5 (or 0xE198C5) is known color: Shocking. HEX triplet: E1, 98 and C5. RGB value is (225,152,197). Sum of RGB (Red+Green+Blue) = 225+152+197=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E198C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E198C5 is #1E673A. Grayscale: #B2B2B2. Windows color (decimal): -1992507 or 12949729. OLE color: 12949729.
HSL color Cylindrical-coordinate representation of color #E198C5: hue angle of 323.01º 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 #E198C5 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 197 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.12 |
| HSL | 323.01º | 0.55% | 0.74% | - |
| HSV(B) | 323.01º | 0.32% | 0.88% | - |
| XYZ | 52.36 | 42.5 | 58.27 | - |
| YUV | 178.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 197 | 0 | 0.32 | 0.12 | 0.12 | 323.01 | 0.55 | 0.74 |
| Hex | E1 | 98 | C5 | 0 | 20 | C | C | 143 | 37 | 4A |
| Octal | 341 | 230 | 305 | 0 | 40 | 14 | 14 | 503 | 67 | 112 |
| Binary | 11100001 | 10011000 | 11000101 | 0 | 100000 | 1100 | 1100 | 101000011 | 110111 | 1001010 |
Color Harmonies of #E198C5
Complementary color
Monochromatic Colors of #E198C5
Black with #E198C5
Text Example
Text Example
White with #E198C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E198C5; }
p { color: rgb(225,152,197); }
H1.HeaderClassName
{
color: #E198C5;
}
.AnyTagClassName
{
color: #E198C5;
}
</style>
background-color css
<style>
a { background-color: #E198C5; }
a { background-color: rgb(225,152,197); }
div.DivClassName
{
background-color: #E198C5;
}
.BgClassName
{
background-color: #E198C5;
}
</style>
border-color css
<style>
span { border-color: #E198C5; }
span { border-color: rgb(225,152,197); }
td.TdClassName
{
border-color: #E198C5;
}
.TagClassName
{
border-color: #E198C5;
}
</style>