Shades of Shocking #E998C7
Tints of Shocking #E998C7
RGB
CMYK
RGB Variations
Color information
#E998C7 (or 0xE998C7) is known color: Shocking. HEX triplet: E9, 98 and C7. RGB value is (233,152,199). Sum of RGB (Red+Green+Blue) = 233+152+199=584 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.90% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 233 - color contains mainly: red. Hex color #E998C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E998C7 is #166738. Grayscale: #B5B5B5. Windows color (decimal): -1468217 or 13080809. OLE color: 13080809.
HSL color Cylindrical-coordinate representation of color #E998C7: hue angle of 325.19º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E998C7 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 152 | 199 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.09 |
| HSL | 325.19º | 0.65% | 0.75% | - |
| HSV(B) | 325.19º | 0.35% | 0.91% | - |
| XYZ | 55.14 | 43.9 | 59.6 | - |
| YUV | 181.58 | 137.84 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 152 | 199 | 0 | 0.35 | 0.15 | 0.09 | 325.19 | 0.65 | 0.75 |
| Hex | E9 | 98 | C7 | 0 | 23 | F | 9 | 145 | 41 | 4B |
| Octal | 351 | 230 | 307 | 0 | 43 | 17 | 11 | 505 | 101 | 113 |
| Binary | 11101001 | 10011000 | 11000111 | 0 | 100011 | 1111 | 1001 | 101000101 | 1000001 | 1001011 |
Color Harmonies of #E998C7
Complementary color
Monochromatic Colors of #E998C7
Black with #E998C7
Text Example
Text Example
White with #E998C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E998C7; }
p { color: rgb(233,152,199); }
H1.HeaderClassName
{
color: #E998C7;
}
.AnyTagClassName
{
color: #E998C7;
}
</style>
background-color css
<style>
a { background-color: #E998C7; }
a { background-color: rgb(233,152,199); }
div.DivClassName
{
background-color: #E998C7;
}
.BgClassName
{
background-color: #E998C7;
}
</style>
border-color css
<style>
span { border-color: #E998C7; }
span { border-color: rgb(233,152,199); }
td.TdClassName
{
border-color: #E998C7;
}
.TagClassName
{
border-color: #E998C7;
}
</style>