Shades of Shocking Pink #EE00B9
Tints of Shocking Pink #EE00B9
RGB
CMYK
RGB Variations
Color information
#EE00B9 (or 0xEE00B9) is known color: Shocking Pink. HEX triplet: EE, 00 and B9. RGB value is (238,0,185). Sum of RGB (Red+Green+Blue) = 238+0+185=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE00B9 is #11FF46. Grayscale: #5B5B5B. Windows color (decimal): -1179463 or 12124398. OLE color: 12124398.
HSL color Cylindrical-coordinate representation of color #EE00B9: hue angle of 313.36º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE00B9 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 185 | - |
| CMYK | 0 | 1 | 0.22 | 0.07 |
| HSL | 313.36º | 1% | 0.47% | - |
| HSV(B) | 313.36º | 1% | 0.93% | - |
| XYZ | 44.02 | 21.68 | 47.76 | - |
| YUV | 92.25 | 180.35 | 231.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 185 | 0 | 1 | 0.22 | 0.07 | 313.36 | 1 | 0.47 |
| Hex | EE | 0 | B9 | 0 | 64 | 16 | 7 | 139 | 64 | 2F |
| Octal | 356 | 0 | 271 | 0 | 144 | 26 | 7 | 471 | 144 | 57 |
| Binary | 11101110 | 0 | 10111001 | 0 | 1100100 | 10110 | 111 | 100111001 | 1100100 | 101111 |
Color Harmonies of #EE00B9
Complementary color
Monochromatic Colors of #EE00B9
Black with #EE00B9
Text Example
Text Example
White with #EE00B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE00B9; }
p { color: rgb(238,0,185); }
H1.HeaderClassName
{
color: #EE00B9;
}
.AnyTagClassName
{
color: #EE00B9;
}
</style>
background-color css
<style>
a { background-color: #EE00B9; }
a { background-color: rgb(238,0,185); }
div.DivClassName
{
background-color: #EE00B9;
}
.BgClassName
{
background-color: #EE00B9;
}
</style>
border-color css
<style>
span { border-color: #EE00B9; }
span { border-color: rgb(238,0,185); }
td.TdClassName
{
border-color: #EE00B9;
}
.TagClassName
{
border-color: #EE00B9;
}
</style>