Shades of Shocking Pink #EF0DB9
Tints of Shocking Pink #EF0DB9
RGB
CMYK
RGB Variations
Color information
#EF0DB9 (or 0xEF0DB9) is known color: Shocking Pink. HEX triplet: EF, 0D and B9. RGB value is (239,13,185). Sum of RGB (Red+Green+Blue) = 239+13+185=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0DB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0DB9 is #10F246. Grayscale: #636363. Windows color (decimal): -1110599 or 12127727. OLE color: 12127727.
HSL color Cylindrical-coordinate representation of color #EF0DB9: hue angle of 314.34º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0DB9 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 185 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.06 |
| HSL | 314.34º | 0.9% | 0.49% | - |
| HSV(B) | 314.34º | 0.95% | 0.94% | - |
| XYZ | 44.5 | 22.14 | 47.83 | - |
| YUV | 100.18 | 175.87 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 185 | 0 | 0.95 | 0.23 | 0.06 | 314.34 | 0.9 | 0.49 |
| Hex | EF | D | B9 | 0 | 5F | 17 | 6 | 13A | 5A | 31 |
| Octal | 357 | 15 | 271 | 0 | 137 | 27 | 6 | 472 | 132 | 61 |
| Binary | 11101111 | 1101 | 10111001 | 0 | 1011111 | 10111 | 110 | 100111010 | 1011010 | 110001 |
Color Harmonies of #EF0DB9
Complementary color
Monochromatic Colors of #EF0DB9
Black with #EF0DB9
Text Example
Text Example
White with #EF0DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0DB9; }
p { color: rgb(239,13,185); }
H1.HeaderClassName
{
color: #EF0DB9;
}
.AnyTagClassName
{
color: #EF0DB9;
}
</style>
background-color css
<style>
a { background-color: #EF0DB9; }
a { background-color: rgb(239,13,185); }
div.DivClassName
{
background-color: #EF0DB9;
}
.BgClassName
{
background-color: #EF0DB9;
}
</style>
border-color css
<style>
span { border-color: #EF0DB9; }
span { border-color: rgb(239,13,185); }
td.TdClassName
{
border-color: #EF0DB9;
}
.TagClassName
{
border-color: #EF0DB9;
}
</style>