Shades of Shocking #E19BBC
Tints of Shocking #E19BBC
RGB
CMYK
RGB Variations
Color information
#E19BBC (or 0xE19BBC) is known color: Shocking. HEX triplet: E1, 9B and BC. RGB value is (225,155,188). Sum of RGB (Red+Green+Blue) = 225+155+188=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BBC is #1E6443. Grayscale: #B3B3B3. Windows color (decimal): -1991748 or 12360673. OLE color: 12360673.
HSL color Cylindrical-coordinate representation of color #E19BBC: hue angle of 331.71º 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 #E19BBC is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 188 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.12 |
| HSL | 331.71º | 0.54% | 0.75% | - |
| HSV(B) | 331.71º | 0.31% | 0.88% | - |
| XYZ | 51.85 | 43.08 | 53.16 | - |
| YUV | 179.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 188 | 0 | 0.31 | 0.16 | 0.12 | 331.71 | 0.54 | 0.75 |
| Hex | E1 | 9B | BC | 0 | 1F | 10 | C | 14C | 36 | 4B |
| Octal | 341 | 233 | 274 | 0 | 37 | 20 | 14 | 514 | 66 | 113 |
| Binary | 11100001 | 10011011 | 10111100 | 0 | 11111 | 10000 | 1100 | 101001100 | 110110 | 1001011 |
Color Harmonies of #E19BBC
Complementary color
Monochromatic Colors of #E19BBC
Black with #E19BBC
Text Example
Text Example
White with #E19BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19BBC; }
p { color: rgb(225,155,188); }
H1.HeaderClassName
{
color: #E19BBC;
}
.AnyTagClassName
{
color: #E19BBC;
}
</style>
background-color css
<style>
a { background-color: #E19BBC; }
a { background-color: rgb(225,155,188); }
div.DivClassName
{
background-color: #E19BBC;
}
.BgClassName
{
background-color: #E19BBC;
}
</style>
border-color css
<style>
span { border-color: #E19BBC; }
span { border-color: rgb(225,155,188); }
td.TdClassName
{
border-color: #E19BBC;
}
.TagClassName
{
border-color: #E19BBC;
}
</style>