Shades of Shocking #E195C6
Tints of Shocking #E195C6
RGB
CMYK
RGB Variations
Color information
#E195C6 (or 0xE195C6) is known color: Shocking. HEX triplet: E1, 95 and C6. RGB value is (225,149,198). Sum of RGB (Red+Green+Blue) = 225+149+198=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E195C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195C6 is #1E6A39. Grayscale: #B1B1B1. Windows color (decimal): -1993274 or 13014497. OLE color: 13014497.
HSL color Cylindrical-coordinate representation of color #E195C6: hue angle of 321.32º 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 #E195C6 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 198 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.12 |
| HSL | 321.32º | 0.56% | 0.73% | - |
| HSV(B) | 321.32º | 0.34% | 0.88% | - |
| XYZ | 51.99 | 41.58 | 58.71 | - |
| YUV | 177.31 | 139.68 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 198 | 0 | 0.34 | 0.12 | 0.12 | 321.32 | 0.56 | 0.73 |
| Hex | E1 | 95 | C6 | 0 | 22 | C | C | 141 | 38 | 49 |
| Octal | 341 | 225 | 306 | 0 | 42 | 14 | 14 | 501 | 70 | 111 |
| Binary | 11100001 | 10010101 | 11000110 | 0 | 100010 | 1100 | 1100 | 101000001 | 111000 | 1001001 |
Color Harmonies of #E195C6
Complementary color
Monochromatic Colors of #E195C6
Black with #E195C6
Text Example
Text Example
White with #E195C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E195C6; }
p { color: rgb(225,149,198); }
H1.HeaderClassName
{
color: #E195C6;
}
.AnyTagClassName
{
color: #E195C6;
}
</style>
background-color css
<style>
a { background-color: #E195C6; }
a { background-color: rgb(225,149,198); }
div.DivClassName
{
background-color: #E195C6;
}
.BgClassName
{
background-color: #E195C6;
}
</style>
border-color css
<style>
span { border-color: #E195C6; }
span { border-color: rgb(225,149,198); }
td.TdClassName
{
border-color: #E195C6;
}
.TagClassName
{
border-color: #E195C6;
}
</style>