Shades of Shocking Pink #EF1DD1
Tints of Shocking Pink #EF1DD1
RGB
CMYK
RGB Variations
Color information
#EF1DD1 (or 0xEF1DD1) is known color: Shocking Pink. HEX triplet: EF, 1D and D1. RGB value is (239,29,209). Sum of RGB (Red+Green+Blue) = 239+29+209=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 29 (11.72% from 255 or 6.08% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1DD1 is #10E22E. Grayscale: #6F6F6F. Windows color (decimal): -1106479 or 13704687. OLE color: 13704687.
HSL color Cylindrical-coordinate representation of color #EF1DD1: hue angle of 308.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1DD1 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 209 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.06 |
| HSL | 308.57º | 0.87% | 0.53% | - |
| HSV(B) | 308.57º | 0.88% | 0.94% | - |
| XYZ | 47.54 | 23.83 | 62.42 | - |
| YUV | 112.31 | 182.57 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 209 | 0 | 0.88 | 0.13 | 0.06 | 308.57 | 0.87 | 0.53 |
| Hex | EF | 1D | D1 | 0 | 58 | D | 6 | 135 | 57 | 35 |
| Octal | 357 | 35 | 321 | 0 | 130 | 15 | 6 | 465 | 127 | 65 |
| Binary | 11101111 | 11101 | 11010001 | 0 | 1011000 | 1101 | 110 | 100110101 | 1010111 | 110101 |
Color Harmonies of #EF1DD1
Complementary color
Monochromatic Colors of #EF1DD1
Black with #EF1DD1
Text Example
Text Example
White with #EF1DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1DD1; }
p { color: rgb(239,29,209); }
H1.HeaderClassName
{
color: #EF1DD1;
}
.AnyTagClassName
{
color: #EF1DD1;
}
</style>
background-color css
<style>
a { background-color: #EF1DD1; }
a { background-color: rgb(239,29,209); }
div.DivClassName
{
background-color: #EF1DD1;
}
.BgClassName
{
background-color: #EF1DD1;
}
</style>
border-color css
<style>
span { border-color: #EF1DD1; }
span { border-color: rgb(239,29,209); }
td.TdClassName
{
border-color: #EF1DD1;
}
.TagClassName
{
border-color: #EF1DD1;
}
</style>