Shades of Deep Pink #EF017D
Tints of Deep Pink #EF017D
RGB
CMYK
RGB Variations
Color information
#EF017D (or 0xEF017D) is known color: Deep Pink. HEX triplet: EF, 01 and 7D. RGB value is (239,1,125). Sum of RGB (Red+Green+Blue) = 239+1+125=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF017D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF017D is #10FE82. Grayscale: #565656. Windows color (decimal): -1113731 or 8192495. OLE color: 8192495.
HSL color Cylindrical-coordinate representation of color #EF017D: hue angle of 328.74º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF017D is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 125 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.06 |
| HSL | 328.74º | 0.99% | 0.47% | - |
| HSV(B) | 328.74º | 1% | 0.94% | - |
| XYZ | 39.31 | 19.85 | 21.16 | - |
| YUV | 86.3 | 149.85 | 236.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 125 | 0 | 1.00 | 0.48 | 0.06 | 328.74 | 0.99 | 0.47 |
| Hex | EF | 1 | 7D | 0 | 64 | 30 | 6 | 149 | 63 | 2F |
| Octal | 357 | 1 | 175 | 0 | 144 | 60 | 6 | 511 | 143 | 57 |
| Binary | 11101111 | 1 | 1111101 | 0 | 1100100 | 110000 | 110 | 101001001 | 1100011 | 101111 |
Color Harmonies of #EF017D
Complementary color
Monochromatic Colors of #EF017D
Black with #EF017D
Text Example
Text Example
White with #EF017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF017D; }
p { color: rgb(239,1,125); }
H1.HeaderClassName
{
color: #EF017D;
}
.AnyTagClassName
{
color: #EF017D;
}
</style>
background-color css
<style>
a { background-color: #EF017D; }
a { background-color: rgb(239,1,125); }
div.DivClassName
{
background-color: #EF017D;
}
.BgClassName
{
background-color: #EF017D;
}
</style>
border-color css
<style>
span { border-color: #EF017D; }
span { border-color: rgb(239,1,125); }
td.TdClassName
{
border-color: #EF017D;
}
.TagClassName
{
border-color: #EF017D;
}
</style>