Shades of Deep Pink #EF0185
Tints of Deep Pink #EF0185
RGB
CMYK
RGB Variations
Color information
#EF0185 (or 0xEF0185) is known color: Deep Pink. HEX triplet: EF, 01 and 85. RGB value is (239,1,133). Sum of RGB (Red+Green+Blue) = 239+1+133=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0185 is #10FE7A. Grayscale: #565656. Windows color (decimal): -1113723 or 8716783. OLE color: 8716783.
HSL color Cylindrical-coordinate representation of color #EF0185: hue angle of 326.72º 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 #EF0185 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 133 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.06 |
| HSL | 326.72º | 0.99% | 0.47% | - |
| HSV(B) | 326.72º | 1% | 0.94% | - |
| XYZ | 39.84 | 20.07 | 23.96 | - |
| YUV | 87.21 | 153.85 | 236.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 133 | 0 | 1.00 | 0.44 | 0.06 | 326.72 | 0.99 | 0.47 |
| Hex | EF | 1 | 85 | 0 | 64 | 2C | 6 | 147 | 63 | 2F |
| Octal | 357 | 1 | 205 | 0 | 144 | 54 | 6 | 507 | 143 | 57 |
| Binary | 11101111 | 1 | 10000101 | 0 | 1100100 | 101100 | 110 | 101000111 | 1100011 | 101111 |
Color Harmonies of #EF0185
Complementary color
Monochromatic Colors of #EF0185
Black with #EF0185
Text Example
Text Example
White with #EF0185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0185; }
p { color: rgb(239,1,133); }
H1.HeaderClassName
{
color: #EF0185;
}
.AnyTagClassName
{
color: #EF0185;
}
</style>
background-color css
<style>
a { background-color: #EF0185; }
a { background-color: rgb(239,1,133); }
div.DivClassName
{
background-color: #EF0185;
}
.BgClassName
{
background-color: #EF0185;
}
</style>
border-color css
<style>
span { border-color: #EF0185; }
span { border-color: rgb(239,1,133); }
td.TdClassName
{
border-color: #EF0185;
}
.TagClassName
{
border-color: #EF0185;
}
</style>