Shades of Shocking Pink #EF1AD0
Tints of Shocking Pink #EF1AD0
RGB
CMYK
RGB Variations
Color information
#EF1AD0 (or 0xEF1AD0) is known color: Shocking Pink. HEX triplet: EF, 1A and D0. RGB value is (239,26,208). Sum of RGB (Red+Green+Blue) = 239+26+208=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 26 (10.55% from 255 or 5.50% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1AD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1AD0 is #10E52F. Grayscale: #6D6D6D. Windows color (decimal): -1107248 or 13638383. OLE color: 13638383.
HSL color Cylindrical-coordinate representation of color #EF1AD0: hue angle of 308.73º 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 #EF1AD0 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 208 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.06 |
| HSL | 308.73º | 0.87% | 0.52% | - |
| HSV(B) | 308.73º | 0.89% | 0.94% | - |
| XYZ | 47.35 | 23.64 | 61.74 | - |
| YUV | 110.44 | 183.07 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 208 | 0 | 0.89 | 0.13 | 0.06 | 308.73 | 0.87 | 0.52 |
| Hex | EF | 1A | D0 | 0 | 59 | D | 6 | 135 | 57 | 34 |
| Octal | 357 | 32 | 320 | 0 | 131 | 15 | 6 | 465 | 127 | 64 |
| Binary | 11101111 | 11010 | 11010000 | 0 | 1011001 | 1101 | 110 | 100110101 | 1010111 | 110100 |
Color Harmonies of #EF1AD0
Complementary color
Monochromatic Colors of #EF1AD0
Black with #EF1AD0
Text Example
Text Example
White with #EF1AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1AD0; }
p { color: rgb(239,26,208); }
H1.HeaderClassName
{
color: #EF1AD0;
}
.AnyTagClassName
{
color: #EF1AD0;
}
</style>
background-color css
<style>
a { background-color: #EF1AD0; }
a { background-color: rgb(239,26,208); }
div.DivClassName
{
background-color: #EF1AD0;
}
.BgClassName
{
background-color: #EF1AD0;
}
</style>
border-color css
<style>
span { border-color: #EF1AD0; }
span { border-color: rgb(239,26,208); }
td.TdClassName
{
border-color: #EF1AD0;
}
.TagClassName
{
border-color: #EF1AD0;
}
</style>