Shades of Deep Pink #EF0184
Tints of Deep Pink #EF0184
RGB
CMYK
RGB Variations
Color information
#EF0184 (or 0xEF0184) is known color: Deep Pink. HEX triplet: EF, 01 and 84. RGB value is (239,1,132). Sum of RGB (Red+Green+Blue) = 239+1+132=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0184 is #10FE7B. Grayscale: #565656. Windows color (decimal): -1113724 or 8651247. OLE color: 8651247.
HSL color Cylindrical-coordinate representation of color #EF0184: hue angle of 326.97º 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 #EF0184 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 132 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.06 |
| HSL | 326.97º | 0.99% | 0.47% | - |
| HSV(B) | 326.97º | 1% | 0.94% | - |
| XYZ | 39.77 | 20.04 | 23.6 | - |
| YUV | 87.1 | 153.35 | 236.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 132 | 0 | 1.00 | 0.45 | 0.06 | 326.97 | 0.99 | 0.47 |
| Hex | EF | 1 | 84 | 0 | 64 | 2D | 6 | 147 | 63 | 2F |
| Octal | 357 | 1 | 204 | 0 | 144 | 55 | 6 | 507 | 143 | 57 |
| Binary | 11101111 | 1 | 10000100 | 0 | 1100100 | 101101 | 110 | 101000111 | 1100011 | 101111 |
Color Harmonies of #EF0184
Complementary color
Monochromatic Colors of #EF0184
Black with #EF0184
Text Example
Text Example
White with #EF0184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0184; }
p { color: rgb(239,1,132); }
H1.HeaderClassName
{
color: #EF0184;
}
.AnyTagClassName
{
color: #EF0184;
}
</style>
background-color css
<style>
a { background-color: #EF0184; }
a { background-color: rgb(239,1,132); }
div.DivClassName
{
background-color: #EF0184;
}
.BgClassName
{
background-color: #EF0184;
}
</style>
border-color css
<style>
span { border-color: #EF0184; }
span { border-color: rgb(239,1,132); }
td.TdClassName
{
border-color: #EF0184;
}
.TagClassName
{
border-color: #EF0184;
}
</style>