Shades of Shocking #E198BD
Tints of Shocking #E198BD
RGB
CMYK
RGB Variations
Color information
#E198BD (or 0xE198BD) is known color: Shocking. HEX triplet: E1, 98 and BD. RGB value is (225,152,189). Sum of RGB (Red+Green+Blue) = 225+152+189=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E198BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E198BD is #1E6742. Grayscale: #B1B1B1. Windows color (decimal): -1992515 or 12425441. OLE color: 12425441.
HSL color Cylindrical-coordinate representation of color #E198BD: hue angle of 329.59º 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 #E198BD is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 189 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.12 |
| HSL | 329.59º | 0.55% | 0.74% | - |
| HSV(B) | 329.59º | 0.32% | 0.88% | - |
| XYZ | 51.46 | 42.14 | 53.57 | - |
| YUV | 178.05 | 134.18 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 189 | 0 | 0.32 | 0.16 | 0.12 | 329.59 | 0.55 | 0.74 |
| Hex | E1 | 98 | BD | 0 | 20 | 10 | C | 14A | 37 | 4A |
| Octal | 341 | 230 | 275 | 0 | 40 | 20 | 14 | 512 | 67 | 112 |
| Binary | 11100001 | 10011000 | 10111101 | 0 | 100000 | 10000 | 1100 | 101001010 | 110111 | 1001010 |
Color Harmonies of #E198BD
Complementary color
Monochromatic Colors of #E198BD
Black with #E198BD
Text Example
Text Example
White with #E198BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E198BD; }
p { color: rgb(225,152,189); }
H1.HeaderClassName
{
color: #E198BD;
}
.AnyTagClassName
{
color: #E198BD;
}
</style>
background-color css
<style>
a { background-color: #E198BD; }
a { background-color: rgb(225,152,189); }
div.DivClassName
{
background-color: #E198BD;
}
.BgClassName
{
background-color: #E198BD;
}
</style>
border-color css
<style>
span { border-color: #E198BD; }
span { border-color: rgb(225,152,189); }
td.TdClassName
{
border-color: #E198BD;
}
.TagClassName
{
border-color: #E198BD;
}
</style>