Shades of Shocking Pink #EF1ADA
Tints of Shocking Pink #EF1ADA
RGB
CMYK
RGB Variations
Color information
#EF1ADA (or 0xEF1ADA) is known color: Shocking Pink. HEX triplet: EF, 1A and DA. RGB value is (239,26,218). Sum of RGB (Red+Green+Blue) = 239+26+218=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 26 (10.55% from 255 or 5.38% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ADA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ADA is #10E525. Grayscale: #6F6F6F. Windows color (decimal): -1107238 or 14293743. OLE color: 14293743.
HSL color Cylindrical-coordinate representation of color #EF1ADA: hue angle of 305.92º 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 #EF1ADA is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 218 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.06 |
| HSL | 305.92º | 0.87% | 0.52% | - |
| HSV(B) | 305.92º | 0.89% | 0.94% | - |
| XYZ | 48.62 | 24.15 | 68.43 | - |
| YUV | 111.58 | 188.07 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 218 | 0 | 0.89 | 0.09 | 0.06 | 305.92 | 0.87 | 0.52 |
| Hex | EF | 1A | DA | 0 | 59 | 9 | 6 | 132 | 57 | 34 |
| Octal | 357 | 32 | 332 | 0 | 131 | 11 | 6 | 462 | 127 | 64 |
| Binary | 11101111 | 11010 | 11011010 | 0 | 1011001 | 1001 | 110 | 100110010 | 1010111 | 110100 |
Color Harmonies of #EF1ADA
Complementary color
Monochromatic Colors of #EF1ADA
Black with #EF1ADA
Text Example
Text Example
White with #EF1ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1ADA; }
p { color: rgb(239,26,218); }
H1.HeaderClassName
{
color: #EF1ADA;
}
.AnyTagClassName
{
color: #EF1ADA;
}
</style>
background-color css
<style>
a { background-color: #EF1ADA; }
a { background-color: rgb(239,26,218); }
div.DivClassName
{
background-color: #EF1ADA;
}
.BgClassName
{
background-color: #EF1ADA;
}
</style>
border-color css
<style>
span { border-color: #EF1ADA; }
span { border-color: rgb(239,26,218); }
td.TdClassName
{
border-color: #EF1ADA;
}
.TagClassName
{
border-color: #EF1ADA;
}
</style>