Shades of Shocking #E19FBD
Tints of Shocking #E19FBD
RGB
CMYK
RGB Variations
Color information
#E19FBD (or 0xE19FBD) is known color: Shocking. HEX triplet: E1, 9F and BD. RGB value is (225,159,189). Sum of RGB (Red+Green+Blue) = 225+159+189=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19FBD is #1E6042. Grayscale: #B6B6B6. Windows color (decimal): -1990723 or 12427233. OLE color: 12427233.
HSL color Cylindrical-coordinate representation of color #E19FBD: hue angle of 332.73º 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 #E19FBD is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 159 | 189 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.12 |
| HSL | 332.73º | 0.52% | 0.75% | - |
| HSV(B) | 332.73º | 0.29% | 0.88% | - |
| XYZ | 52.63 | 44.48 | 53.96 | - |
| YUV | 182.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 189 | 0 | 0.29 | 0.16 | 0.12 | 332.73 | 0.52 | 0.75 |
| Hex | E1 | 9F | BD | 0 | 1D | 10 | C | 14D | 34 | 4B |
| Octal | 341 | 237 | 275 | 0 | 35 | 20 | 14 | 515 | 64 | 113 |
| Binary | 11100001 | 10011111 | 10111101 | 0 | 11101 | 10000 | 1100 | 101001101 | 110100 | 1001011 |
Color Harmonies of #E19FBD
Complementary color
Monochromatic Colors of #E19FBD
Black with #E19FBD
Text Example
Text Example
White with #E19FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19FBD; }
p { color: rgb(225,159,189); }
H1.HeaderClassName
{
color: #E19FBD;
}
.AnyTagClassName
{
color: #E19FBD;
}
</style>
background-color css
<style>
a { background-color: #E19FBD; }
a { background-color: rgb(225,159,189); }
div.DivClassName
{
background-color: #E19FBD;
}
.BgClassName
{
background-color: #E19FBD;
}
</style>
border-color css
<style>
span { border-color: #E19FBD; }
span { border-color: rgb(225,159,189); }
td.TdClassName
{
border-color: #E19FBD;
}
.TagClassName
{
border-color: #E19FBD;
}
</style>