Shades of Shocking #E296C4
Tints of Shocking #E296C4
RGB
CMYK
RGB Variations
Color information
#E296C4 (or 0xE296C4) is known color: Shocking. HEX triplet: E2, 96 and C4. RGB value is (226,150,196). Sum of RGB (Red+Green+Blue) = 226+150+196=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E296C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E296C4 is #1D693B. Grayscale: #B1B1B1. Windows color (decimal): -1927484 or 12883682. OLE color: 12883682.
HSL color Cylindrical-coordinate representation of color #E296C4: hue angle of 323.68º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E296C4 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 196 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.11 |
| HSL | 323.68º | 0.57% | 0.74% | - |
| HSV(B) | 323.68º | 0.34% | 0.89% | - |
| XYZ | 52.23 | 41.97 | 57.57 | - |
| YUV | 177.97 | 138.18 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 196 | 0 | 0.34 | 0.13 | 0.11 | 323.68 | 0.57 | 0.74 |
| Hex | E2 | 96 | C4 | 0 | 22 | D | B | 144 | 39 | 4A |
| Octal | 342 | 226 | 304 | 0 | 42 | 15 | 13 | 504 | 71 | 112 |
| Binary | 11100010 | 10010110 | 11000100 | 0 | 100010 | 1101 | 1011 | 101000100 | 111001 | 1001010 |
Color Harmonies of #E296C4
Complementary color
Monochromatic Colors of #E296C4
Black with #E296C4
Text Example
Text Example
White with #E296C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E296C4; }
p { color: rgb(226,150,196); }
H1.HeaderClassName
{
color: #E296C4;
}
.AnyTagClassName
{
color: #E296C4;
}
</style>
background-color css
<style>
a { background-color: #E296C4; }
a { background-color: rgb(226,150,196); }
div.DivClassName
{
background-color: #E296C4;
}
.BgClassName
{
background-color: #E296C4;
}
</style>
border-color css
<style>
span { border-color: #E296C4; }
span { border-color: rgb(226,150,196); }
td.TdClassName
{
border-color: #E296C4;
}
.TagClassName
{
border-color: #E296C4;
}
</style>