Shades of Shocking Pink #EE03B7
Tints of Shocking Pink #EE03B7
RGB
CMYK
RGB Variations
Color information
#EE03B7 (or 0xEE03B7) is known color: Shocking Pink. HEX triplet: EE, 03 and B7. RGB value is (238,3,183). Sum of RGB (Red+Green+Blue) = 238+3+183=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 3 (1.56% from 255 or 0.71% from 424); Blue value is 183 (71.88% from 255 or 43.16% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE03B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE03B7 is #11FC48. Grayscale: #5D5D5D. Windows color (decimal): -1178697 or 11994094. OLE color: 11994094.
HSL color Cylindrical-coordinate representation of color #EE03B7: hue angle of 314.04º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE03B7 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 183 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.07 |
| HSL | 314.04º | 0.98% | 0.47% | - |
| HSV(B) | 314.04º | 0.99% | 0.93% | - |
| XYZ | 43.84 | 21.66 | 46.67 | - |
| YUV | 93.79 | 178.36 | 230.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 183 | 0 | 0.99 | 0.23 | 0.07 | 314.04 | 0.98 | 0.47 |
| Hex | EE | 3 | B7 | 0 | 63 | 17 | 7 | 13A | 62 | 2F |
| Octal | 356 | 3 | 267 | 0 | 143 | 27 | 7 | 472 | 142 | 57 |
| Binary | 11101110 | 11 | 10110111 | 0 | 1100011 | 10111 | 111 | 100111010 | 1100010 | 101111 |
Color Harmonies of #EE03B7
Complementary color
Monochromatic Colors of #EE03B7
Black with #EE03B7
Text Example
Text Example
White with #EE03B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE03B7; }
p { color: rgb(238,3,183); }
H1.HeaderClassName
{
color: #EE03B7;
}
.AnyTagClassName
{
color: #EE03B7;
}
</style>
background-color css
<style>
a { background-color: #EE03B7; }
a { background-color: rgb(238,3,183); }
div.DivClassName
{
background-color: #EE03B7;
}
.BgClassName
{
background-color: #EE03B7;
}
</style>
border-color css
<style>
span { border-color: #EE03B7; }
span { border-color: rgb(238,3,183); }
td.TdClassName
{
border-color: #EE03B7;
}
.TagClassName
{
border-color: #EE03B7;
}
</style>