Shades of Shocking #E194C7
Tints of Shocking #E194C7
RGB
CMYK
RGB Variations
Color information
#E194C7 (or 0xE194C7) is known color: Shocking. HEX triplet: E1, 94 and C7. RGB value is (225,148,199). Sum of RGB (Red+Green+Blue) = 225+148+199=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E194C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E194C7 is #1E6B38. Grayscale: #B0B0B0. Windows color (decimal): -1993529 or 13079777. OLE color: 13079777.
HSL color Cylindrical-coordinate representation of color #E194C7: hue angle of 320.26º 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 #E194C7 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 199 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.12 |
| HSL | 320.26º | 0.56% | 0.73% | - |
| HSV(B) | 320.26º | 0.34% | 0.88% | - |
| XYZ | 51.95 | 41.31 | 59.27 | - |
| YUV | 176.84 | 140.51 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 199 | 0 | 0.34 | 0.12 | 0.12 | 320.26 | 0.56 | 0.73 |
| Hex | E1 | 94 | C7 | 0 | 22 | C | C | 140 | 38 | 49 |
| Octal | 341 | 224 | 307 | 0 | 42 | 14 | 14 | 500 | 70 | 111 |
| Binary | 11100001 | 10010100 | 11000111 | 0 | 100010 | 1100 | 1100 | 101000000 | 111000 | 1001001 |
Color Harmonies of #E194C7
Complementary color
Monochromatic Colors of #E194C7
Black with #E194C7
Text Example
Text Example
White with #E194C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E194C7; }
p { color: rgb(225,148,199); }
H1.HeaderClassName
{
color: #E194C7;
}
.AnyTagClassName
{
color: #E194C7;
}
</style>
background-color css
<style>
a { background-color: #E194C7; }
a { background-color: rgb(225,148,199); }
div.DivClassName
{
background-color: #E194C7;
}
.BgClassName
{
background-color: #E194C7;
}
</style>
border-color css
<style>
span { border-color: #E194C7; }
span { border-color: rgb(225,148,199); }
td.TdClassName
{
border-color: #E194C7;
}
.TagClassName
{
border-color: #E194C7;
}
</style>