Shades of Shocking #E299B7
Tints of Shocking #E299B7
RGB
CMYK
RGB Variations
Color information
#E299B7 (or 0xE299B7) is known color: Shocking. HEX triplet: E2, 99 and B7. RGB value is (226,153,183). Sum of RGB (Red+Green+Blue) = 226+153+183=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E299B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E299B7 is #1D6648. Grayscale: #B2B2B2. Windows color (decimal): -1926729 or 12032482. OLE color: 12032482.
HSL color Cylindrical-coordinate representation of color #E299B7: hue angle of 335.34º 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 #E299B7 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 183 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.11 |
| HSL | 335.34º | 0.56% | 0.74% | - |
| HSV(B) | 335.34º | 0.32% | 0.89% | - |
| XYZ | 51.3 | 42.37 | 50.27 | - |
| YUV | 178.25 | 130.68 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 183 | 0 | 0.32 | 0.19 | 0.11 | 335.34 | 0.56 | 0.74 |
| Hex | E2 | 99 | B7 | 0 | 20 | 13 | B | 14F | 38 | 4A |
| Octal | 342 | 231 | 267 | 0 | 40 | 23 | 13 | 517 | 70 | 112 |
| Binary | 11100010 | 10011001 | 10110111 | 0 | 100000 | 10011 | 1011 | 101001111 | 111000 | 1001010 |
Color Harmonies of #E299B7
Complementary color
Monochromatic Colors of #E299B7
Black with #E299B7
Text Example
Text Example
White with #E299B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E299B7; }
p { color: rgb(226,153,183); }
H1.HeaderClassName
{
color: #E299B7;
}
.AnyTagClassName
{
color: #E299B7;
}
</style>
background-color css
<style>
a { background-color: #E299B7; }
a { background-color: rgb(226,153,183); }
div.DivClassName
{
background-color: #E299B7;
}
.BgClassName
{
background-color: #E299B7;
}
</style>
border-color css
<style>
span { border-color: #E299B7; }
span { border-color: rgb(226,153,183); }
td.TdClassName
{
border-color: #E299B7;
}
.TagClassName
{
border-color: #E299B7;
}
</style>