Shades of Shocking Pink #EF1ABD
Tints of Shocking Pink #EF1ABD
RGB
CMYK
RGB Variations
Color information
#EF1ABD (or 0xEF1ABD) is known color: Shocking Pink. HEX triplet: EF, 1A and BD. RGB value is (239,26,189). Sum of RGB (Red+Green+Blue) = 239+26+189=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 26 (10.55% from 255 or 5.73% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ABD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ABD is #10E542. Grayscale: #6B6B6B. Windows color (decimal): -1107267 or 12393199. OLE color: 12393199.
HSL color Cylindrical-coordinate representation of color #EF1ABD: hue angle of 314.08º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1ABD is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 189 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.06 |
| HSL | 314.08º | 0.87% | 0.52% | - |
| HSV(B) | 314.08º | 0.89% | 0.94% | - |
| XYZ | 45.15 | 22.76 | 50.16 | - |
| YUV | 108.27 | 173.57 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 189 | 0 | 0.89 | 0.21 | 0.06 | 314.08 | 0.87 | 0.52 |
| Hex | EF | 1A | BD | 0 | 59 | 15 | 6 | 13A | 57 | 34 |
| Octal | 357 | 32 | 275 | 0 | 131 | 25 | 6 | 472 | 127 | 64 |
| Binary | 11101111 | 11010 | 10111101 | 0 | 1011001 | 10101 | 110 | 100111010 | 1010111 | 110100 |
Color Harmonies of #EF1ABD
Complementary color
Monochromatic Colors of #EF1ABD
Black with #EF1ABD
Text Example
Text Example
White with #EF1ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1ABD; }
p { color: rgb(239,26,189); }
H1.HeaderClassName
{
color: #EF1ABD;
}
.AnyTagClassName
{
color: #EF1ABD;
}
</style>
background-color css
<style>
a { background-color: #EF1ABD; }
a { background-color: rgb(239,26,189); }
div.DivClassName
{
background-color: #EF1ABD;
}
.BgClassName
{
background-color: #EF1ABD;
}
</style>
border-color css
<style>
span { border-color: #EF1ABD; }
span { border-color: rgb(239,26,189); }
td.TdClassName
{
border-color: #EF1ABD;
}
.TagClassName
{
border-color: #EF1ABD;
}
</style>