Shades of Deep Pink #EF0D92
Tints of Deep Pink #EF0D92
RGB
CMYK
RGB Variations
Color information
#EF0D92 (or 0xEF0D92) is known color: Deep Pink. HEX triplet: EF, 0D and 92. RGB value is (239,13,146). Sum of RGB (Red+Green+Blue) = 239+13+146=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0D92 is #10F26D. Grayscale: #5F5F5F. Windows color (decimal): -1110638 or 9571823. OLE color: 9571823.
HSL color Cylindrical-coordinate representation of color #EF0D92: hue angle of 324.69º 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 #EF0D92 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 146 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.06 |
| HSL | 324.69º | 0.9% | 0.49% | - |
| HSV(B) | 324.69º | 0.95% | 0.94% | - |
| XYZ | 40.93 | 20.71 | 29.04 | - |
| YUV | 95.74 | 156.37 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 146 | 0 | 0.95 | 0.39 | 0.06 | 324.69 | 0.9 | 0.49 |
| Hex | EF | D | 92 | 0 | 5F | 27 | 6 | 145 | 5A | 31 |
| Octal | 357 | 15 | 222 | 0 | 137 | 47 | 6 | 505 | 132 | 61 |
| Binary | 11101111 | 1101 | 10010010 | 0 | 1011111 | 100111 | 110 | 101000101 | 1011010 | 110001 |
Color Harmonies of #EF0D92
Complementary color
Monochromatic Colors of #EF0D92
Black with #EF0D92
Text Example
Text Example
White with #EF0D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0D92; }
p { color: rgb(239,13,146); }
H1.HeaderClassName
{
color: #EF0D92;
}
.AnyTagClassName
{
color: #EF0D92;
}
</style>
background-color css
<style>
a { background-color: #EF0D92; }
a { background-color: rgb(239,13,146); }
div.DivClassName
{
background-color: #EF0D92;
}
.BgClassName
{
background-color: #EF0D92;
}
</style>
border-color css
<style>
span { border-color: #EF0D92; }
span { border-color: rgb(239,13,146); }
td.TdClassName
{
border-color: #EF0D92;
}
.TagClassName
{
border-color: #EF0D92;
}
</style>