Shades of Shocking Pink #EE00BA
Tints of Shocking Pink #EE00BA
RGB
CMYK
RGB Variations
Color information
#EE00BA (or 0xEE00BA) is known color: Shocking Pink. HEX triplet: EE, 00 and BA. RGB value is (238,0,186). Sum of RGB (Red+Green+Blue) = 238+0+186=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00BA is #11FF45. Grayscale: #5B5B5B. Windows color (decimal): -1179462 or 12189934. OLE color: 12189934.
HSL color Cylindrical-coordinate representation of color #EE00BA: hue angle of 313.11º 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 #EE00BA is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 186 | - |
| CMYK | 0 | 1 | 0.22 | 0.07 |
| HSL | 313.11º | 1% | 0.47% | - |
| HSV(B) | 313.11º | 1% | 0.93% | - |
| XYZ | 44.12 | 21.72 | 48.32 | - |
| YUV | 92.37 | 180.85 | 231.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 186 | 0 | 1 | 0.22 | 0.07 | 313.11 | 1 | 0.47 |
| Hex | EE | 0 | BA | 0 | 64 | 16 | 7 | 139 | 64 | 2F |
| Octal | 356 | 0 | 272 | 0 | 144 | 26 | 7 | 471 | 144 | 57 |
| Binary | 11101110 | 0 | 10111010 | 0 | 1100100 | 10110 | 111 | 100111001 | 1100100 | 101111 |
Color Harmonies of #EE00BA
Complementary color
Monochromatic Colors of #EE00BA
Black with #EE00BA
Text Example
Text Example
White with #EE00BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE00BA; }
p { color: rgb(238,0,186); }
H1.HeaderClassName
{
color: #EE00BA;
}
.AnyTagClassName
{
color: #EE00BA;
}
</style>
background-color css
<style>
a { background-color: #EE00BA; }
a { background-color: rgb(238,0,186); }
div.DivClassName
{
background-color: #EE00BA;
}
.BgClassName
{
background-color: #EE00BA;
}
</style>
border-color css
<style>
span { border-color: #EE00BA; }
span { border-color: rgb(238,0,186); }
td.TdClassName
{
border-color: #EE00BA;
}
.TagClassName
{
border-color: #EE00BA;
}
</style>