Shades of Shocking Pink #EF21C7
Tints of Shocking Pink #EF21C7
RGB
CMYK
RGB Variations
Color information
#EF21C7 (or 0xEF21C7) is known color: Shocking Pink. HEX triplet: EF, 21 and C7. RGB value is (239,33,199). Sum of RGB (Red+Green+Blue) = 239+33+199=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 33 (13.28% from 255 or 7.01% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF21C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF21C7 is #10DE38. Grayscale: #717171. Windows color (decimal): -1105465 or 13050351. OLE color: 13050351.
HSL color Cylindrical-coordinate representation of color #EF21C7: hue angle of 311.65º 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 #EF21C7 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 199 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.06 |
| HSL | 311.65º | 0.87% | 0.53% | - |
| HSV(B) | 311.65º | 0.86% | 0.94% | - |
| XYZ | 46.45 | 23.56 | 56.13 | - |
| YUV | 113.52 | 176.25 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 199 | 0 | 0.86 | 0.17 | 0.06 | 311.65 | 0.87 | 0.53 |
| Hex | EF | 21 | C7 | 0 | 56 | 11 | 6 | 138 | 57 | 35 |
| Octal | 357 | 41 | 307 | 0 | 126 | 21 | 6 | 470 | 127 | 65 |
| Binary | 11101111 | 100001 | 11000111 | 0 | 1010110 | 10001 | 110 | 100111000 | 1010111 | 110101 |
Color Harmonies of #EF21C7
Complementary color
Monochromatic Colors of #EF21C7
Black with #EF21C7
Text Example
Text Example
White with #EF21C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF21C7; }
p { color: rgb(239,33,199); }
H1.HeaderClassName
{
color: #EF21C7;
}
.AnyTagClassName
{
color: #EF21C7;
}
</style>
background-color css
<style>
a { background-color: #EF21C7; }
a { background-color: rgb(239,33,199); }
div.DivClassName
{
background-color: #EF21C7;
}
.BgClassName
{
background-color: #EF21C7;
}
</style>
border-color css
<style>
span { border-color: #EF21C7; }
span { border-color: rgb(239,33,199); }
td.TdClassName
{
border-color: #EF21C7;
}
.TagClassName
{
border-color: #EF21C7;
}
</style>