Shades of Deep Pink #EF0485
Tints of Deep Pink #EF0485
RGB
CMYK
RGB Variations
Color information
#EF0485 (or 0xEF0485) is known color: Deep Pink. HEX triplet: EF, 04 and 85. RGB value is (239,4,133). Sum of RGB (Red+Green+Blue) = 239+4+133=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0485 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0485 is #10FB7A. Grayscale: #585858. Windows color (decimal): -1112955 or 8717551. OLE color: 8717551.
HSL color Cylindrical-coordinate representation of color #EF0485: hue angle of 327.06º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0485 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 133 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.06 |
| HSL | 327.06º | 0.97% | 0.48% | - |
| HSV(B) | 327.06º | 0.98% | 0.94% | - |
| XYZ | 39.87 | 20.13 | 23.97 | - |
| YUV | 88.97 | 152.86 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 133 | 0 | 0.98 | 0.44 | 0.06 | 327.06 | 0.97 | 0.48 |
| Hex | EF | 4 | 85 | 0 | 62 | 2C | 6 | 147 | 61 | 30 |
| Octal | 357 | 4 | 205 | 0 | 142 | 54 | 6 | 507 | 141 | 60 |
| Binary | 11101111 | 100 | 10000101 | 0 | 1100010 | 101100 | 110 | 101000111 | 1100001 | 110000 |
Color Harmonies of #EF0485
Complementary color
Monochromatic Colors of #EF0485
Black with #EF0485
Text Example
Text Example
White with #EF0485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0485; }
p { color: rgb(239,4,133); }
H1.HeaderClassName
{
color: #EF0485;
}
.AnyTagClassName
{
color: #EF0485;
}
</style>
background-color css
<style>
a { background-color: #EF0485; }
a { background-color: rgb(239,4,133); }
div.DivClassName
{
background-color: #EF0485;
}
.BgClassName
{
background-color: #EF0485;
}
</style>
border-color css
<style>
span { border-color: #EF0485; }
span { border-color: rgb(239,4,133); }
td.TdClassName
{
border-color: #EF0485;
}
.TagClassName
{
border-color: #EF0485;
}
</style>