Shades of Shocking #E199BC
Tints of Shocking #E199BC
RGB
CMYK
RGB Variations
Color information
#E199BC (or 0xE199BC) is known color: Shocking. HEX triplet: E1, 99 and BC. RGB value is (225,153,188). Sum of RGB (Red+Green+Blue) = 225+153+188=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E199BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199BC is #1E6643. Grayscale: #B2B2B2. Windows color (decimal): -1992260 or 12360161. OLE color: 12360161.
HSL color Cylindrical-coordinate representation of color #E199BC: hue angle of 330.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 #E199BC is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 188 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.12 |
| HSL | 330.83º | 0.55% | 0.74% | - |
| HSV(B) | 330.83º | 0.32% | 0.88% | - |
| XYZ | 51.52 | 42.42 | 53.05 | - |
| YUV | 178.52 | 133.35 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 188 | 0 | 0.32 | 0.16 | 0.12 | 330.83 | 0.55 | 0.74 |
| Hex | E1 | 99 | BC | 0 | 20 | 10 | C | 14B | 37 | 4A |
| Octal | 341 | 231 | 274 | 0 | 40 | 20 | 14 | 513 | 67 | 112 |
| Binary | 11100001 | 10011001 | 10111100 | 0 | 100000 | 10000 | 1100 | 101001011 | 110111 | 1001010 |
Color Harmonies of #E199BC
Complementary color
Monochromatic Colors of #E199BC
Black with #E199BC
Text Example
Text Example
White with #E199BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199BC; }
p { color: rgb(225,153,188); }
H1.HeaderClassName
{
color: #E199BC;
}
.AnyTagClassName
{
color: #E199BC;
}
</style>
background-color css
<style>
a { background-color: #E199BC; }
a { background-color: rgb(225,153,188); }
div.DivClassName
{
background-color: #E199BC;
}
.BgClassName
{
background-color: #E199BC;
}
</style>
border-color css
<style>
span { border-color: #E199BC; }
span { border-color: rgb(225,153,188); }
td.TdClassName
{
border-color: #E199BC;
}
.TagClassName
{
border-color: #E199BC;
}
</style>