Shades of Deep Pink #EF0388
Tints of Deep Pink #EF0388
RGB
CMYK
RGB Variations
Color information
#EF0388 (or 0xEF0388) is known color: Deep Pink. HEX triplet: EF, 03 and 88. RGB value is (239,3,136). Sum of RGB (Red+Green+Blue) = 239+3+136=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0388 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0388 is #10FC77. Grayscale: #585858. Windows color (decimal): -1113208 or 8913903. OLE color: 8913903.
HSL color Cylindrical-coordinate representation of color #EF0388: hue angle of 326.19º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF0388 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 136 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.06 |
| HSL | 326.19º | 0.98% | 0.47% | - |
| HSV(B) | 326.19º | 0.99% | 0.94% | - |
| XYZ | 40.07 | 20.19 | 25.08 | - |
| YUV | 88.73 | 154.69 | 235.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 136 | 0 | 0.99 | 0.43 | 0.06 | 326.19 | 0.98 | 0.47 |
| Hex | EF | 3 | 88 | 0 | 63 | 2B | 6 | 146 | 62 | 2F |
| Octal | 357 | 3 | 210 | 0 | 143 | 53 | 6 | 506 | 142 | 57 |
| Binary | 11101111 | 11 | 10001000 | 0 | 1100011 | 101011 | 110 | 101000110 | 1100010 | 101111 |
Color Harmonies of #EF0388
Complementary color
Monochromatic Colors of #EF0388
Black with #EF0388
Text Example
Text Example
White with #EF0388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0388; }
p { color: rgb(239,3,136); }
H1.HeaderClassName
{
color: #EF0388;
}
.AnyTagClassName
{
color: #EF0388;
}
</style>
background-color css
<style>
a { background-color: #EF0388; }
a { background-color: rgb(239,3,136); }
div.DivClassName
{
background-color: #EF0388;
}
.BgClassName
{
background-color: #EF0388;
}
</style>
border-color css
<style>
span { border-color: #EF0388; }
span { border-color: rgb(239,3,136); }
td.TdClassName
{
border-color: #EF0388;
}
.TagClassName
{
border-color: #EF0388;
}
</style>