Shades of Shocking #EE99BA
Tints of Shocking #EE99BA
RGB
CMYK
RGB Variations
Color information
#EE99BA (or 0xEE99BA) is known color: Shocking. HEX triplet: EE, 99 and BA. RGB value is (238,153,186). Sum of RGB (Red+Green+Blue) = 238+153+186=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EE99BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE99BA is #116645. Grayscale: #B6B6B6. Windows color (decimal): -1140294 or 12229102. OLE color: 12229102.
HSL color Cylindrical-coordinate representation of color #EE99BA: hue angle of 336.71º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EE99BA is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 186 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.07 |
| HSL | 336.71º | 0.71% | 0.77% | - |
| HSV(B) | 336.71º | 0.36% | 0.93% | - |
| XYZ | 55.51 | 44.5 | 52.12 | - |
| YUV | 182.18 | 130.16 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 186 | 0 | 0.36 | 0.22 | 0.07 | 336.71 | 0.71 | 0.77 |
| Hex | EE | 99 | BA | 0 | 24 | 16 | 7 | 151 | 47 | 4D |
| Octal | 356 | 231 | 272 | 0 | 44 | 26 | 7 | 521 | 107 | 115 |
| Binary | 11101110 | 10011001 | 10111010 | 0 | 100100 | 10110 | 111 | 101010001 | 1000111 | 1001101 |
Color Harmonies of #EE99BA
Complementary color
Monochromatic Colors of #EE99BA
Black with #EE99BA
Text Example
Text Example
White with #EE99BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE99BA; }
p { color: rgb(238,153,186); }
H1.HeaderClassName
{
color: #EE99BA;
}
.AnyTagClassName
{
color: #EE99BA;
}
</style>
background-color css
<style>
a { background-color: #EE99BA; }
a { background-color: rgb(238,153,186); }
div.DivClassName
{
background-color: #EE99BA;
}
.BgClassName
{
background-color: #EE99BA;
}
</style>
border-color css
<style>
span { border-color: #EE99BA; }
span { border-color: rgb(238,153,186); }
td.TdClassName
{
border-color: #EE99BA;
}
.TagClassName
{
border-color: #EE99BA;
}
</style>