Shades of Deep Pink #EF0183
Tints of Deep Pink #EF0183
RGB
CMYK
RGB Variations
Color information
#EF0183 (or 0xEF0183) is known color: Deep Pink. HEX triplet: EF, 01 and 83. RGB value is (239,1,131). Sum of RGB (Red+Green+Blue) = 239+1+131=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0183 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0183 is #10FE7C. Grayscale: #565656. Windows color (decimal): -1113725 or 8585711. OLE color: 8585711.
HSL color Cylindrical-coordinate representation of color #EF0183: hue angle of 327.23º 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 #EF0183 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 131 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.06 |
| HSL | 327.23º | 0.99% | 0.47% | - |
| HSV(B) | 327.23º | 1% | 0.94% | - |
| XYZ | 39.7 | 20.01 | 23.24 | - |
| YUV | 86.98 | 152.85 | 236.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 131 | 0 | 1.00 | 0.45 | 0.06 | 327.23 | 0.99 | 0.47 |
| Hex | EF | 1 | 83 | 0 | 64 | 2D | 6 | 147 | 63 | 2F |
| Octal | 357 | 1 | 203 | 0 | 144 | 55 | 6 | 507 | 143 | 57 |
| Binary | 11101111 | 1 | 10000011 | 0 | 1100100 | 101101 | 110 | 101000111 | 1100011 | 101111 |
Color Harmonies of #EF0183
Complementary color
Monochromatic Colors of #EF0183
Black with #EF0183
Text Example
Text Example
White with #EF0183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0183; }
p { color: rgb(239,1,131); }
H1.HeaderClassName
{
color: #EF0183;
}
.AnyTagClassName
{
color: #EF0183;
}
</style>
background-color css
<style>
a { background-color: #EF0183; }
a { background-color: rgb(239,1,131); }
div.DivClassName
{
background-color: #EF0183;
}
.BgClassName
{
background-color: #EF0183;
}
</style>
border-color css
<style>
span { border-color: #EF0183; }
span { border-color: rgb(239,1,131); }
td.TdClassName
{
border-color: #EF0183;
}
.TagClassName
{
border-color: #EF0183;
}
</style>