Shades of Shocking Pink #EE07BC
Tints of Shocking Pink #EE07BC
RGB
CMYK
RGB Variations
Color information
#EE07BC (or 0xEE07BC) is known color: Shocking Pink. HEX triplet: EE, 07 and BC. RGB value is (238,7,188). Sum of RGB (Red+Green+Blue) = 238+7+188=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE07BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE07BC is #11F843. Grayscale: #606060. Windows color (decimal): -1177668 or 12322798. OLE color: 12322798.
HSL color Cylindrical-coordinate representation of color #EE07BC: hue angle of 312.99º 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 #EE07BC is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 188 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.07 |
| HSL | 312.99º | 0.94% | 0.48% | - |
| HSV(B) | 312.99º | 0.97% | 0.93% | - |
| XYZ | 44.41 | 21.96 | 49.47 | - |
| YUV | 96.7 | 179.53 | 228.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 188 | 0 | 0.97 | 0.21 | 0.07 | 312.99 | 0.94 | 0.48 |
| Hex | EE | 7 | BC | 0 | 61 | 15 | 7 | 139 | 5E | 30 |
| Octal | 356 | 7 | 274 | 0 | 141 | 25 | 7 | 471 | 136 | 60 |
| Binary | 11101110 | 111 | 10111100 | 0 | 1100001 | 10101 | 111 | 100111001 | 1011110 | 110000 |
Color Harmonies of #EE07BC
Complementary color
Monochromatic Colors of #EE07BC
Black with #EE07BC
Text Example
Text Example
White with #EE07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE07BC; }
p { color: rgb(238,7,188); }
H1.HeaderClassName
{
color: #EE07BC;
}
.AnyTagClassName
{
color: #EE07BC;
}
</style>
background-color css
<style>
a { background-color: #EE07BC; }
a { background-color: rgb(238,7,188); }
div.DivClassName
{
background-color: #EE07BC;
}
.BgClassName
{
background-color: #EE07BC;
}
</style>
border-color css
<style>
span { border-color: #EE07BC; }
span { border-color: rgb(238,7,188); }
td.TdClassName
{
border-color: #EE07BC;
}
.TagClassName
{
border-color: #EE07BC;
}
</style>