Shades of Shocking #E195BA
Tints of Shocking #E195BA
RGB
CMYK
RGB Variations
Color information
#E195BA (or 0xE195BA) is known color: Shocking. HEX triplet: E1, 95 and BA. RGB value is (225,149,186). Sum of RGB (Red+Green+Blue) = 225+149+186=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E195BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195BA is #1E6A45. Grayscale: #AFAFAF. Windows color (decimal): -1993286 or 12228065. OLE color: 12228065.
HSL color Cylindrical-coordinate representation of color #E195BA: hue angle of 330.79º 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 #E195BA is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 186 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.12 |
| HSL | 330.79º | 0.56% | 0.73% | - |
| HSV(B) | 330.79º | 0.34% | 0.88% | - |
| XYZ | 50.66 | 41.05 | 51.71 | - |
| YUV | 175.94 | 133.68 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 186 | 0 | 0.34 | 0.17 | 0.12 | 330.79 | 0.56 | 0.73 |
| Hex | E1 | 95 | BA | 0 | 22 | 11 | C | 14B | 38 | 49 |
| Octal | 341 | 225 | 272 | 0 | 42 | 21 | 14 | 513 | 70 | 111 |
| Binary | 11100001 | 10010101 | 10111010 | 0 | 100010 | 10001 | 1100 | 101001011 | 111000 | 1001001 |
Color Harmonies of #E195BA
Complementary color
Monochromatic Colors of #E195BA
Black with #E195BA
Text Example
Text Example
White with #E195BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E195BA; }
p { color: rgb(225,149,186); }
H1.HeaderClassName
{
color: #E195BA;
}
.AnyTagClassName
{
color: #E195BA;
}
</style>
background-color css
<style>
a { background-color: #E195BA; }
a { background-color: rgb(225,149,186); }
div.DivClassName
{
background-color: #E195BA;
}
.BgClassName
{
background-color: #E195BA;
}
</style>
border-color css
<style>
span { border-color: #E195BA; }
span { border-color: rgb(225,149,186); }
td.TdClassName
{
border-color: #E195BA;
}
.TagClassName
{
border-color: #E195BA;
}
</style>