Shades of Shocking #E19FC5
Tints of Shocking #E19FC5
RGB
CMYK
RGB Variations
Color information
#E19FC5 (or 0xE19FC5) is known color: Shocking. HEX triplet: E1, 9F and C5. RGB value is (225,159,197). Sum of RGB (Red+Green+Blue) = 225+159+197=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19FC5 is #1E603A. Grayscale: #B6B6B6. Windows color (decimal): -1990715 or 12951521. OLE color: 12951521.
HSL color Cylindrical-coordinate representation of color #E19FC5: hue angle of 325.45º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E19FC5 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 159 | 197 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.12 |
| HSL | 325.45º | 0.52% | 0.75% | - |
| HSV(B) | 325.45º | 0.29% | 0.88% | - |
| XYZ | 53.53 | 44.84 | 58.66 | - |
| YUV | 183.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 197 | 0 | 0.29 | 0.12 | 0.12 | 325.45 | 0.52 | 0.75 |
| Hex | E1 | 9F | C5 | 0 | 1D | C | C | 145 | 34 | 4B |
| Octal | 341 | 237 | 305 | 0 | 35 | 14 | 14 | 505 | 64 | 113 |
| Binary | 11100001 | 10011111 | 11000101 | 0 | 11101 | 1100 | 1100 | 101000101 | 110100 | 1001011 |
Color Harmonies of #E19FC5
Complementary color
Monochromatic Colors of #E19FC5
Black with #E19FC5
Text Example
Text Example
White with #E19FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19FC5; }
p { color: rgb(225,159,197); }
H1.HeaderClassName
{
color: #E19FC5;
}
.AnyTagClassName
{
color: #E19FC5;
}
</style>
background-color css
<style>
a { background-color: #E19FC5; }
a { background-color: rgb(225,159,197); }
div.DivClassName
{
background-color: #E19FC5;
}
.BgClassName
{
background-color: #E19FC5;
}
</style>
border-color css
<style>
span { border-color: #E19FC5; }
span { border-color: rgb(225,159,197); }
td.TdClassName
{
border-color: #E19FC5;
}
.TagClassName
{
border-color: #E19FC5;
}
</style>