Shades of Shocking #E194B9
Tints of Shocking #E194B9
RGB
CMYK
RGB Variations
Color information
#E194B9 (or 0xE194B9) is known color: Shocking. HEX triplet: E1, 94 and B9. RGB value is (225,148,185). Sum of RGB (Red+Green+Blue) = 225+148+185=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E194B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E194B9 is #1E6B46. Grayscale: #AFAFAF. Windows color (decimal): -1993543 or 12162273. OLE color: 12162273.
HSL color Cylindrical-coordinate representation of color #E194B9: hue angle of 331.17º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E194B9 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 185 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.12 |
| HSL | 331.17º | 0.56% | 0.73% | - |
| HSV(B) | 331.17º | 0.34% | 0.88% | - |
| XYZ | 50.4 | 40.69 | 51.1 | - |
| YUV | 175.24 | 133.51 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 185 | 0 | 0.34 | 0.18 | 0.12 | 331.17 | 0.56 | 0.73 |
| Hex | E1 | 94 | B9 | 0 | 22 | 12 | C | 14B | 38 | 49 |
| Octal | 341 | 224 | 271 | 0 | 42 | 22 | 14 | 513 | 70 | 111 |
| Binary | 11100001 | 10010100 | 10111001 | 0 | 100010 | 10010 | 1100 | 101001011 | 111000 | 1001001 |
Color Harmonies of #E194B9
Complementary color
Monochromatic Colors of #E194B9
Black with #E194B9
Text Example
Text Example
White with #E194B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E194B9; }
p { color: rgb(225,148,185); }
H1.HeaderClassName
{
color: #E194B9;
}
.AnyTagClassName
{
color: #E194B9;
}
</style>
background-color css
<style>
a { background-color: #E194B9; }
a { background-color: rgb(225,148,185); }
div.DivClassName
{
background-color: #E194B9;
}
.BgClassName
{
background-color: #E194B9;
}
</style>
border-color css
<style>
span { border-color: #E194B9; }
span { border-color: rgb(225,148,185); }
td.TdClassName
{
border-color: #E194B9;
}
.TagClassName
{
border-color: #E194B9;
}
</style>