Shades of Shocking #EE9BC9
Tints of Shocking #EE9BC9
RGB
CMYK
RGB Variations
Color information
#EE9BC9 (or 0xEE9BC9) is known color: Shocking. HEX triplet: EE, 9B and C9. RGB value is (238,155,201). Sum of RGB (Red+Green+Blue) = 238+155+201=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9BC9 is #116436. Grayscale: #B8B8B8. Windows color (decimal): -1139767 or 13212654. OLE color: 13212654.
HSL color Cylindrical-coordinate representation of color #EE9BC9: hue angle of 326.75º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EE9BC9 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 155 | 201 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.07 |
| HSL | 326.75º | 0.71% | 0.77% | - |
| HSV(B) | 326.75º | 0.35% | 0.93% | - |
| XYZ | 57.52 | 45.84 | 61.07 | - |
| YUV | 185.06 | 137 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 155 | 201 | 0 | 0.35 | 0.16 | 0.07 | 326.75 | 0.71 | 0.77 |
| Hex | EE | 9B | C9 | 0 | 23 | 10 | 7 | 147 | 47 | 4D |
| Octal | 356 | 233 | 311 | 0 | 43 | 20 | 7 | 507 | 107 | 115 |
| Binary | 11101110 | 10011011 | 11001001 | 0 | 100011 | 10000 | 111 | 101000111 | 1000111 | 1001101 |
Color Harmonies of #EE9BC9
Complementary color
Monochromatic Colors of #EE9BC9
Black with #EE9BC9
Text Example
Text Example
White with #EE9BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9BC9; }
p { color: rgb(238,155,201); }
H1.HeaderClassName
{
color: #EE9BC9;
}
.AnyTagClassName
{
color: #EE9BC9;
}
</style>
background-color css
<style>
a { background-color: #EE9BC9; }
a { background-color: rgb(238,155,201); }
div.DivClassName
{
background-color: #EE9BC9;
}
.BgClassName
{
background-color: #EE9BC9;
}
</style>
border-color css
<style>
span { border-color: #EE9BC9; }
span { border-color: rgb(238,155,201); }
td.TdClassName
{
border-color: #EE9BC9;
}
.TagClassName
{
border-color: #EE9BC9;
}
</style>