Shades of Shocking #E295B6
Tints of Shocking #E295B6
RGB
CMYK
RGB Variations
Color information
#E295B6 (or 0xE295B6) is known color: Shocking. HEX triplet: E2, 95 and B6. RGB value is (226,149,182). Sum of RGB (Red+Green+Blue) = 226+149+182=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E295B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295B6 is #1D6A49. Grayscale: #AFAFAF. Windows color (decimal): -1927754 or 11965922. OLE color: 11965922.
HSL color Cylindrical-coordinate representation of color #E295B6: hue angle of 334.29º 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 #E295B6 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 182 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.11 |
| HSL | 334.29º | 0.57% | 0.74% | - |
| HSV(B) | 334.29º | 0.34% | 0.89% | - |
| XYZ | 50.55 | 41.04 | 49.51 | - |
| YUV | 175.79 | 131.51 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 182 | 0 | 0.34 | 0.19 | 0.11 | 334.29 | 0.57 | 0.74 |
| Hex | E2 | 95 | B6 | 0 | 22 | 13 | B | 14E | 39 | 4A |
| Octal | 342 | 225 | 266 | 0 | 42 | 23 | 13 | 516 | 71 | 112 |
| Binary | 11100010 | 10010101 | 10110110 | 0 | 100010 | 10011 | 1011 | 101001110 | 111001 | 1001010 |
Color Harmonies of #E295B6
Complementary color
Monochromatic Colors of #E295B6
Black with #E295B6
Text Example
Text Example
White with #E295B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295B6; }
p { color: rgb(226,149,182); }
H1.HeaderClassName
{
color: #E295B6;
}
.AnyTagClassName
{
color: #E295B6;
}
</style>
background-color css
<style>
a { background-color: #E295B6; }
a { background-color: rgb(226,149,182); }
div.DivClassName
{
background-color: #E295B6;
}
.BgClassName
{
background-color: #E295B6;
}
</style>
border-color css
<style>
span { border-color: #E295B6; }
span { border-color: rgb(226,149,182); }
td.TdClassName
{
border-color: #E295B6;
}
.TagClassName
{
border-color: #E295B6;
}
</style>