Shades of Shocking #E299B9
Tints of Shocking #E299B9
RGB
CMYK
RGB Variations
Color information
#E299B9 (or 0xE299B9) is known color: Shocking. HEX triplet: E2, 99 and B9. RGB value is (226,153,185). Sum of RGB (Red+Green+Blue) = 226+153+185=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E299B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E299B9 is #1D6646. Grayscale: #B2B2B2. Windows color (decimal): -1926727 or 12163554. OLE color: 12163554.
HSL color Cylindrical-coordinate representation of color #E299B9: hue angle of 333.7º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E299B9 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 185 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.11 |
| HSL | 333.7º | 0.56% | 0.74% | - |
| HSV(B) | 333.7º | 0.32% | 0.89% | - |
| XYZ | 51.51 | 42.45 | 51.38 | - |
| YUV | 178.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 185 | 0 | 0.32 | 0.18 | 0.11 | 333.7 | 0.56 | 0.74 |
| Hex | E2 | 99 | B9 | 0 | 20 | 12 | B | 14E | 38 | 4A |
| Octal | 342 | 231 | 271 | 0 | 40 | 22 | 13 | 516 | 70 | 112 |
| Binary | 11100010 | 10011001 | 10111001 | 0 | 100000 | 10010 | 1011 | 101001110 | 111000 | 1001010 |
Color Harmonies of #E299B9
Complementary color
Monochromatic Colors of #E299B9
Black with #E299B9
Text Example
Text Example
White with #E299B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E299B9; }
p { color: rgb(226,153,185); }
H1.HeaderClassName
{
color: #E299B9;
}
.AnyTagClassName
{
color: #E299B9;
}
</style>
background-color css
<style>
a { background-color: #E299B9; }
a { background-color: rgb(226,153,185); }
div.DivClassName
{
background-color: #E299B9;
}
.BgClassName
{
background-color: #E299B9;
}
</style>
border-color css
<style>
span { border-color: #E299B9; }
span { border-color: rgb(226,153,185); }
td.TdClassName
{
border-color: #E299B9;
}
.TagClassName
{
border-color: #E299B9;
}
</style>