Shades of Shocking #E19BC7
Tints of Shocking #E19BC7
RGB
CMYK
RGB Variations
Color information
#E19BC7 (or 0xE19BC7) is known color: Shocking. HEX triplet: E1, 9B and C7. RGB value is (225,155,199). Sum of RGB (Red+Green+Blue) = 225+155+199=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BC7 is #1E6438. Grayscale: #B4B4B4. Windows color (decimal): -1991737 or 13081569. OLE color: 13081569.
HSL color Cylindrical-coordinate representation of color #E19BC7: hue angle of 322.29º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E19BC7 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 199 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.12 |
| HSL | 322.29º | 0.54% | 0.75% | - |
| HSV(B) | 322.29º | 0.31% | 0.88% | - |
| XYZ | 53.08 | 43.57 | 59.65 | - |
| YUV | 180.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 199 | 0 | 0.31 | 0.12 | 0.12 | 322.29 | 0.54 | 0.75 |
| Hex | E1 | 9B | C7 | 0 | 1F | C | C | 142 | 36 | 4B |
| Octal | 341 | 233 | 307 | 0 | 37 | 14 | 14 | 502 | 66 | 113 |
| Binary | 11100001 | 10011011 | 11000111 | 0 | 11111 | 1100 | 1100 | 101000010 | 110110 | 1001011 |
Color Harmonies of #E19BC7
Complementary color
Monochromatic Colors of #E19BC7
Black with #E19BC7
Text Example
Text Example
White with #E19BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19BC7; }
p { color: rgb(225,155,199); }
H1.HeaderClassName
{
color: #E19BC7;
}
.AnyTagClassName
{
color: #E19BC7;
}
</style>
background-color css
<style>
a { background-color: #E19BC7; }
a { background-color: rgb(225,155,199); }
div.DivClassName
{
background-color: #E19BC7;
}
.BgClassName
{
background-color: #E19BC7;
}
</style>
border-color css
<style>
span { border-color: #E19BC7; }
span { border-color: rgb(225,155,199); }
td.TdClassName
{
border-color: #E19BC7;
}
.TagClassName
{
border-color: #E19BC7;
}
</style>