Shades of Shocking #E19BC2
Tints of Shocking #E19BC2
RGB
CMYK
RGB Variations
Color information
#E19BC2 (or 0xE19BC2) is known color: Shocking. HEX triplet: E1, 9B and C2. RGB value is (225,155,194). Sum of RGB (Red+Green+Blue) = 225+155+194=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BC2 is #1E643D. Grayscale: #B4B4B4. Windows color (decimal): -1991742 or 12753889. OLE color: 12753889.
HSL color Cylindrical-coordinate representation of color #E19BC2: hue angle of 326.57º 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 #E19BC2 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 194 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.12 |
| HSL | 326.57º | 0.54% | 0.75% | - |
| HSV(B) | 326.57º | 0.31% | 0.88% | - |
| XYZ | 52.51 | 43.35 | 56.64 | - |
| YUV | 180.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 194 | 0 | 0.31 | 0.14 | 0.12 | 326.57 | 0.54 | 0.75 |
| Hex | E1 | 9B | C2 | 0 | 1F | E | C | 147 | 36 | 4B |
| Octal | 341 | 233 | 302 | 0 | 37 | 16 | 14 | 507 | 66 | 113 |
| Binary | 11100001 | 10011011 | 11000010 | 0 | 11111 | 1110 | 1100 | 101000111 | 110110 | 1001011 |
Color Harmonies of #E19BC2
Complementary color
Monochromatic Colors of #E19BC2
Black with #E19BC2
Text Example
Text Example
White with #E19BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19BC2; }
p { color: rgb(225,155,194); }
H1.HeaderClassName
{
color: #E19BC2;
}
.AnyTagClassName
{
color: #E19BC2;
}
</style>
background-color css
<style>
a { background-color: #E19BC2; }
a { background-color: rgb(225,155,194); }
div.DivClassName
{
background-color: #E19BC2;
}
.BgClassName
{
background-color: #E19BC2;
}
</style>
border-color css
<style>
span { border-color: #E19BC2; }
span { border-color: rgb(225,155,194); }
td.TdClassName
{
border-color: #E19BC2;
}
.TagClassName
{
border-color: #E19BC2;
}
</style>