Shades of Shocking Pink #EF21C9
Tints of Shocking Pink #EF21C9
RGB
CMYK
RGB Variations
Color information
#EF21C9 (or 0xEF21C9) is known color: Shocking Pink. HEX triplet: EF, 21 and C9. RGB value is (239,33,201). Sum of RGB (Red+Green+Blue) = 239+33+201=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 33 (13.28% from 255 or 6.98% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF21C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF21C9 is #10DE36. Grayscale: #717171. Windows color (decimal): -1105463 or 13181423. OLE color: 13181423.
HSL color Cylindrical-coordinate representation of color #EF21C9: hue angle of 311.07º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF21C9 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 201 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.06 |
| HSL | 311.07º | 0.87% | 0.53% | - |
| HSV(B) | 311.07º | 0.86% | 0.94% | - |
| XYZ | 46.68 | 23.66 | 57.36 | - |
| YUV | 113.75 | 177.25 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 201 | 0 | 0.86 | 0.16 | 0.06 | 311.07 | 0.87 | 0.53 |
| Hex | EF | 21 | C9 | 0 | 56 | 10 | 6 | 137 | 57 | 35 |
| Octal | 357 | 41 | 311 | 0 | 126 | 20 | 6 | 467 | 127 | 65 |
| Binary | 11101111 | 100001 | 11001001 | 0 | 1010110 | 10000 | 110 | 100110111 | 1010111 | 110101 |
Color Harmonies of #EF21C9
Complementary color
Monochromatic Colors of #EF21C9
Black with #EF21C9
Text Example
Text Example
White with #EF21C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF21C9; }
p { color: rgb(239,33,201); }
H1.HeaderClassName
{
color: #EF21C9;
}
.AnyTagClassName
{
color: #EF21C9;
}
</style>
background-color css
<style>
a { background-color: #EF21C9; }
a { background-color: rgb(239,33,201); }
div.DivClassName
{
background-color: #EF21C9;
}
.BgClassName
{
background-color: #EF21C9;
}
</style>
border-color css
<style>
span { border-color: #EF21C9; }
span { border-color: rgb(239,33,201); }
td.TdClassName
{
border-color: #EF21C9;
}
.TagClassName
{
border-color: #EF21C9;
}
</style>