Shades of Shocking Pink #EE0BBC
Tints of Shocking Pink #EE0BBC
RGB
CMYK
RGB Variations
Color information
#EE0BBC (or 0xEE0BBC) is known color: Shocking Pink. HEX triplet: EE, 0B and BC. RGB value is (238,11,188). Sum of RGB (Red+Green+Blue) = 238+11+188=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 11 (4.69% from 255 or 2.52% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0BBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0BBC is #11F443. Grayscale: #626262. Windows color (decimal): -1176644 or 12323822. OLE color: 12323822.
HSL color Cylindrical-coordinate representation of color #EE0BBC: hue angle of 313.22º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0BBC is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 11 | 188 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.07 |
| HSL | 313.22º | 0.91% | 0.49% | - |
| HSV(B) | 313.22º | 0.95% | 0.93% | - |
| XYZ | 44.46 | 22.05 | 49.49 | - |
| YUV | 99.05 | 178.21 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 11 | 188 | 0 | 0.95 | 0.21 | 0.07 | 313.22 | 0.91 | 0.49 |
| Hex | EE | B | BC | 0 | 5F | 15 | 7 | 139 | 5B | 31 |
| Octal | 356 | 13 | 274 | 0 | 137 | 25 | 7 | 471 | 133 | 61 |
| Binary | 11101110 | 1011 | 10111100 | 0 | 1011111 | 10101 | 111 | 100111001 | 1011011 | 110001 |
Color Harmonies of #EE0BBC
Complementary color
Monochromatic Colors of #EE0BBC
Black with #EE0BBC
Text Example
Text Example
White with #EE0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0BBC; }
p { color: rgb(238,11,188); }
H1.HeaderClassName
{
color: #EE0BBC;
}
.AnyTagClassName
{
color: #EE0BBC;
}
</style>
background-color css
<style>
a { background-color: #EE0BBC; }
a { background-color: rgb(238,11,188); }
div.DivClassName
{
background-color: #EE0BBC;
}
.BgClassName
{
background-color: #EE0BBC;
}
</style>
border-color css
<style>
span { border-color: #EE0BBC; }
span { border-color: rgb(238,11,188); }
td.TdClassName
{
border-color: #EE0BBC;
}
.TagClassName
{
border-color: #EE0BBC;
}
</style>