Shades of Shocking Pink #EE07BB
Tints of Shocking Pink #EE07BB
RGB
CMYK
RGB Variations
Color information
#EE07BB (or 0xEE07BB) is known color: Shocking Pink. HEX triplet: EE, 07 and BB. RGB value is (238,7,187). Sum of RGB (Red+Green+Blue) = 238+7+187=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE07BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE07BB is #11F844. Grayscale: #606060. Windows color (decimal): -1177669 or 12257262. OLE color: 12257262.
HSL color Cylindrical-coordinate representation of color #EE07BB: hue angle of 313.25º degrees, saturation: 0.94, 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 #EE07BB is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 187 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.07 |
| HSL | 313.25º | 0.94% | 0.48% | - |
| HSV(B) | 313.25º | 0.97% | 0.93% | - |
| XYZ | 44.31 | 21.92 | 48.91 | - |
| YUV | 96.59 | 179.03 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 187 | 0 | 0.97 | 0.21 | 0.07 | 313.25 | 0.94 | 0.48 |
| Hex | EE | 7 | BB | 0 | 61 | 15 | 7 | 139 | 5E | 30 |
| Octal | 356 | 7 | 273 | 0 | 141 | 25 | 7 | 471 | 136 | 60 |
| Binary | 11101110 | 111 | 10111011 | 0 | 1100001 | 10101 | 111 | 100111001 | 1011110 | 110000 |
Color Harmonies of #EE07BB
Complementary color
Monochromatic Colors of #EE07BB
Black with #EE07BB
Text Example
Text Example
White with #EE07BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE07BB; }
p { color: rgb(238,7,187); }
H1.HeaderClassName
{
color: #EE07BB;
}
.AnyTagClassName
{
color: #EE07BB;
}
</style>
background-color css
<style>
a { background-color: #EE07BB; }
a { background-color: rgb(238,7,187); }
div.DivClassName
{
background-color: #EE07BB;
}
.BgClassName
{
background-color: #EE07BB;
}
</style>
border-color css
<style>
span { border-color: #EE07BB; }
span { border-color: rgb(238,7,187); }
td.TdClassName
{
border-color: #EE07BB;
}
.TagClassName
{
border-color: #EE07BB;
}
</style>