Shades of Shocking #E19BC5
Tints of Shocking #E19BC5
RGB
CMYK
RGB Variations
Color information
#E19BC5 (or 0xE19BC5) is known color: Shocking. HEX triplet: E1, 9B and C5. RGB value is (225,155,197). Sum of RGB (Red+Green+Blue) = 225+155+197=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BC5 is #1E643A. Grayscale: #B4B4B4. Windows color (decimal): -1991739 or 12950497. OLE color: 12950497.
HSL color Cylindrical-coordinate representation of color #E19BC5: hue angle of 324º 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 #E19BC5 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 197 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.12 |
| HSL | 324º | 0.54% | 0.75% | - |
| HSV(B) | 324º | 0.31% | 0.88% | - |
| XYZ | 52.85 | 43.48 | 58.43 | - |
| YUV | 180.72 | 137.19 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 197 | 0 | 0.31 | 0.12 | 0.12 | 324 | 0.54 | 0.75 |
| Hex | E1 | 9B | C5 | 0 | 1F | C | C | 144 | 36 | 4B |
| Octal | 341 | 233 | 305 | 0 | 37 | 14 | 14 | 504 | 66 | 113 |
| Binary | 11100001 | 10011011 | 11000101 | 0 | 11111 | 1100 | 1100 | 101000100 | 110110 | 1001011 |
Color Harmonies of #E19BC5
Complementary color
Monochromatic Colors of #E19BC5
Black with #E19BC5
Text Example
Text Example
White with #E19BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19BC5; }
p { color: rgb(225,155,197); }
H1.HeaderClassName
{
color: #E19BC5;
}
.AnyTagClassName
{
color: #E19BC5;
}
</style>
background-color css
<style>
a { background-color: #E19BC5; }
a { background-color: rgb(225,155,197); }
div.DivClassName
{
background-color: #E19BC5;
}
.BgClassName
{
background-color: #E19BC5;
}
</style>
border-color css
<style>
span { border-color: #E19BC5; }
span { border-color: rgb(225,155,197); }
td.TdClassName
{
border-color: #E19BC5;
}
.TagClassName
{
border-color: #E19BC5;
}
</style>