Shades of Shocking #E299C7
Tints of Shocking #E299C7
RGB
CMYK
RGB Variations
Color information
#E299C7 (or 0xE299C7) is known color: Shocking. HEX triplet: E2, 99 and C7. RGB value is (226,153,199). Sum of RGB (Red+Green+Blue) = 226+153+199=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E299C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E299C7 is #1D6638. Grayscale: #B3B3B3. Windows color (decimal): -1926713 or 13081058. OLE color: 13081058.
HSL color Cylindrical-coordinate representation of color #E299C7: hue angle of 322.19º 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 #E299C7 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 199 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.11 |
| HSL | 322.19º | 0.56% | 0.74% | - |
| HSV(B) | 322.19º | 0.32% | 0.89% | - |
| XYZ | 53.06 | 43.07 | 59.55 | - |
| YUV | 180.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 199 | 0 | 0.32 | 0.12 | 0.11 | 322.19 | 0.56 | 0.74 |
| Hex | E2 | 99 | C7 | 0 | 20 | C | B | 142 | 38 | 4A |
| Octal | 342 | 231 | 307 | 0 | 40 | 14 | 13 | 502 | 70 | 112 |
| Binary | 11100010 | 10011001 | 11000111 | 0 | 100000 | 1100 | 1011 | 101000010 | 111000 | 1001010 |
Color Harmonies of #E299C7
Complementary color
Monochromatic Colors of #E299C7
Black with #E299C7
Text Example
Text Example
White with #E299C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E299C7; }
p { color: rgb(226,153,199); }
H1.HeaderClassName
{
color: #E299C7;
}
.AnyTagClassName
{
color: #E299C7;
}
</style>
background-color css
<style>
a { background-color: #E299C7; }
a { background-color: rgb(226,153,199); }
div.DivClassName
{
background-color: #E299C7;
}
.BgClassName
{
background-color: #E299C7;
}
</style>
border-color css
<style>
span { border-color: #E299C7; }
span { border-color: rgb(226,153,199); }
td.TdClassName
{
border-color: #E299C7;
}
.TagClassName
{
border-color: #E299C7;
}
</style>