Shades of Shocking Pink #EF0DB7
Tints of Shocking Pink #EF0DB7
RGB
CMYK
RGB Variations
Color information
#EF0DB7 (or 0xEF0DB7) is known color: Shocking Pink. HEX triplet: EF, 0D and B7. RGB value is (239,13,183). Sum of RGB (Red+Green+Blue) = 239+13+183=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0DB7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0DB7 is #10F248. Grayscale: #636363. Windows color (decimal): -1110601 or 11996655. OLE color: 11996655.
HSL color Cylindrical-coordinate representation of color #EF0DB7: hue angle of 314.87º 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 #EF0DB7 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 183 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.06 |
| HSL | 314.87º | 0.9% | 0.49% | - |
| HSV(B) | 314.87º | 0.95% | 0.94% | - |
| XYZ | 44.29 | 22.06 | 46.72 | - |
| YUV | 99.95 | 174.87 | 227.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 183 | 0 | 0.95 | 0.23 | 0.06 | 314.87 | 0.9 | 0.49 |
| Hex | EF | D | B7 | 0 | 5F | 17 | 6 | 13B | 5A | 31 |
| Octal | 357 | 15 | 267 | 0 | 137 | 27 | 6 | 473 | 132 | 61 |
| Binary | 11101111 | 1101 | 10110111 | 0 | 1011111 | 10111 | 110 | 100111011 | 1011010 | 110001 |
Color Harmonies of #EF0DB7
Complementary color
Monochromatic Colors of #EF0DB7
Black with #EF0DB7
Text Example
Text Example
White with #EF0DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0DB7; }
p { color: rgb(239,13,183); }
H1.HeaderClassName
{
color: #EF0DB7;
}
.AnyTagClassName
{
color: #EF0DB7;
}
</style>
background-color css
<style>
a { background-color: #EF0DB7; }
a { background-color: rgb(239,13,183); }
div.DivClassName
{
background-color: #EF0DB7;
}
.BgClassName
{
background-color: #EF0DB7;
}
</style>
border-color css
<style>
span { border-color: #EF0DB7; }
span { border-color: rgb(239,13,183); }
td.TdClassName
{
border-color: #EF0DB7;
}
.TagClassName
{
border-color: #EF0DB7;
}
</style>