Shades of Shocking Pink #EF1DD2
Tints of Shocking Pink #EF1DD2
RGB
CMYK
RGB Variations
Color information
#EF1DD2 (or 0xEF1DD2) is known color: Shocking Pink. HEX triplet: EF, 1D and D2. RGB value is (239,29,210). Sum of RGB (Red+Green+Blue) = 239+29+210=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 29 (11.72% from 255 or 6.07% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1DD2 is #10E22D. Grayscale: #6F6F6F. Windows color (decimal): -1106478 or 13770223. OLE color: 13770223.
HSL color Cylindrical-coordinate representation of color #EF1DD2: hue angle of 308.29º 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 #EF1DD2 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 210 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.06 |
| HSL | 308.29º | 0.87% | 0.53% | - |
| HSV(B) | 308.29º | 0.88% | 0.94% | - |
| XYZ | 47.67 | 23.88 | 63.07 | - |
| YUV | 112.42 | 183.07 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 210 | 0 | 0.88 | 0.12 | 0.06 | 308.29 | 0.87 | 0.53 |
| Hex | EF | 1D | D2 | 0 | 58 | C | 6 | 134 | 57 | 35 |
| Octal | 357 | 35 | 322 | 0 | 130 | 14 | 6 | 464 | 127 | 65 |
| Binary | 11101111 | 11101 | 11010010 | 0 | 1011000 | 1100 | 110 | 100110100 | 1010111 | 110101 |
Color Harmonies of #EF1DD2
Complementary color
Monochromatic Colors of #EF1DD2
Black with #EF1DD2
Text Example
Text Example
White with #EF1DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1DD2; }
p { color: rgb(239,29,210); }
H1.HeaderClassName
{
color: #EF1DD2;
}
.AnyTagClassName
{
color: #EF1DD2;
}
</style>
background-color css
<style>
a { background-color: #EF1DD2; }
a { background-color: rgb(239,29,210); }
div.DivClassName
{
background-color: #EF1DD2;
}
.BgClassName
{
background-color: #EF1DD2;
}
</style>
border-color css
<style>
span { border-color: #EF1DD2; }
span { border-color: rgb(239,29,210); }
td.TdClassName
{
border-color: #EF1DD2;
}
.TagClassName
{
border-color: #EF1DD2;
}
</style>