Shades of Shocking Pink #EF1DCD
Tints of Shocking Pink #EF1DCD
RGB
CMYK
RGB Variations
Color information
#EF1DCD (or 0xEF1DCD) is known color: Shocking Pink. HEX triplet: EF, 1D and CD. RGB value is (239,29,205). Sum of RGB (Red+Green+Blue) = 239+29+205=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1DCD is #10E232. Grayscale: #6F6F6F. Windows color (decimal): -1106483 or 13442543. OLE color: 13442543.
HSL color Cylindrical-coordinate representation of color #EF1DCD: hue angle of 309.71º 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 #EF1DCD is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 205 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.06 |
| HSL | 309.71º | 0.87% | 0.53% | - |
| HSV(B) | 309.71º | 0.88% | 0.94% | - |
| XYZ | 47.06 | 23.64 | 59.84 | - |
| YUV | 111.85 | 180.57 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 205 | 0 | 0.88 | 0.14 | 0.06 | 309.71 | 0.87 | 0.53 |
| Hex | EF | 1D | CD | 0 | 58 | E | 6 | 136 | 57 | 35 |
| Octal | 357 | 35 | 315 | 0 | 130 | 16 | 6 | 466 | 127 | 65 |
| Binary | 11101111 | 11101 | 11001101 | 0 | 1011000 | 1110 | 110 | 100110110 | 1010111 | 110101 |
Color Harmonies of #EF1DCD
Complementary color
Monochromatic Colors of #EF1DCD
Black with #EF1DCD
Text Example
Text Example
White with #EF1DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1DCD; }
p { color: rgb(239,29,205); }
H1.HeaderClassName
{
color: #EF1DCD;
}
.AnyTagClassName
{
color: #EF1DCD;
}
</style>
background-color css
<style>
a { background-color: #EF1DCD; }
a { background-color: rgb(239,29,205); }
div.DivClassName
{
background-color: #EF1DCD;
}
.BgClassName
{
background-color: #EF1DCD;
}
</style>
border-color css
<style>
span { border-color: #EF1DCD; }
span { border-color: rgb(239,29,205); }
td.TdClassName
{
border-color: #EF1DCD;
}
.TagClassName
{
border-color: #EF1DCD;
}
</style>