Shades of Shocking #E196C3
Tints of Shocking #E196C3
RGB
CMYK
RGB Variations
Color information
#E196C3 (or 0xE196C3) is known color: Shocking. HEX triplet: E1, 96 and C3. RGB value is (225,150,195). Sum of RGB (Red+Green+Blue) = 225+150+195=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E196C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196C3 is #1E693C. Grayscale: #B1B1B1. Windows color (decimal): -1993021 or 12818145. OLE color: 12818145.
HSL color Cylindrical-coordinate representation of color #E196C3: hue angle of 324º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E196C3 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 195 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.12 |
| HSL | 324º | 0.56% | 0.74% | - |
| HSV(B) | 324º | 0.33% | 0.88% | - |
| XYZ | 51.81 | 41.76 | 56.96 | - |
| YUV | 177.56 | 137.85 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 195 | 0 | 0.33 | 0.13 | 0.12 | 324 | 0.56 | 0.74 |
| Hex | E1 | 96 | C3 | 0 | 21 | D | C | 144 | 38 | 4A |
| Octal | 341 | 226 | 303 | 0 | 41 | 15 | 14 | 504 | 70 | 112 |
| Binary | 11100001 | 10010110 | 11000011 | 0 | 100001 | 1101 | 1100 | 101000100 | 111000 | 1001010 |
Color Harmonies of #E196C3
Complementary color
Monochromatic Colors of #E196C3
Black with #E196C3
Text Example
Text Example
White with #E196C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E196C3; }
p { color: rgb(225,150,195); }
H1.HeaderClassName
{
color: #E196C3;
}
.AnyTagClassName
{
color: #E196C3;
}
</style>
background-color css
<style>
a { background-color: #E196C3; }
a { background-color: rgb(225,150,195); }
div.DivClassName
{
background-color: #E196C3;
}
.BgClassName
{
background-color: #E196C3;
}
</style>
border-color css
<style>
span { border-color: #E196C3; }
span { border-color: rgb(225,150,195); }
td.TdClassName
{
border-color: #E196C3;
}
.TagClassName
{
border-color: #E196C3;
}
</style>