Shades of Shocking #E19FCB
Tints of Shocking #E19FCB
RGB
CMYK
RGB Variations
Color information
#E19FCB (or 0xE19FCB) is known color: Shocking. HEX triplet: E1, 9F and CB. RGB value is (225,159,203). Sum of RGB (Red+Green+Blue) = 225+159+203=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19FCB is #1E6034. Grayscale: #B7B7B7. Windows color (decimal): -1990709 or 13344737. OLE color: 13344737.
HSL color Cylindrical-coordinate representation of color #E19FCB: hue angle of 320º 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 #E19FCB is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 159 | 203 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.12 |
| HSL | 320º | 0.52% | 0.75% | - |
| HSV(B) | 320º | 0.29% | 0.88% | - |
| XYZ | 54.23 | 45.12 | 62.35 | - |
| YUV | 183.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 203 | 0 | 0.29 | 0.10 | 0.12 | 320 | 0.52 | 0.75 |
| Hex | E1 | 9F | CB | 0 | 1D | A | C | 140 | 34 | 4B |
| Octal | 341 | 237 | 313 | 0 | 35 | 12 | 14 | 500 | 64 | 113 |
| Binary | 11100001 | 10011111 | 11001011 | 0 | 11101 | 1010 | 1100 | 101000000 | 110100 | 1001011 |
Color Harmonies of #E19FCB
Complementary color
Monochromatic Colors of #E19FCB
Black with #E19FCB
Text Example
Text Example
White with #E19FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19FCB; }
p { color: rgb(225,159,203); }
H1.HeaderClassName
{
color: #E19FCB;
}
.AnyTagClassName
{
color: #E19FCB;
}
</style>
background-color css
<style>
a { background-color: #E19FCB; }
a { background-color: rgb(225,159,203); }
div.DivClassName
{
background-color: #E19FCB;
}
.BgClassName
{
background-color: #E19FCB;
}
</style>
border-color css
<style>
span { border-color: #E19FCB; }
span { border-color: rgb(225,159,203); }
td.TdClassName
{
border-color: #E19FCB;
}
.TagClassName
{
border-color: #E19FCB;
}
</style>