Shades of Shocking #E194C0
Tints of Shocking #E194C0
RGB
CMYK
RGB Variations
Color information
#E194C0 (or 0xE194C0) is known color: Shocking. HEX triplet: E1, 94 and C0. RGB value is (225,148,192). Sum of RGB (Red+Green+Blue) = 225+148+192=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E194C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E194C0 is #1E6B3F. Grayscale: #AFAFAF. Windows color (decimal): -1993536 or 12621025. OLE color: 12621025.
HSL color Cylindrical-coordinate representation of color #E194C0: hue angle of 325.71º 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 #E194C0 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 192 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.12 |
| HSL | 325.71º | 0.56% | 0.73% | - |
| HSV(B) | 325.71º | 0.34% | 0.88% | - |
| XYZ | 51.16 | 40.99 | 55.09 | - |
| YUV | 176.04 | 137.01 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 192 | 0 | 0.34 | 0.15 | 0.12 | 325.71 | 0.56 | 0.73 |
| Hex | E1 | 94 | C0 | 0 | 22 | F | C | 146 | 38 | 49 |
| Octal | 341 | 224 | 300 | 0 | 42 | 17 | 14 | 506 | 70 | 111 |
| Binary | 11100001 | 10010100 | 11000000 | 0 | 100010 | 1111 | 1100 | 101000110 | 111000 | 1001001 |
Color Harmonies of #E194C0
Complementary color
Monochromatic Colors of #E194C0
Black with #E194C0
Text Example
Text Example
White with #E194C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E194C0; }
p { color: rgb(225,148,192); }
H1.HeaderClassName
{
color: #E194C0;
}
.AnyTagClassName
{
color: #E194C0;
}
</style>
background-color css
<style>
a { background-color: #E194C0; }
a { background-color: rgb(225,148,192); }
div.DivClassName
{
background-color: #E194C0;
}
.BgClassName
{
background-color: #E194C0;
}
</style>
border-color css
<style>
span { border-color: #E194C0; }
span { border-color: rgb(225,148,192); }
td.TdClassName
{
border-color: #E194C0;
}
.TagClassName
{
border-color: #E194C0;
}
</style>