Shades of Deep Pink #EF1788
Tints of Deep Pink #EF1788
RGB
CMYK
RGB Variations
Color information
#EF1788 (or 0xEF1788) is known color: Deep Pink. HEX triplet: EF, 17 and 88. RGB value is (239,23,136). Sum of RGB (Red+Green+Blue) = 239+23+136=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1788 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1788 is #10E877. Grayscale: #646464. Windows color (decimal): -1108088 or 8919023. OLE color: 8919023.
HSL color Cylindrical-coordinate representation of color #EF1788: hue angle of 328.61º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1788 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 136 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.06 |
| HSL | 328.61º | 0.87% | 0.51% | - |
| HSV(B) | 328.61º | 0.9% | 0.94% | - |
| XYZ | 40.35 | 20.74 | 25.17 | - |
| YUV | 100.47 | 148.06 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 136 | 0 | 0.90 | 0.43 | 0.06 | 328.61 | 0.87 | 0.51 |
| Hex | EF | 17 | 88 | 0 | 5A | 2B | 6 | 149 | 57 | 33 |
| Octal | 357 | 27 | 210 | 0 | 132 | 53 | 6 | 511 | 127 | 63 |
| Binary | 11101111 | 10111 | 10001000 | 0 | 1011010 | 101011 | 110 | 101001001 | 1010111 | 110011 |
Color Harmonies of #EF1788
Complementary color
Monochromatic Colors of #EF1788
Black with #EF1788
Text Example
Text Example
White with #EF1788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1788; }
p { color: rgb(239,23,136); }
H1.HeaderClassName
{
color: #EF1788;
}
.AnyTagClassName
{
color: #EF1788;
}
</style>
background-color css
<style>
a { background-color: #EF1788; }
a { background-color: rgb(239,23,136); }
div.DivClassName
{
background-color: #EF1788;
}
.BgClassName
{
background-color: #EF1788;
}
</style>
border-color css
<style>
span { border-color: #EF1788; }
span { border-color: rgb(239,23,136); }
td.TdClassName
{
border-color: #EF1788;
}
.TagClassName
{
border-color: #EF1788;
}
</style>