Shades of Shocking #E298B6
Tints of Shocking #E298B6
RGB
CMYK
RGB Variations
Color information
#E298B6 (or 0xE298B6) is known color: Shocking. HEX triplet: E2, 98 and B6. RGB value is (226,152,182). Sum of RGB (Red+Green+Blue) = 226+152+182=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E298B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E298B6 is #1D6749. Grayscale: #B1B1B1. Windows color (decimal): -1926986 or 11966690. OLE color: 11966690.
HSL color Cylindrical-coordinate representation of color #E298B6: hue angle of 335.68º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E298B6 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 182 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.11 |
| HSL | 335.68º | 0.56% | 0.74% | - |
| HSV(B) | 335.68º | 0.33% | 0.89% | - |
| XYZ | 51.04 | 42 | 49.67 | - |
| YUV | 177.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 182 | 0 | 0.33 | 0.19 | 0.11 | 335.68 | 0.56 | 0.74 |
| Hex | E2 | 98 | B6 | 0 | 21 | 13 | B | 150 | 38 | 4A |
| Octal | 342 | 230 | 266 | 0 | 41 | 23 | 13 | 520 | 70 | 112 |
| Binary | 11100010 | 10011000 | 10110110 | 0 | 100001 | 10011 | 1011 | 101010000 | 111000 | 1001010 |
Color Harmonies of #E298B6
Complementary color
Monochromatic Colors of #E298B6
Black with #E298B6
Text Example
Text Example
White with #E298B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E298B6; }
p { color: rgb(226,152,182); }
H1.HeaderClassName
{
color: #E298B6;
}
.AnyTagClassName
{
color: #E298B6;
}
</style>
background-color css
<style>
a { background-color: #E298B6; }
a { background-color: rgb(226,152,182); }
div.DivClassName
{
background-color: #E298B6;
}
.BgClassName
{
background-color: #E298B6;
}
</style>
border-color css
<style>
span { border-color: #E298B6; }
span { border-color: rgb(226,152,182); }
td.TdClassName
{
border-color: #E298B6;
}
.TagClassName
{
border-color: #E298B6;
}
</style>