Shades of Shocking #E19FCE
Tints of Shocking #E19FCE
RGB
CMYK
RGB Variations
Color information
#E19FCE (or 0xE19FCE) is known color: Shocking. HEX triplet: E1, 9F and CE. RGB value is (225,159,206). Sum of RGB (Red+Green+Blue) = 225+159+206=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19FCE is #1E6031. Grayscale: #B7B7B7. Windows color (decimal): -1990706 or 13541345. OLE color: 13541345.
HSL color Cylindrical-coordinate representation of color #E19FCE: hue angle of 317.27º 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 #E19FCE is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 159 | 206 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.12 |
| HSL | 317.27º | 0.52% | 0.75% | - |
| HSV(B) | 317.27º | 0.29% | 0.88% | - |
| XYZ | 54.59 | 45.26 | 64.25 | - |
| YUV | 184.09 | 140.37 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 206 | 0 | 0.29 | 0.08 | 0.12 | 317.27 | 0.52 | 0.75 |
| Hex | E1 | 9F | CE | 0 | 1D | 8 | C | 13D | 34 | 4B |
| Octal | 341 | 237 | 316 | 0 | 35 | 10 | 14 | 475 | 64 | 113 |
| Binary | 11100001 | 10011111 | 11001110 | 0 | 11101 | 1000 | 1100 | 100111101 | 110100 | 1001011 |
Color Harmonies of #E19FCE
Complementary color
Monochromatic Colors of #E19FCE
Black with #E19FCE
Text Example
Text Example
White with #E19FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19FCE; }
p { color: rgb(225,159,206); }
H1.HeaderClassName
{
color: #E19FCE;
}
.AnyTagClassName
{
color: #E19FCE;
}
</style>
background-color css
<style>
a { background-color: #E19FCE; }
a { background-color: rgb(225,159,206); }
div.DivClassName
{
background-color: #E19FCE;
}
.BgClassName
{
background-color: #E19FCE;
}
</style>
border-color css
<style>
span { border-color: #E19FCE; }
span { border-color: rgb(225,159,206); }
td.TdClassName
{
border-color: #E19FCE;
}
.TagClassName
{
border-color: #E19FCE;
}
</style>