Shades of Shocking Pink #EE00BC
Tints of Shocking Pink #EE00BC
RGB
CMYK
RGB Variations
Color information
#EE00BC (or 0xEE00BC) is known color: Shocking Pink. HEX triplet: EE, 00 and BC. RGB value is (238,0,188). Sum of RGB (Red+Green+Blue) = 238+0+188=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00BC is #11FF43. Grayscale: #5C5C5C. Windows color (decimal): -1179460 or 12321006. OLE color: 12321006.
HSL color Cylindrical-coordinate representation of color #EE00BC: hue angle of 312.61º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE00BC is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.21 | 0.07 |
| HSL | 312.61º | 1% | 0.47% | - |
| HSV(B) | 312.61º | 1% | 0.93% | - |
| XYZ | 44.34 | 21.81 | 49.45 | - |
| YUV | 92.59 | 181.85 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 188 | 0 | 1 | 0.21 | 0.07 | 312.61 | 1 | 0.47 |
| Hex | EE | 0 | BC | 0 | 64 | 15 | 7 | 139 | 64 | 2F |
| Octal | 356 | 0 | 274 | 0 | 144 | 25 | 7 | 471 | 144 | 57 |
| Binary | 11101110 | 0 | 10111100 | 0 | 1100100 | 10101 | 111 | 100111001 | 1100100 | 101111 |
Color Harmonies of #EE00BC
Complementary color
Monochromatic Colors of #EE00BC
Black with #EE00BC
Text Example
Text Example
White with #EE00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE00BC; }
p { color: rgb(238,0,188); }
H1.HeaderClassName
{
color: #EE00BC;
}
.AnyTagClassName
{
color: #EE00BC;
}
</style>
background-color css
<style>
a { background-color: #EE00BC; }
a { background-color: rgb(238,0,188); }
div.DivClassName
{
background-color: #EE00BC;
}
.BgClassName
{
background-color: #EE00BC;
}
</style>
border-color css
<style>
span { border-color: #EE00BC; }
span { border-color: rgb(238,0,188); }
td.TdClassName
{
border-color: #EE00BC;
}
.TagClassName
{
border-color: #EE00BC;
}
</style>