Shades of Shocking #E295B9
Tints of Shocking #E295B9
RGB
CMYK
RGB Variations
Color information
#E295B9 (or 0xE295B9) is known color: Shocking. HEX triplet: E2, 95 and B9. RGB value is (226,149,185). Sum of RGB (Red+Green+Blue) = 226+149+185=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E295B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295B9 is #1D6A46. Grayscale: #B0B0B0. Windows color (decimal): -1927751 or 12162530. OLE color: 12162530.
HSL color Cylindrical-coordinate representation of color #E295B9: hue angle of 331.95º 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 #E295B9 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 185 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.11 |
| HSL | 331.95º | 0.57% | 0.74% | - |
| HSV(B) | 331.95º | 0.34% | 0.89% | - |
| XYZ | 50.87 | 41.17 | 51.16 | - |
| YUV | 176.13 | 133.01 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 185 | 0 | 0.34 | 0.18 | 0.11 | 331.95 | 0.57 | 0.74 |
| Hex | E2 | 95 | B9 | 0 | 22 | 12 | B | 14C | 39 | 4A |
| Octal | 342 | 225 | 271 | 0 | 42 | 22 | 13 | 514 | 71 | 112 |
| Binary | 11100010 | 10010101 | 10111001 | 0 | 100010 | 10010 | 1011 | 101001100 | 111001 | 1001010 |
Color Harmonies of #E295B9
Complementary color
Monochromatic Colors of #E295B9
Black with #E295B9
Text Example
Text Example
White with #E295B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295B9; }
p { color: rgb(226,149,185); }
H1.HeaderClassName
{
color: #E295B9;
}
.AnyTagClassName
{
color: #E295B9;
}
</style>
background-color css
<style>
a { background-color: #E295B9; }
a { background-color: rgb(226,149,185); }
div.DivClassName
{
background-color: #E295B9;
}
.BgClassName
{
background-color: #E295B9;
}
</style>
border-color css
<style>
span { border-color: #E295B9; }
span { border-color: rgb(226,149,185); }
td.TdClassName
{
border-color: #E295B9;
}
.TagClassName
{
border-color: #E295B9;
}
</style>