Shades of Shocking Pink #EF21C4
Tints of Shocking Pink #EF21C4
RGB
CMYK
RGB Variations
Color information
#EF21C4 (or 0xEF21C4) is known color: Shocking Pink. HEX triplet: EF, 21 and C4. RGB value is (239,33,196). Sum of RGB (Red+Green+Blue) = 239+33+196=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 33 (13.28% from 255 or 7.05% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF21C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF21C4 is #10DE3B. Grayscale: #707070. Windows color (decimal): -1105468 or 12853743. OLE color: 12853743.
HSL color Cylindrical-coordinate representation of color #EF21C4: hue angle of 312.52º 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 #EF21C4 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 196 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.06 |
| HSL | 312.52º | 0.87% | 0.53% | - |
| HSV(B) | 312.52º | 0.86% | 0.94% | - |
| XYZ | 46.1 | 23.42 | 54.32 | - |
| YUV | 113.18 | 174.75 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 196 | 0 | 0.86 | 0.18 | 0.06 | 312.52 | 0.87 | 0.53 |
| Hex | EF | 21 | C4 | 0 | 56 | 12 | 6 | 139 | 57 | 35 |
| Octal | 357 | 41 | 304 | 0 | 126 | 22 | 6 | 471 | 127 | 65 |
| Binary | 11101111 | 100001 | 11000100 | 0 | 1010110 | 10010 | 110 | 100111001 | 1010111 | 110101 |
Color Harmonies of #EF21C4
Complementary color
Monochromatic Colors of #EF21C4
Black with #EF21C4
Text Example
Text Example
White with #EF21C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF21C4; }
p { color: rgb(239,33,196); }
H1.HeaderClassName
{
color: #EF21C4;
}
.AnyTagClassName
{
color: #EF21C4;
}
</style>
background-color css
<style>
a { background-color: #EF21C4; }
a { background-color: rgb(239,33,196); }
div.DivClassName
{
background-color: #EF21C4;
}
.BgClassName
{
background-color: #EF21C4;
}
</style>
border-color css
<style>
span { border-color: #EF21C4; }
span { border-color: rgb(239,33,196); }
td.TdClassName
{
border-color: #EF21C4;
}
.TagClassName
{
border-color: #EF21C4;
}
</style>