Shades of Shocking Pink #EF20CA
Tints of Shocking Pink #EF20CA
RGB
CMYK
RGB Variations
Color information
#EF20CA (or 0xEF20CA) is known color: Shocking Pink. HEX triplet: EF, 20 and CA. RGB value is (239,32,202). Sum of RGB (Red+Green+Blue) = 239+32+202=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF20CA is #10DF35. Grayscale: #707070. Windows color (decimal): -1105718 or 13246703. OLE color: 13246703.
HSL color Cylindrical-coordinate representation of color #EF20CA: hue angle of 310.72º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF20CA is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 202 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.06 |
| HSL | 310.72º | 0.87% | 0.53% | - |
| HSV(B) | 310.72º | 0.87% | 0.94% | - |
| XYZ | 46.77 | 23.65 | 57.98 | - |
| YUV | 113.27 | 178.08 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 202 | 0 | 0.87 | 0.15 | 0.06 | 310.72 | 0.87 | 0.53 |
| Hex | EF | 20 | CA | 0 | 57 | F | 6 | 137 | 57 | 35 |
| Octal | 357 | 40 | 312 | 0 | 127 | 17 | 6 | 467 | 127 | 65 |
| Binary | 11101111 | 100000 | 11001010 | 0 | 1010111 | 1111 | 110 | 100110111 | 1010111 | 110101 |
Color Harmonies of #EF20CA
Complementary color
Monochromatic Colors of #EF20CA
Black with #EF20CA
Text Example
Text Example
White with #EF20CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF20CA; }
p { color: rgb(239,32,202); }
H1.HeaderClassName
{
color: #EF20CA;
}
.AnyTagClassName
{
color: #EF20CA;
}
</style>
background-color css
<style>
a { background-color: #EF20CA; }
a { background-color: rgb(239,32,202); }
div.DivClassName
{
background-color: #EF20CA;
}
.BgClassName
{
background-color: #EF20CA;
}
</style>
border-color css
<style>
span { border-color: #EF20CA; }
span { border-color: rgb(239,32,202); }
td.TdClassName
{
border-color: #EF20CA;
}
.TagClassName
{
border-color: #EF20CA;
}
</style>