Shades of Shocking Pink #EF11B9
Tints of Shocking Pink #EF11B9
RGB
CMYK
RGB Variations
Color information
#EF11B9 (or 0xEF11B9) is known color: Shocking Pink. HEX triplet: EF, 11 and B9. RGB value is (239,17,185). Sum of RGB (Red+Green+Blue) = 239+17+185=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF11B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF11B9 is #10EE46. Grayscale: #666666. Windows color (decimal): -1109575 or 12128751. OLE color: 12128751.
HSL color Cylindrical-coordinate representation of color #EF11B9: hue angle of 314.59º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF11B9 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 185 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.06 |
| HSL | 314.59º | 0.87% | 0.5% | - |
| HSV(B) | 314.59º | 0.93% | 0.94% | - |
| XYZ | 44.55 | 22.25 | 47.85 | - |
| YUV | 102.53 | 174.55 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 185 | 0 | 0.93 | 0.23 | 0.06 | 314.59 | 0.87 | 0.5 |
| Hex | EF | 11 | B9 | 0 | 5D | 17 | 6 | 13B | 57 | 32 |
| Octal | 357 | 21 | 271 | 0 | 135 | 27 | 6 | 473 | 127 | 62 |
| Binary | 11101111 | 10001 | 10111001 | 0 | 1011101 | 10111 | 110 | 100111011 | 1010111 | 110010 |
Color Harmonies of #EF11B9
Complementary color
Monochromatic Colors of #EF11B9
Black with #EF11B9
Text Example
Text Example
White with #EF11B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF11B9; }
p { color: rgb(239,17,185); }
H1.HeaderClassName
{
color: #EF11B9;
}
.AnyTagClassName
{
color: #EF11B9;
}
</style>
background-color css
<style>
a { background-color: #EF11B9; }
a { background-color: rgb(239,17,185); }
div.DivClassName
{
background-color: #EF11B9;
}
.BgClassName
{
background-color: #EF11B9;
}
</style>
border-color css
<style>
span { border-color: #EF11B9; }
span { border-color: rgb(239,17,185); }
td.TdClassName
{
border-color: #EF11B9;
}
.TagClassName
{
border-color: #EF11B9;
}
</style>