Shades of Shocking Pink #EE06BA
Tints of Shocking Pink #EE06BA
RGB
CMYK
RGB Variations
Color information
#EE06BA (or 0xEE06BA) is known color: Shocking Pink. HEX triplet: EE, 06 and BA. RGB value is (238,6,186). Sum of RGB (Red+Green+Blue) = 238+6+186=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 6 (2.73% from 255 or 1.40% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE06BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE06BA is #11F945. Grayscale: #5F5F5F. Windows color (decimal): -1177926 or 12191470. OLE color: 12191470.
HSL color Cylindrical-coordinate representation of color #EE06BA: hue angle of 313.45º degrees, saturation: 0.95, 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 #EE06BA is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 186 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.07 |
| HSL | 313.45º | 0.95% | 0.48% | - |
| HSV(B) | 313.45º | 0.97% | 0.93% | - |
| XYZ | 44.19 | 21.85 | 48.34 | - |
| YUV | 95.89 | 178.86 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 186 | 0 | 0.97 | 0.22 | 0.07 | 313.45 | 0.95 | 0.48 |
| Hex | EE | 6 | BA | 0 | 61 | 16 | 7 | 139 | 5F | 30 |
| Octal | 356 | 6 | 272 | 0 | 141 | 26 | 7 | 471 | 137 | 60 |
| Binary | 11101110 | 110 | 10111010 | 0 | 1100001 | 10110 | 111 | 100111001 | 1011111 | 110000 |
Color Harmonies of #EE06BA
Complementary color
Monochromatic Colors of #EE06BA
Black with #EE06BA
Text Example
Text Example
White with #EE06BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE06BA; }
p { color: rgb(238,6,186); }
H1.HeaderClassName
{
color: #EE06BA;
}
.AnyTagClassName
{
color: #EE06BA;
}
</style>
background-color css
<style>
a { background-color: #EE06BA; }
a { background-color: rgb(238,6,186); }
div.DivClassName
{
background-color: #EE06BA;
}
.BgClassName
{
background-color: #EE06BA;
}
</style>
border-color css
<style>
span { border-color: #EE06BA; }
span { border-color: rgb(238,6,186); }
td.TdClassName
{
border-color: #EE06BA;
}
.TagClassName
{
border-color: #EE06BA;
}
</style>