Shades of Shocking #E199B9
Tints of Shocking #E199B9
RGB
CMYK
RGB Variations
Color information
#E199B9 (or 0xE199B9) is known color: Shocking. HEX triplet: E1, 99 and B9. RGB value is (225,153,185). Sum of RGB (Red+Green+Blue) = 225+153+185=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E199B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199B9 is #1E6646. Grayscale: #B2B2B2. Windows color (decimal): -1992263 or 12163553. OLE color: 12163553.
HSL color Cylindrical-coordinate representation of color #E199B9: hue angle of 333.33º 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 #E199B9 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 185 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.12 |
| HSL | 333.33º | 0.55% | 0.74% | - |
| HSV(B) | 333.33º | 0.32% | 0.88% | - |
| XYZ | 51.2 | 42.29 | 51.36 | - |
| YUV | 178.18 | 131.85 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 185 | 0 | 0.32 | 0.18 | 0.12 | 333.33 | 0.55 | 0.74 |
| Hex | E1 | 99 | B9 | 0 | 20 | 12 | C | 14D | 37 | 4A |
| Octal | 341 | 231 | 271 | 0 | 40 | 22 | 14 | 515 | 67 | 112 |
| Binary | 11100001 | 10011001 | 10111001 | 0 | 100000 | 10010 | 1100 | 101001101 | 110111 | 1001010 |
Color Harmonies of #E199B9
Complementary color
Monochromatic Colors of #E199B9
Black with #E199B9
Text Example
Text Example
White with #E199B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199B9; }
p { color: rgb(225,153,185); }
H1.HeaderClassName
{
color: #E199B9;
}
.AnyTagClassName
{
color: #E199B9;
}
</style>
background-color css
<style>
a { background-color: #E199B9; }
a { background-color: rgb(225,153,185); }
div.DivClassName
{
background-color: #E199B9;
}
.BgClassName
{
background-color: #E199B9;
}
</style>
border-color css
<style>
span { border-color: #E199B9; }
span { border-color: rgb(225,153,185); }
td.TdClassName
{
border-color: #E199B9;
}
.TagClassName
{
border-color: #E199B9;
}
</style>