Shades of Shocking Pink #EE21BE
Tints of Shocking Pink #EE21BE
RGB
CMYK
RGB Variations
Color information
#EE21BE (or 0xEE21BE) is known color: Shocking Pink. HEX triplet: EE, 21 and BE. RGB value is (238,33,190). Sum of RGB (Red+Green+Blue) = 238+33+190=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE21BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE21BE is #11DE41. Grayscale: #6F6F6F. Windows color (decimal): -1171010 or 12460526. OLE color: 12460526.
HSL color Cylindrical-coordinate representation of color #EE21BE: hue angle of 314.05º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE21BE is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 190 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.07 |
| HSL | 314.05º | 0.86% | 0.53% | - |
| HSV(B) | 314.05º | 0.86% | 0.93% | - |
| XYZ | 45.1 | 22.98 | 50.77 | - |
| YUV | 112.19 | 171.92 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 190 | 0 | 0.86 | 0.20 | 0.07 | 314.05 | 0.86 | 0.53 |
| Hex | EE | 21 | BE | 0 | 56 | 14 | 7 | 13A | 56 | 35 |
| Octal | 356 | 41 | 276 | 0 | 126 | 24 | 7 | 472 | 126 | 65 |
| Binary | 11101110 | 100001 | 10111110 | 0 | 1010110 | 10100 | 111 | 100111010 | 1010110 | 110101 |
Color Harmonies of #EE21BE
Complementary color
Monochromatic Colors of #EE21BE
Black with #EE21BE
Text Example
Text Example
White with #EE21BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE21BE; }
p { color: rgb(238,33,190); }
H1.HeaderClassName
{
color: #EE21BE;
}
.AnyTagClassName
{
color: #EE21BE;
}
</style>
background-color css
<style>
a { background-color: #EE21BE; }
a { background-color: rgb(238,33,190); }
div.DivClassName
{
background-color: #EE21BE;
}
.BgClassName
{
background-color: #EE21BE;
}
</style>
border-color css
<style>
span { border-color: #EE21BE; }
span { border-color: rgb(238,33,190); }
td.TdClassName
{
border-color: #EE21BE;
}
.TagClassName
{
border-color: #EE21BE;
}
</style>