Shades of Shocking #E295C7
Tints of Shocking #E295C7
RGB
CMYK
RGB Variations
Color information
#E295C7 (or 0xE295C7) is known color: Shocking. HEX triplet: E2, 95 and C7. RGB value is (226,149,199). Sum of RGB (Red+Green+Blue) = 226+149+199=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E295C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295C7 is #1D6A38. Grayscale: #B1B1B1. Windows color (decimal): -1927737 or 13080034. OLE color: 13080034.
HSL color Cylindrical-coordinate representation of color #E295C7: hue angle of 321.04º 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 #E295C7 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 199 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.11 |
| HSL | 321.04º | 0.57% | 0.74% | - |
| HSV(B) | 321.04º | 0.34% | 0.89% | - |
| XYZ | 52.42 | 41.79 | 59.34 | - |
| YUV | 177.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 199 | 0 | 0.34 | 0.12 | 0.11 | 321.04 | 0.57 | 0.74 |
| Hex | E2 | 95 | C7 | 0 | 22 | C | B | 141 | 39 | 4A |
| Octal | 342 | 225 | 307 | 0 | 42 | 14 | 13 | 501 | 71 | 112 |
| Binary | 11100010 | 10010101 | 11000111 | 0 | 100010 | 1100 | 1011 | 101000001 | 111001 | 1001010 |
Color Harmonies of #E295C7
Complementary color
Monochromatic Colors of #E295C7
Black with #E295C7
Text Example
Text Example
White with #E295C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295C7; }
p { color: rgb(226,149,199); }
H1.HeaderClassName
{
color: #E295C7;
}
.AnyTagClassName
{
color: #E295C7;
}
</style>
background-color css
<style>
a { background-color: #E295C7; }
a { background-color: rgb(226,149,199); }
div.DivClassName
{
background-color: #E295C7;
}
.BgClassName
{
background-color: #E295C7;
}
</style>
border-color css
<style>
span { border-color: #E295C7; }
span { border-color: rgb(226,149,199); }
td.TdClassName
{
border-color: #E295C7;
}
.TagClassName
{
border-color: #E295C7;
}
</style>