Shades of Shocking #E19FCC
Tints of Shocking #E19FCC
RGB
CMYK
RGB Variations
Color information
#E19FCC (or 0xE19FCC) is known color: Shocking. HEX triplet: E1, 9F and CC. RGB value is (225,159,204). Sum of RGB (Red+Green+Blue) = 225+159+204=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19FCC is #1E6033. Grayscale: #B7B7B7. Windows color (decimal): -1990708 or 13410273. OLE color: 13410273.
HSL color Cylindrical-coordinate representation of color #E19FCC: hue angle of 319.09º 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 #E19FCC is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 159 | 204 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.12 |
| HSL | 319.09º | 0.52% | 0.75% | - |
| HSV(B) | 319.09º | 0.29% | 0.88% | - |
| XYZ | 54.35 | 45.16 | 62.98 | - |
| YUV | 183.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 204 | 0 | 0.29 | 0.09 | 0.12 | 319.09 | 0.52 | 0.75 |
| Hex | E1 | 9F | CC | 0 | 1D | 9 | C | 13F | 34 | 4B |
| Octal | 341 | 237 | 314 | 0 | 35 | 11 | 14 | 477 | 64 | 113 |
| Binary | 11100001 | 10011111 | 11001100 | 0 | 11101 | 1001 | 1100 | 100111111 | 110100 | 1001011 |
Color Harmonies of #E19FCC
Complementary color
Monochromatic Colors of #E19FCC
Black with #E19FCC
Text Example
Text Example
White with #E19FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19FCC; }
p { color: rgb(225,159,204); }
H1.HeaderClassName
{
color: #E19FCC;
}
.AnyTagClassName
{
color: #E19FCC;
}
</style>
background-color css
<style>
a { background-color: #E19FCC; }
a { background-color: rgb(225,159,204); }
div.DivClassName
{
background-color: #E19FCC;
}
.BgClassName
{
background-color: #E19FCC;
}
</style>
border-color css
<style>
span { border-color: #E19FCC; }
span { border-color: rgb(225,159,204); }
td.TdClassName
{
border-color: #E19FCC;
}
.TagClassName
{
border-color: #E19FCC;
}
</style>