Shades of Deep Pink #EF0685
Tints of Deep Pink #EF0685
RGB
CMYK
RGB Variations
Color information
#EF0685 (or 0xEF0685) is known color: Deep Pink. HEX triplet: EF, 06 and 85. RGB value is (239,6,133). Sum of RGB (Red+Green+Blue) = 239+6+133=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0685 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0685 is #10F97A. Grayscale: #595959. Windows color (decimal): -1112443 or 8718063. OLE color: 8718063.
HSL color Cylindrical-coordinate representation of color #EF0685: hue angle of 327.3º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0685 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 133 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.06 |
| HSL | 327.3º | 0.95% | 0.48% | - |
| HSV(B) | 327.3º | 0.97% | 0.94% | - |
| XYZ | 39.9 | 20.17 | 23.98 | - |
| YUV | 90.15 | 152.19 | 234.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 133 | 0 | 0.97 | 0.44 | 0.06 | 327.3 | 0.95 | 0.48 |
| Hex | EF | 6 | 85 | 0 | 61 | 2C | 6 | 147 | 5F | 30 |
| Octal | 357 | 6 | 205 | 0 | 141 | 54 | 6 | 507 | 137 | 60 |
| Binary | 11101111 | 110 | 10000101 | 0 | 1100001 | 101100 | 110 | 101000111 | 1011111 | 110000 |
Color Harmonies of #EF0685
Complementary color
Monochromatic Colors of #EF0685
Black with #EF0685
Text Example
Text Example
White with #EF0685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0685; }
p { color: rgb(239,6,133); }
H1.HeaderClassName
{
color: #EF0685;
}
.AnyTagClassName
{
color: #EF0685;
}
</style>
background-color css
<style>
a { background-color: #EF0685; }
a { background-color: rgb(239,6,133); }
div.DivClassName
{
background-color: #EF0685;
}
.BgClassName
{
background-color: #EF0685;
}
</style>
border-color css
<style>
span { border-color: #EF0685; }
span { border-color: rgb(239,6,133); }
td.TdClassName
{
border-color: #EF0685;
}
.TagClassName
{
border-color: #EF0685;
}
</style>