Shades of Shocking #E195BB
Tints of Shocking #E195BB
RGB
CMYK
RGB Variations
Color information
#E195BB (or 0xE195BB) is known color: Shocking. HEX triplet: E1, 95 and BB. RGB value is (225,149,187). Sum of RGB (Red+Green+Blue) = 225+149+187=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E195BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195BB is #1E6A44. Grayscale: #AFAFAF. Windows color (decimal): -1993285 or 12293601. OLE color: 12293601.
HSL color Cylindrical-coordinate representation of color #E195BB: hue angle of 330º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E195BB is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 187 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.12 |
| HSL | 330º | 0.56% | 0.73% | - |
| HSV(B) | 330º | 0.34% | 0.88% | - |
| XYZ | 50.77 | 41.09 | 52.27 | - |
| YUV | 176.06 | 134.18 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 187 | 0 | 0.34 | 0.17 | 0.12 | 330 | 0.56 | 0.73 |
| Hex | E1 | 95 | BB | 0 | 22 | 11 | C | 14A | 38 | 49 |
| Octal | 341 | 225 | 273 | 0 | 42 | 21 | 14 | 512 | 70 | 111 |
| Binary | 11100001 | 10010101 | 10111011 | 0 | 100010 | 10001 | 1100 | 101001010 | 111000 | 1001001 |
Color Harmonies of #E195BB
Complementary color
Monochromatic Colors of #E195BB
Black with #E195BB
Text Example
Text Example
White with #E195BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E195BB; }
p { color: rgb(225,149,187); }
H1.HeaderClassName
{
color: #E195BB;
}
.AnyTagClassName
{
color: #E195BB;
}
</style>
background-color css
<style>
a { background-color: #E195BB; }
a { background-color: rgb(225,149,187); }
div.DivClassName
{
background-color: #E195BB;
}
.BgClassName
{
background-color: #E195BB;
}
</style>
border-color css
<style>
span { border-color: #E195BB; }
span { border-color: rgb(225,149,187); }
td.TdClassName
{
border-color: #E195BB;
}
.TagClassName
{
border-color: #E195BB;
}
</style>