Shades of Shocking Pink #EE08BC
Tints of Shocking Pink #EE08BC
RGB
CMYK
RGB Variations
Color information
#EE08BC (or 0xEE08BC) is known color: Shocking Pink. HEX triplet: EE, 08 and BC. RGB value is (238,8,188). Sum of RGB (Red+Green+Blue) = 238+8+188=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 8 (3.52% from 255 or 1.84% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE08BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE08BC is #11F743. Grayscale: #606060. Windows color (decimal): -1177412 or 12323054. OLE color: 12323054.
HSL color Cylindrical-coordinate representation of color #EE08BC: hue angle of 313.04º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE08BC is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 188 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.07 |
| HSL | 313.04º | 0.93% | 0.48% | - |
| HSV(B) | 313.04º | 0.97% | 0.93% | - |
| XYZ | 44.42 | 21.98 | 49.48 | - |
| YUV | 97.29 | 179.2 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 188 | 0 | 0.97 | 0.21 | 0.07 | 313.04 | 0.93 | 0.48 |
| Hex | EE | 8 | BC | 0 | 61 | 15 | 7 | 139 | 5D | 30 |
| Octal | 356 | 10 | 274 | 0 | 141 | 25 | 7 | 471 | 135 | 60 |
| Binary | 11101110 | 1000 | 10111100 | 0 | 1100001 | 10101 | 111 | 100111001 | 1011101 | 110000 |
Color Harmonies of #EE08BC
Complementary color
Monochromatic Colors of #EE08BC
Black with #EE08BC
Text Example
Text Example
White with #EE08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE08BC; }
p { color: rgb(238,8,188); }
H1.HeaderClassName
{
color: #EE08BC;
}
.AnyTagClassName
{
color: #EE08BC;
}
</style>
background-color css
<style>
a { background-color: #EE08BC; }
a { background-color: rgb(238,8,188); }
div.DivClassName
{
background-color: #EE08BC;
}
.BgClassName
{
background-color: #EE08BC;
}
</style>
border-color css
<style>
span { border-color: #EE08BC; }
span { border-color: rgb(238,8,188); }
td.TdClassName
{
border-color: #EE08BC;
}
.TagClassName
{
border-color: #EE08BC;
}
</style>