Shades of Deep Pink #EF1685
Tints of Deep Pink #EF1685
RGB
CMYK
RGB Variations
Color information
#EF1685 (or 0xEF1685) is known color: Deep Pink. HEX triplet: EF, 16 and 85. RGB value is (239,22,133). Sum of RGB (Red+Green+Blue) = 239+22+133=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1685 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1685 is #10E97A. Grayscale: #636363. Windows color (decimal): -1108347 or 8722159. OLE color: 8722159.
HSL color Cylindrical-coordinate representation of color #EF1685: hue angle of 329.31º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF1685 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 133 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.06 |
| HSL | 329.31º | 0.87% | 0.51% | - |
| HSV(B) | 329.31º | 0.91% | 0.94% | - |
| XYZ | 40.12 | 20.62 | 24.06 | - |
| YUV | 99.54 | 146.89 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 133 | 0 | 0.91 | 0.44 | 0.06 | 329.31 | 0.87 | 0.51 |
| Hex | EF | 16 | 85 | 0 | 5B | 2C | 6 | 149 | 57 | 33 |
| Octal | 357 | 26 | 205 | 0 | 133 | 54 | 6 | 511 | 127 | 63 |
| Binary | 11101111 | 10110 | 10000101 | 0 | 1011011 | 101100 | 110 | 101001001 | 1010111 | 110011 |
Color Harmonies of #EF1685
Complementary color
Monochromatic Colors of #EF1685
Black with #EF1685
Text Example
Text Example
White with #EF1685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1685; }
p { color: rgb(239,22,133); }
H1.HeaderClassName
{
color: #EF1685;
}
.AnyTagClassName
{
color: #EF1685;
}
</style>
background-color css
<style>
a { background-color: #EF1685; }
a { background-color: rgb(239,22,133); }
div.DivClassName
{
background-color: #EF1685;
}
.BgClassName
{
background-color: #EF1685;
}
</style>
border-color css
<style>
span { border-color: #EF1685; }
span { border-color: rgb(239,22,133); }
td.TdClassName
{
border-color: #EF1685;
}
.TagClassName
{
border-color: #EF1685;
}
</style>