Shades of Shocking #E299CE
Tints of Shocking #E299CE
RGB
CMYK
RGB Variations
Color information
#E299CE (or 0xE299CE) is known color: Shocking. HEX triplet: E2, 99 and CE. RGB value is (226,153,206). Sum of RGB (Red+Green+Blue) = 226+153+206=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E299CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E299CE is #1D6631. Grayscale: #B4B4B4. Windows color (decimal): -1926706 or 13539810. OLE color: 13539810.
HSL color Cylindrical-coordinate representation of color #E299CE: hue angle of 316.44º 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 #E299CE is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 206 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.11 |
| HSL | 316.44º | 0.56% | 0.74% | - |
| HSV(B) | 316.44º | 0.32% | 0.89% | - |
| XYZ | 53.9 | 43.41 | 63.93 | - |
| YUV | 180.87 | 142.18 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 206 | 0 | 0.32 | 0.09 | 0.11 | 316.44 | 0.56 | 0.74 |
| Hex | E2 | 99 | CE | 0 | 20 | 9 | B | 13C | 38 | 4A |
| Octal | 342 | 231 | 316 | 0 | 40 | 11 | 13 | 474 | 70 | 112 |
| Binary | 11100010 | 10011001 | 11001110 | 0 | 100000 | 1001 | 1011 | 100111100 | 111000 | 1001010 |
Color Harmonies of #E299CE
Complementary color
Monochromatic Colors of #E299CE
Black with #E299CE
Text Example
Text Example
White with #E299CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E299CE; }
p { color: rgb(226,153,206); }
H1.HeaderClassName
{
color: #E299CE;
}
.AnyTagClassName
{
color: #E299CE;
}
</style>
background-color css
<style>
a { background-color: #E299CE; }
a { background-color: rgb(226,153,206); }
div.DivClassName
{
background-color: #E299CE;
}
.BgClassName
{
background-color: #E299CE;
}
</style>
border-color css
<style>
span { border-color: #E299CE; }
span { border-color: rgb(226,153,206); }
td.TdClassName
{
border-color: #E299CE;
}
.TagClassName
{
border-color: #E299CE;
}
</style>