Shades of Shocking #E194BD
Tints of Shocking #E194BD
RGB
CMYK
RGB Variations
Color information
#E194BD (or 0xE194BD) is known color: Shocking. HEX triplet: E1, 94 and BD. RGB value is (225,148,189). Sum of RGB (Red+Green+Blue) = 225+148+189=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E194BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E194BD is #1E6B42. Grayscale: #AFAFAF. Windows color (decimal): -1993539 or 12424417. OLE color: 12424417.
HSL color Cylindrical-coordinate representation of color #E194BD: hue angle of 328.05º 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 #E194BD is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 189 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.12 |
| HSL | 328.05º | 0.56% | 0.73% | - |
| HSV(B) | 328.05º | 0.34% | 0.88% | - |
| XYZ | 50.83 | 40.86 | 53.35 | - |
| YUV | 175.7 | 135.51 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 189 | 0 | 0.34 | 0.16 | 0.12 | 328.05 | 0.56 | 0.73 |
| Hex | E1 | 94 | BD | 0 | 22 | 10 | C | 148 | 38 | 49 |
| Octal | 341 | 224 | 275 | 0 | 42 | 20 | 14 | 510 | 70 | 111 |
| Binary | 11100001 | 10010100 | 10111101 | 0 | 100010 | 10000 | 1100 | 101001000 | 111000 | 1001001 |
Color Harmonies of #E194BD
Complementary color
Monochromatic Colors of #E194BD
Black with #E194BD
Text Example
Text Example
White with #E194BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E194BD; }
p { color: rgb(225,148,189); }
H1.HeaderClassName
{
color: #E194BD;
}
.AnyTagClassName
{
color: #E194BD;
}
</style>
background-color css
<style>
a { background-color: #E194BD; }
a { background-color: rgb(225,148,189); }
div.DivClassName
{
background-color: #E194BD;
}
.BgClassName
{
background-color: #E194BD;
}
</style>
border-color css
<style>
span { border-color: #E194BD; }
span { border-color: rgb(225,148,189); }
td.TdClassName
{
border-color: #E194BD;
}
.TagClassName
{
border-color: #E194BD;
}
</style>