Shades of Shocking #EE9FCB
Tints of Shocking #EE9FCB
RGB
CMYK
RGB Variations
Color information
#EE9FCB (or 0xEE9FCB) is known color: Shocking. HEX triplet: EE, 9F and CB. RGB value is (238,159,203). Sum of RGB (Red+Green+Blue) = 238+159+203=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9FCB is #116034. Grayscale: #BBBBBB. Windows color (decimal): -1138741 or 13344750. OLE color: 13344750.
HSL color Cylindrical-coordinate representation of color #EE9FCB: hue angle of 326.58º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EE9FCB is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 159 | 203 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.07 |
| HSL | 326.58º | 0.7% | 0.78% | - |
| HSV(B) | 326.58º | 0.33% | 0.93% | - |
| XYZ | 58.44 | 47.29 | 62.55 | - |
| YUV | 187.64 | 136.67 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 159 | 203 | 0 | 0.33 | 0.15 | 0.07 | 326.58 | 0.7 | 0.78 |
| Hex | EE | 9F | CB | 0 | 21 | F | 7 | 147 | 46 | 4E |
| Octal | 356 | 237 | 313 | 0 | 41 | 17 | 7 | 507 | 106 | 116 |
| Binary | 11101110 | 10011111 | 11001011 | 0 | 100001 | 1111 | 111 | 101000111 | 1000110 | 1001110 |
Color Harmonies of #EE9FCB
Complementary color
Monochromatic Colors of #EE9FCB
Black with #EE9FCB
Text Example
Text Example
White with #EE9FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9FCB; }
p { color: rgb(238,159,203); }
H1.HeaderClassName
{
color: #EE9FCB;
}
.AnyTagClassName
{
color: #EE9FCB;
}
</style>
background-color css
<style>
a { background-color: #EE9FCB; }
a { background-color: rgb(238,159,203); }
div.DivClassName
{
background-color: #EE9FCB;
}
.BgClassName
{
background-color: #EE9FCB;
}
</style>
border-color css
<style>
span { border-color: #EE9FCB; }
span { border-color: rgb(238,159,203); }
td.TdClassName
{
border-color: #EE9FCB;
}
.TagClassName
{
border-color: #EE9FCB;
}
</style>