Shades of Shocking #E298BB
Tints of Shocking #E298BB
RGB
CMYK
RGB Variations
Color information
#E298BB (or 0xE298BB) is known color: Shocking. HEX triplet: E2, 98 and BB. RGB value is (226,152,187). Sum of RGB (Red+Green+Blue) = 226+152+187=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E298BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E298BB is #1D6744. Grayscale: #B2B2B2. Windows color (decimal): -1926981 or 12294370. OLE color: 12294370.
HSL color Cylindrical-coordinate representation of color #E298BB: hue angle of 331.62º 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 #E298BB is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 187 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.11 |
| HSL | 331.62º | 0.56% | 0.74% | - |
| HSV(B) | 331.62º | 0.33% | 0.89% | - |
| XYZ | 51.56 | 42.21 | 52.44 | - |
| YUV | 178.12 | 133.02 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 187 | 0 | 0.33 | 0.17 | 0.11 | 331.62 | 0.56 | 0.74 |
| Hex | E2 | 98 | BB | 0 | 21 | 11 | B | 14C | 38 | 4A |
| Octal | 342 | 230 | 273 | 0 | 41 | 21 | 13 | 514 | 70 | 112 |
| Binary | 11100010 | 10011000 | 10111011 | 0 | 100001 | 10001 | 1011 | 101001100 | 111000 | 1001010 |
Color Harmonies of #E298BB
Complementary color
Monochromatic Colors of #E298BB
Black with #E298BB
Text Example
Text Example
White with #E298BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E298BB; }
p { color: rgb(226,152,187); }
H1.HeaderClassName
{
color: #E298BB;
}
.AnyTagClassName
{
color: #E298BB;
}
</style>
background-color css
<style>
a { background-color: #E298BB; }
a { background-color: rgb(226,152,187); }
div.DivClassName
{
background-color: #E298BB;
}
.BgClassName
{
background-color: #E298BB;
}
</style>
border-color css
<style>
span { border-color: #E298BB; }
span { border-color: rgb(226,152,187); }
td.TdClassName
{
border-color: #E298BB;
}
.TagClassName
{
border-color: #E298BB;
}
</style>