Shades of Shocking Pink #EF1ADC
Tints of Shocking Pink #EF1ADC
RGB
CMYK
RGB Variations
Color information
#EF1ADC (or 0xEF1ADC) is known color: Shocking Pink. HEX triplet: EF, 1A and DC. RGB value is (239,26,220). Sum of RGB (Red+Green+Blue) = 239+26+220=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 26 (10.55% from 255 or 5.36% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ADC is #10E523. Grayscale: #6F6F6F. Windows color (decimal): -1107236 or 14424815. OLE color: 14424815.
HSL color Cylindrical-coordinate representation of color #EF1ADC: hue angle of 305.35º 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 #EF1ADC is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 220 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.06 |
| HSL | 305.35º | 0.87% | 0.52% | - |
| HSV(B) | 305.35º | 0.89% | 0.94% | - |
| XYZ | 48.88 | 24.26 | 69.82 | - |
| YUV | 111.8 | 189.07 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 220 | 0 | 0.89 | 0.08 | 0.06 | 305.35 | 0.87 | 0.52 |
| Hex | EF | 1A | DC | 0 | 59 | 8 | 6 | 131 | 57 | 34 |
| Octal | 357 | 32 | 334 | 0 | 131 | 10 | 6 | 461 | 127 | 64 |
| Binary | 11101111 | 11010 | 11011100 | 0 | 1011001 | 1000 | 110 | 100110001 | 1010111 | 110100 |
Color Harmonies of #EF1ADC
Complementary color
Monochromatic Colors of #EF1ADC
Black with #EF1ADC
Text Example
Text Example
White with #EF1ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1ADC; }
p { color: rgb(239,26,220); }
H1.HeaderClassName
{
color: #EF1ADC;
}
.AnyTagClassName
{
color: #EF1ADC;
}
</style>
background-color css
<style>
a { background-color: #EF1ADC; }
a { background-color: rgb(239,26,220); }
div.DivClassName
{
background-color: #EF1ADC;
}
.BgClassName
{
background-color: #EF1ADC;
}
</style>
border-color css
<style>
span { border-color: #EF1ADC; }
span { border-color: rgb(239,26,220); }
td.TdClassName
{
border-color: #EF1ADC;
}
.TagClassName
{
border-color: #EF1ADC;
}
</style>