Shades of Shocking #E196C9
Tints of Shocking #E196C9
RGB
CMYK
RGB Variations
Color information
#E196C9 (or 0xE196C9) is known color: Shocking. HEX triplet: E1, 96 and C9. RGB value is (225,150,201). Sum of RGB (Red+Green+Blue) = 225+150+201=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E196C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196C9 is #1E6936. Grayscale: #B2B2B2. Windows color (decimal): -1993015 or 13211361. OLE color: 13211361.
HSL color Cylindrical-coordinate representation of color #E196C9: hue angle of 319.2º 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 #E196C9 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 201 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.12 |
| HSL | 319.2º | 0.56% | 0.74% | - |
| HSV(B) | 319.2º | 0.33% | 0.88% | - |
| XYZ | 52.5 | 42.04 | 60.61 | - |
| YUV | 178.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 201 | 0 | 0.33 | 0.11 | 0.12 | 319.2 | 0.56 | 0.74 |
| Hex | E1 | 96 | C9 | 0 | 21 | B | C | 13F | 38 | 4A |
| Octal | 341 | 226 | 311 | 0 | 41 | 13 | 14 | 477 | 70 | 112 |
| Binary | 11100001 | 10010110 | 11001001 | 0 | 100001 | 1011 | 1100 | 100111111 | 111000 | 1001010 |
Color Harmonies of #E196C9
Complementary color
Monochromatic Colors of #E196C9
Black with #E196C9
Text Example
Text Example
White with #E196C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E196C9; }
p { color: rgb(225,150,201); }
H1.HeaderClassName
{
color: #E196C9;
}
.AnyTagClassName
{
color: #E196C9;
}
</style>
background-color css
<style>
a { background-color: #E196C9; }
a { background-color: rgb(225,150,201); }
div.DivClassName
{
background-color: #E196C9;
}
.BgClassName
{
background-color: #E196C9;
}
</style>
border-color css
<style>
span { border-color: #E196C9; }
span { border-color: rgb(225,150,201); }
td.TdClassName
{
border-color: #E196C9;
}
.TagClassName
{
border-color: #E196C9;
}
</style>