Shades of Shocking #E195C3
Tints of Shocking #E195C3
RGB
CMYK
RGB Variations
Color information
#E195C3 (or 0xE195C3) is known color: Shocking. HEX triplet: E1, 95 and C3. RGB value is (225,149,195). Sum of RGB (Red+Green+Blue) = 225+149+195=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E195C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195C3 is #1E6A3C. Grayscale: #B0B0B0. Windows color (decimal): -1993277 or 12817889. OLE color: 12817889.
HSL color Cylindrical-coordinate representation of color #E195C3: hue angle of 323.68º 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 #E195C3 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 195 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.12 |
| HSL | 323.68º | 0.56% | 0.73% | - |
| HSV(B) | 323.68º | 0.34% | 0.88% | - |
| XYZ | 51.65 | 41.44 | 56.91 | - |
| YUV | 176.97 | 138.18 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 195 | 0 | 0.34 | 0.13 | 0.12 | 323.68 | 0.56 | 0.73 |
| Hex | E1 | 95 | C3 | 0 | 22 | D | C | 144 | 38 | 49 |
| Octal | 341 | 225 | 303 | 0 | 42 | 15 | 14 | 504 | 70 | 111 |
| Binary | 11100001 | 10010101 | 11000011 | 0 | 100010 | 1101 | 1100 | 101000100 | 111000 | 1001001 |
Color Harmonies of #E195C3
Complementary color
Monochromatic Colors of #E195C3
Black with #E195C3
Text Example
Text Example
White with #E195C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E195C3; }
p { color: rgb(225,149,195); }
H1.HeaderClassName
{
color: #E195C3;
}
.AnyTagClassName
{
color: #E195C3;
}
</style>
background-color css
<style>
a { background-color: #E195C3; }
a { background-color: rgb(225,149,195); }
div.DivClassName
{
background-color: #E195C3;
}
.BgClassName
{
background-color: #E195C3;
}
</style>
border-color css
<style>
span { border-color: #E195C3; }
span { border-color: rgb(225,149,195); }
td.TdClassName
{
border-color: #E195C3;
}
.TagClassName
{
border-color: #E195C3;
}
</style>