Shades of Shocking #E19FCD
Tints of Shocking #E19FCD
RGB
CMYK
RGB Variations
Color information
#E19FCD (or 0xE19FCD) is known color: Shocking. HEX triplet: E1, 9F and CD. RGB value is (225,159,205). Sum of RGB (Red+Green+Blue) = 225+159+205=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19FCD is #1E6032. Grayscale: #B7B7B7. Windows color (decimal): -1990707 or 13475809. OLE color: 13475809.
HSL color Cylindrical-coordinate representation of color #E19FCD: hue angle of 318.18º 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 #E19FCD is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 159 | 205 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.12 |
| HSL | 318.18º | 0.52% | 0.75% | - |
| HSV(B) | 318.18º | 0.29% | 0.88% | - |
| XYZ | 54.47 | 45.21 | 63.61 | - |
| YUV | 183.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 205 | 0 | 0.29 | 0.09 | 0.12 | 318.18 | 0.52 | 0.75 |
| Hex | E1 | 9F | CD | 0 | 1D | 9 | C | 13E | 34 | 4B |
| Octal | 341 | 237 | 315 | 0 | 35 | 11 | 14 | 476 | 64 | 113 |
| Binary | 11100001 | 10011111 | 11001101 | 0 | 11101 | 1001 | 1100 | 100111110 | 110100 | 1001011 |
Color Harmonies of #E19FCD
Complementary color
Monochromatic Colors of #E19FCD
Black with #E19FCD
Text Example
Text Example
White with #E19FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19FCD; }
p { color: rgb(225,159,205); }
H1.HeaderClassName
{
color: #E19FCD;
}
.AnyTagClassName
{
color: #E19FCD;
}
</style>
background-color css
<style>
a { background-color: #E19FCD; }
a { background-color: rgb(225,159,205); }
div.DivClassName
{
background-color: #E19FCD;
}
.BgClassName
{
background-color: #E19FCD;
}
</style>
border-color css
<style>
span { border-color: #E19FCD; }
span { border-color: rgb(225,159,205); }
td.TdClassName
{
border-color: #E19FCD;
}
.TagClassName
{
border-color: #E19FCD;
}
</style>