Shades of Deep Pink #EF159B
Tints of Deep Pink #EF159B
RGB
CMYK
RGB Variations
Color information
#EF159B (or 0xEF159B) is known color: Deep Pink. HEX triplet: EF, 15 and 9B. RGB value is (239,21,155). Sum of RGB (Red+Green+Blue) = 239+21+155=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF159B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF159B is #10EA64. Grayscale: #656565. Windows color (decimal): -1108581 or 10163695. OLE color: 10163695.
HSL color Cylindrical-coordinate representation of color #EF159B: hue angle of 323.12º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF159B is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 155 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.06 |
| HSL | 323.12º | 0.87% | 0.51% | - |
| HSV(B) | 323.12º | 0.91% | 0.94% | - |
| XYZ | 41.78 | 21.25 | 32.91 | - |
| YUV | 101.46 | 158.22 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 155 | 0 | 0.91 | 0.35 | 0.06 | 323.12 | 0.87 | 0.51 |
| Hex | EF | 15 | 9B | 0 | 5B | 23 | 6 | 143 | 57 | 33 |
| Octal | 357 | 25 | 233 | 0 | 133 | 43 | 6 | 503 | 127 | 63 |
| Binary | 11101111 | 10101 | 10011011 | 0 | 1011011 | 100011 | 110 | 101000011 | 1010111 | 110011 |
Color Harmonies of #EF159B
Complementary color
Monochromatic Colors of #EF159B
Black with #EF159B
Text Example
Text Example
White with #EF159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF159B; }
p { color: rgb(239,21,155); }
H1.HeaderClassName
{
color: #EF159B;
}
.AnyTagClassName
{
color: #EF159B;
}
</style>
background-color css
<style>
a { background-color: #EF159B; }
a { background-color: rgb(239,21,155); }
div.DivClassName
{
background-color: #EF159B;
}
.BgClassName
{
background-color: #EF159B;
}
</style>
border-color css
<style>
span { border-color: #EF159B; }
span { border-color: rgb(239,21,155); }
td.TdClassName
{
border-color: #EF159B;
}
.TagClassName
{
border-color: #EF159B;
}
</style>