Shades of Shocking Pink #EE0FBB
Tints of Shocking Pink #EE0FBB
RGB
CMYK
RGB Variations
Color information
#EE0FBB (or 0xEE0FBB) is known color: Shocking Pink. HEX triplet: EE, 0F and BB. RGB value is (238,15,187). Sum of RGB (Red+Green+Blue) = 238+15+187=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0FBB is #11F044. Grayscale: #646464. Windows color (decimal): -1175621 or 12259310. OLE color: 12259310.
HSL color Cylindrical-coordinate representation of color #EE0FBB: hue angle of 313.72º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0FBB is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 187 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.07 |
| HSL | 313.72º | 0.88% | 0.5% | - |
| HSV(B) | 313.72º | 0.94% | 0.93% | - |
| XYZ | 44.4 | 22.11 | 48.94 | - |
| YUV | 101.29 | 176.38 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 187 | 0 | 0.94 | 0.21 | 0.07 | 313.72 | 0.88 | 0.5 |
| Hex | EE | F | BB | 0 | 5E | 15 | 7 | 13A | 58 | 32 |
| Octal | 356 | 17 | 273 | 0 | 136 | 25 | 7 | 472 | 130 | 62 |
| Binary | 11101110 | 1111 | 10111011 | 0 | 1011110 | 10101 | 111 | 100111010 | 1011000 | 110010 |
Color Harmonies of #EE0FBB
Complementary color
Monochromatic Colors of #EE0FBB
Black with #EE0FBB
Text Example
Text Example
White with #EE0FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FBB; }
p { color: rgb(238,15,187); }
H1.HeaderClassName
{
color: #EE0FBB;
}
.AnyTagClassName
{
color: #EE0FBB;
}
</style>
background-color css
<style>
a { background-color: #EE0FBB; }
a { background-color: rgb(238,15,187); }
div.DivClassName
{
background-color: #EE0FBB;
}
.BgClassName
{
background-color: #EE0FBB;
}
</style>
border-color css
<style>
span { border-color: #EE0FBB; }
span { border-color: rgb(238,15,187); }
td.TdClassName
{
border-color: #EE0FBB;
}
.TagClassName
{
border-color: #EE0FBB;
}
</style>