Shades of Shocking #E195B7
Tints of Shocking #E195B7
RGB
CMYK
RGB Variations
Color information
#E195B7 (or 0xE195B7) is known color: Shocking. HEX triplet: E1, 95 and B7. RGB value is (225,149,183). Sum of RGB (Red+Green+Blue) = 225+149+183=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E195B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195B7 is #1E6A48. Grayscale: #AFAFAF. Windows color (decimal): -1993289 or 12031457. OLE color: 12031457.
HSL color Cylindrical-coordinate representation of color #E195B7: hue angle of 333.16º 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 #E195B7 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 183 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.12 |
| HSL | 333.16º | 0.56% | 0.73% | - |
| HSV(B) | 333.16º | 0.34% | 0.88% | - |
| XYZ | 50.35 | 40.92 | 50.04 | - |
| YUV | 175.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 183 | 0 | 0.34 | 0.19 | 0.12 | 333.16 | 0.56 | 0.73 |
| Hex | E1 | 95 | B7 | 0 | 22 | 13 | C | 14D | 38 | 49 |
| Octal | 341 | 225 | 267 | 0 | 42 | 23 | 14 | 515 | 70 | 111 |
| Binary | 11100001 | 10010101 | 10110111 | 0 | 100010 | 10011 | 1100 | 101001101 | 111000 | 1001001 |
Color Harmonies of #E195B7
Complementary color
Monochromatic Colors of #E195B7
Black with #E195B7
Text Example
Text Example
White with #E195B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E195B7; }
p { color: rgb(225,149,183); }
H1.HeaderClassName
{
color: #E195B7;
}
.AnyTagClassName
{
color: #E195B7;
}
</style>
background-color css
<style>
a { background-color: #E195B7; }
a { background-color: rgb(225,149,183); }
div.DivClassName
{
background-color: #E195B7;
}
.BgClassName
{
background-color: #E195B7;
}
</style>
border-color css
<style>
span { border-color: #E195B7; }
span { border-color: rgb(225,149,183); }
td.TdClassName
{
border-color: #E195B7;
}
.TagClassName
{
border-color: #E195B7;
}
</style>