Shades of Shocking #E295BD
Tints of Shocking #E295BD
RGB
CMYK
RGB Variations
Color information
#E295BD (or 0xE295BD) is known color: Shocking. HEX triplet: E2, 95 and BD. RGB value is (226,149,189). Sum of RGB (Red+Green+Blue) = 226+149+189=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E295BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295BD is #1D6A42. Grayscale: #B0B0B0. Windows color (decimal): -1927747 or 12424674. OLE color: 12424674.
HSL color Cylindrical-coordinate representation of color #E295BD: hue angle of 328.83º 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 #E295BD is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 189 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.11 |
| HSL | 328.83º | 0.57% | 0.74% | - |
| HSV(B) | 328.83º | 0.34% | 0.89% | - |
| XYZ | 51.3 | 41.34 | 53.42 | - |
| YUV | 176.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 189 | 0 | 0.34 | 0.16 | 0.11 | 328.83 | 0.57 | 0.74 |
| Hex | E2 | 95 | BD | 0 | 22 | 10 | B | 149 | 39 | 4A |
| Octal | 342 | 225 | 275 | 0 | 42 | 20 | 13 | 511 | 71 | 112 |
| Binary | 11100010 | 10010101 | 10111101 | 0 | 100010 | 10000 | 1011 | 101001001 | 111001 | 1001010 |
Color Harmonies of #E295BD
Complementary color
Monochromatic Colors of #E295BD
Black with #E295BD
Text Example
Text Example
White with #E295BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295BD; }
p { color: rgb(226,149,189); }
H1.HeaderClassName
{
color: #E295BD;
}
.AnyTagClassName
{
color: #E295BD;
}
</style>
background-color css
<style>
a { background-color: #E295BD; }
a { background-color: rgb(226,149,189); }
div.DivClassName
{
background-color: #E295BD;
}
.BgClassName
{
background-color: #E295BD;
}
</style>
border-color css
<style>
span { border-color: #E295BD; }
span { border-color: rgb(226,149,189); }
td.TdClassName
{
border-color: #E295BD;
}
.TagClassName
{
border-color: #E295BD;
}
</style>