Shades of Shocking #E194C9
Tints of Shocking #E194C9
RGB
CMYK
RGB Variations
Color information
#E194C9 (or 0xE194C9) is known color: Shocking. HEX triplet: E1, 94 and C9. RGB value is (225,148,201). Sum of RGB (Red+Green+Blue) = 225+148+201=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E194C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E194C9 is #1E6B36. Grayscale: #B0B0B0. Windows color (decimal): -1993527 or 13210849. OLE color: 13210849.
HSL color Cylindrical-coordinate representation of color #E194C9: hue angle of 318.7º 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 #E194C9 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 201 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.12 |
| HSL | 318.7º | 0.56% | 0.73% | - |
| HSV(B) | 318.7º | 0.34% | 0.88% | - |
| XYZ | 52.18 | 41.4 | 60.5 | - |
| YUV | 177.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 201 | 0 | 0.34 | 0.11 | 0.12 | 318.7 | 0.56 | 0.73 |
| Hex | E1 | 94 | C9 | 0 | 22 | B | C | 13F | 38 | 49 |
| Octal | 341 | 224 | 311 | 0 | 42 | 13 | 14 | 477 | 70 | 111 |
| Binary | 11100001 | 10010100 | 11001001 | 0 | 100010 | 1011 | 1100 | 100111111 | 111000 | 1001001 |
Color Harmonies of #E194C9
Complementary color
Monochromatic Colors of #E194C9
Black with #E194C9
Text Example
Text Example
White with #E194C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E194C9; }
p { color: rgb(225,148,201); }
H1.HeaderClassName
{
color: #E194C9;
}
.AnyTagClassName
{
color: #E194C9;
}
</style>
background-color css
<style>
a { background-color: #E194C9; }
a { background-color: rgb(225,148,201); }
div.DivClassName
{
background-color: #E194C9;
}
.BgClassName
{
background-color: #E194C9;
}
</style>
border-color css
<style>
span { border-color: #E194C9; }
span { border-color: rgb(225,148,201); }
td.TdClassName
{
border-color: #E194C9;
}
.TagClassName
{
border-color: #E194C9;
}
</style>