Shades of Shocking #E295BA
Tints of Shocking #E295BA
RGB
CMYK
RGB Variations
Color information
#E295BA (or 0xE295BA) is known color: Shocking. HEX triplet: E2, 95 and BA. RGB value is (226,149,186). Sum of RGB (Red+Green+Blue) = 226+149+186=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E295BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295BA is #1D6A45. Grayscale: #B0B0B0. Windows color (decimal): -1927750 or 12228066. OLE color: 12228066.
HSL color Cylindrical-coordinate representation of color #E295BA: hue angle of 331.17º 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 #E295BA is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 186 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.11 |
| HSL | 331.17º | 0.57% | 0.74% | - |
| HSV(B) | 331.17º | 0.34% | 0.89% | - |
| XYZ | 50.97 | 41.21 | 51.72 | - |
| YUV | 176.24 | 133.51 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 186 | 0 | 0.34 | 0.18 | 0.11 | 331.17 | 0.57 | 0.74 |
| Hex | E2 | 95 | BA | 0 | 22 | 12 | B | 14B | 39 | 4A |
| Octal | 342 | 225 | 272 | 0 | 42 | 22 | 13 | 513 | 71 | 112 |
| Binary | 11100010 | 10010101 | 10111010 | 0 | 100010 | 10010 | 1011 | 101001011 | 111001 | 1001010 |
Color Harmonies of #E295BA
Complementary color
Monochromatic Colors of #E295BA
Black with #E295BA
Text Example
Text Example
White with #E295BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295BA; }
p { color: rgb(226,149,186); }
H1.HeaderClassName
{
color: #E295BA;
}
.AnyTagClassName
{
color: #E295BA;
}
</style>
background-color css
<style>
a { background-color: #E295BA; }
a { background-color: rgb(226,149,186); }
div.DivClassName
{
background-color: #E295BA;
}
.BgClassName
{
background-color: #E295BA;
}
</style>
border-color css
<style>
span { border-color: #E295BA; }
span { border-color: rgb(226,149,186); }
td.TdClassName
{
border-color: #E295BA;
}
.TagClassName
{
border-color: #E295BA;
}
</style>