Shades of Shocking Pink #EF1DBA
Tints of Shocking Pink #EF1DBA
RGB
CMYK
RGB Variations
Color information
#EF1DBA (or 0xEF1DBA) is known color: Shocking Pink. HEX triplet: EF, 1D and BA. RGB value is (239,29,186). Sum of RGB (Red+Green+Blue) = 239+29+186=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 29 (11.72% from 255 or 6.39% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1DBA is #10E245. Grayscale: #6D6D6D. Windows color (decimal): -1106502 or 12197359. OLE color: 12197359.
HSL color Cylindrical-coordinate representation of color #EF1DBA: hue angle of 315.14º 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 #EF1DBA is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 186 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.06 |
| HSL | 315.14º | 0.87% | 0.53% | - |
| HSV(B) | 315.14º | 0.88% | 0.94% | - |
| XYZ | 44.9 | 22.77 | 48.48 | - |
| YUV | 109.69 | 171.07 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 186 | 0 | 0.88 | 0.22 | 0.06 | 315.14 | 0.87 | 0.53 |
| Hex | EF | 1D | BA | 0 | 58 | 16 | 6 | 13B | 57 | 35 |
| Octal | 357 | 35 | 272 | 0 | 130 | 26 | 6 | 473 | 127 | 65 |
| Binary | 11101111 | 11101 | 10111010 | 0 | 1011000 | 10110 | 110 | 100111011 | 1010111 | 110101 |
Color Harmonies of #EF1DBA
Complementary color
Monochromatic Colors of #EF1DBA
Black with #EF1DBA
Text Example
Text Example
White with #EF1DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1DBA; }
p { color: rgb(239,29,186); }
H1.HeaderClassName
{
color: #EF1DBA;
}
.AnyTagClassName
{
color: #EF1DBA;
}
</style>
background-color css
<style>
a { background-color: #EF1DBA; }
a { background-color: rgb(239,29,186); }
div.DivClassName
{
background-color: #EF1DBA;
}
.BgClassName
{
background-color: #EF1DBA;
}
</style>
border-color css
<style>
span { border-color: #EF1DBA; }
span { border-color: rgb(239,29,186); }
td.TdClassName
{
border-color: #EF1DBA;
}
.TagClassName
{
border-color: #EF1DBA;
}
</style>