Shades of Shocking Pink #EE20C9
Tints of Shocking Pink #EE20C9
RGB
CMYK
RGB Variations
Color information
#EE20C9 (or 0xEE20C9) is known color: Shocking Pink. HEX triplet: EE, 20 and C9. RGB value is (238,32,201). Sum of RGB (Red+Green+Blue) = 238+32+201=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 32 (12.89% from 255 or 6.79% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE20C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE20C9 is #11DF36. Grayscale: #707070. Windows color (decimal): -1171255 or 13181166. OLE color: 13181166.
HSL color Cylindrical-coordinate representation of color #EE20C9: hue angle of 310.78º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE20C9 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 201 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.07 |
| HSL | 310.78º | 0.86% | 0.53% | - |
| HSV(B) | 310.78º | 0.87% | 0.93% | - |
| XYZ | 46.32 | 23.43 | 57.34 | - |
| YUV | 112.86 | 177.75 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 201 | 0 | 0.87 | 0.16 | 0.07 | 310.78 | 0.86 | 0.53 |
| Hex | EE | 20 | C9 | 0 | 57 | 10 | 7 | 137 | 56 | 35 |
| Octal | 356 | 40 | 311 | 0 | 127 | 20 | 7 | 467 | 126 | 65 |
| Binary | 11101110 | 100000 | 11001001 | 0 | 1010111 | 10000 | 111 | 100110111 | 1010110 | 110101 |
Color Harmonies of #EE20C9
Complementary color
Monochromatic Colors of #EE20C9
Black with #EE20C9
Text Example
Text Example
White with #EE20C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE20C9; }
p { color: rgb(238,32,201); }
H1.HeaderClassName
{
color: #EE20C9;
}
.AnyTagClassName
{
color: #EE20C9;
}
</style>
background-color css
<style>
a { background-color: #EE20C9; }
a { background-color: rgb(238,32,201); }
div.DivClassName
{
background-color: #EE20C9;
}
.BgClassName
{
background-color: #EE20C9;
}
</style>
border-color css
<style>
span { border-color: #EE20C9; }
span { border-color: rgb(238,32,201); }
td.TdClassName
{
border-color: #EE20C9;
}
.TagClassName
{
border-color: #EE20C9;
}
</style>