Shades of Shocking #E194C5
Tints of Shocking #E194C5
RGB
CMYK
RGB Variations
Color information
#E194C5 (or 0xE194C5) is known color: Shocking. HEX triplet: E1, 94 and C5. RGB value is (225,148,197). Sum of RGB (Red+Green+Blue) = 225+148+197=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E194C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E194C5 is #1E6B3A. Grayscale: #B0B0B0. Windows color (decimal): -1993531 or 12948705. OLE color: 12948705.
HSL color Cylindrical-coordinate representation of color #E194C5: hue angle of 321.82º 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 #E194C5 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 197 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.12 |
| HSL | 321.82º | 0.56% | 0.73% | - |
| HSV(B) | 321.82º | 0.34% | 0.88% | - |
| XYZ | 51.72 | 41.22 | 58.05 | - |
| YUV | 176.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 197 | 0 | 0.34 | 0.12 | 0.12 | 321.82 | 0.56 | 0.73 |
| Hex | E1 | 94 | C5 | 0 | 22 | C | C | 142 | 38 | 49 |
| Octal | 341 | 224 | 305 | 0 | 42 | 14 | 14 | 502 | 70 | 111 |
| Binary | 11100001 | 10010100 | 11000101 | 0 | 100010 | 1100 | 1100 | 101000010 | 111000 | 1001001 |
Color Harmonies of #E194C5
Complementary color
Monochromatic Colors of #E194C5
Black with #E194C5
Text Example
Text Example
White with #E194C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E194C5; }
p { color: rgb(225,148,197); }
H1.HeaderClassName
{
color: #E194C5;
}
.AnyTagClassName
{
color: #E194C5;
}
</style>
background-color css
<style>
a { background-color: #E194C5; }
a { background-color: rgb(225,148,197); }
div.DivClassName
{
background-color: #E194C5;
}
.BgClassName
{
background-color: #E194C5;
}
</style>
border-color css
<style>
span { border-color: #E194C5; }
span { border-color: rgb(225,148,197); }
td.TdClassName
{
border-color: #E194C5;
}
.TagClassName
{
border-color: #E194C5;
}
</style>