Shades of Shocking Pink #EF1ED1
Tints of Shocking Pink #EF1ED1
RGB
CMYK
RGB Variations
Color information
#EF1ED1 (or 0xEF1ED1) is known color: Shocking Pink. HEX triplet: EF, 1E and D1. RGB value is (239,30,209). Sum of RGB (Red+Green+Blue) = 239+30+209=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ED1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ED1 is #10E12E. Grayscale: #707070. Windows color (decimal): -1106223 or 13704943. OLE color: 13704943.
HSL color Cylindrical-coordinate representation of color #EF1ED1: hue angle of 308.61º 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 #EF1ED1 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 209 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.06 |
| HSL | 308.61º | 0.87% | 0.53% | - |
| HSV(B) | 308.61º | 0.87% | 0.94% | - |
| XYZ | 47.57 | 23.88 | 62.42 | - |
| YUV | 112.9 | 182.24 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 209 | 0 | 0.87 | 0.13 | 0.06 | 308.61 | 0.87 | 0.53 |
| Hex | EF | 1E | D1 | 0 | 57 | D | 6 | 135 | 57 | 35 |
| Octal | 357 | 36 | 321 | 0 | 127 | 15 | 6 | 465 | 127 | 65 |
| Binary | 11101111 | 11110 | 11010001 | 0 | 1010111 | 1101 | 110 | 100110101 | 1010111 | 110101 |
Color Harmonies of #EF1ED1
Complementary color
Monochromatic Colors of #EF1ED1
Black with #EF1ED1
Text Example
Text Example
White with #EF1ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1ED1; }
p { color: rgb(239,30,209); }
H1.HeaderClassName
{
color: #EF1ED1;
}
.AnyTagClassName
{
color: #EF1ED1;
}
</style>
background-color css
<style>
a { background-color: #EF1ED1; }
a { background-color: rgb(239,30,209); }
div.DivClassName
{
background-color: #EF1ED1;
}
.BgClassName
{
background-color: #EF1ED1;
}
</style>
border-color css
<style>
span { border-color: #EF1ED1; }
span { border-color: rgb(239,30,209); }
td.TdClassName
{
border-color: #EF1ED1;
}
.TagClassName
{
border-color: #EF1ED1;
}
</style>