Shades of Shocking #EE98C9
Tints of Shocking #EE98C9
RGB
CMYK
RGB Variations
Color information
#EE98C9 (or 0xEE98C9) is known color: Shocking. HEX triplet: EE, 98 and C9. RGB value is (238,152,201). Sum of RGB (Red+Green+Blue) = 238+152+201=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EE98C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE98C9 is #116736. Grayscale: #B7B7B7. Windows color (decimal): -1140535 or 13211886. OLE color: 13211886.
HSL color Cylindrical-coordinate representation of color #EE98C9: hue angle of 325.81º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EE98C9 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 201 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.07 |
| HSL | 325.81º | 0.72% | 0.76% | - |
| HSV(B) | 325.81º | 0.36% | 0.93% | - |
| XYZ | 57.03 | 44.85 | 60.91 | - |
| YUV | 183.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 201 | 0 | 0.36 | 0.16 | 0.07 | 325.81 | 0.72 | 0.76 |
| Hex | EE | 98 | C9 | 0 | 24 | 10 | 7 | 146 | 48 | 4C |
| Octal | 356 | 230 | 311 | 0 | 44 | 20 | 7 | 506 | 110 | 114 |
| Binary | 11101110 | 10011000 | 11001001 | 0 | 100100 | 10000 | 111 | 101000110 | 1001000 | 1001100 |
Color Harmonies of #EE98C9
Complementary color
Monochromatic Colors of #EE98C9
Black with #EE98C9
Text Example
Text Example
White with #EE98C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE98C9; }
p { color: rgb(238,152,201); }
H1.HeaderClassName
{
color: #EE98C9;
}
.AnyTagClassName
{
color: #EE98C9;
}
</style>
background-color css
<style>
a { background-color: #EE98C9; }
a { background-color: rgb(238,152,201); }
div.DivClassName
{
background-color: #EE98C9;
}
.BgClassName
{
background-color: #EE98C9;
}
</style>
border-color css
<style>
span { border-color: #EE98C9; }
span { border-color: rgb(238,152,201); }
td.TdClassName
{
border-color: #EE98C9;
}
.TagClassName
{
border-color: #EE98C9;
}
</style>