Shades of Shocking Pink #EE0EBA
Tints of Shocking Pink #EE0EBA
RGB
CMYK
RGB Variations
Color information
#EE0EBA (or 0xEE0EBA) is known color: Shocking Pink. HEX triplet: EE, 0E and BA. RGB value is (238,14,186). Sum of RGB (Red+Green+Blue) = 238+14+186=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 14 (5.86% from 255 or 3.20% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0EBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0EBA is #11F145. Grayscale: #646464. Windows color (decimal): -1175878 or 12193518. OLE color: 12193518.
HSL color Cylindrical-coordinate representation of color #EE0EBA: hue angle of 313.93º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0EBA is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 186 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.07 |
| HSL | 313.93º | 0.89% | 0.49% | - |
| HSV(B) | 313.93º | 0.94% | 0.93% | - |
| XYZ | 44.28 | 22.04 | 48.37 | - |
| YUV | 100.58 | 176.21 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 186 | 0 | 0.94 | 0.22 | 0.07 | 313.93 | 0.89 | 0.49 |
| Hex | EE | E | BA | 0 | 5E | 16 | 7 | 13A | 59 | 31 |
| Octal | 356 | 16 | 272 | 0 | 136 | 26 | 7 | 472 | 131 | 61 |
| Binary | 11101110 | 1110 | 10111010 | 0 | 1011110 | 10110 | 111 | 100111010 | 1011001 | 110001 |
Color Harmonies of #EE0EBA
Complementary color
Monochromatic Colors of #EE0EBA
Black with #EE0EBA
Text Example
Text Example
White with #EE0EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0EBA; }
p { color: rgb(238,14,186); }
H1.HeaderClassName
{
color: #EE0EBA;
}
.AnyTagClassName
{
color: #EE0EBA;
}
</style>
background-color css
<style>
a { background-color: #EE0EBA; }
a { background-color: rgb(238,14,186); }
div.DivClassName
{
background-color: #EE0EBA;
}
.BgClassName
{
background-color: #EE0EBA;
}
</style>
border-color css
<style>
span { border-color: #EE0EBA; }
span { border-color: rgb(238,14,186); }
td.TdClassName
{
border-color: #EE0EBA;
}
.TagClassName
{
border-color: #EE0EBA;
}
</style>