Shades of Deep Pink #EF1B9A
Tints of Deep Pink #EF1B9A
RGB
CMYK
RGB Variations
Color information
#EF1B9A (or 0xEF1B9A) is known color: Deep Pink. HEX triplet: EF, 1B and 9A. RGB value is (239,27,154). Sum of RGB (Red+Green+Blue) = 239+27+154=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1B9A is #10E465. Grayscale: #686868. Windows color (decimal): -1107046 or 10099695. OLE color: 10099695.
HSL color Cylindrical-coordinate representation of color #EF1B9A: hue angle of 324.06º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1B9A is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 154 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.06 |
| HSL | 324.06º | 0.87% | 0.52% | - |
| HSV(B) | 324.06º | 0.89% | 0.94% | - |
| XYZ | 41.82 | 21.47 | 32.51 | - |
| YUV | 104.87 | 155.74 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 154 | 0 | 0.89 | 0.36 | 0.06 | 324.06 | 0.87 | 0.52 |
| Hex | EF | 1B | 9A | 0 | 59 | 24 | 6 | 144 | 57 | 34 |
| Octal | 357 | 33 | 232 | 0 | 131 | 44 | 6 | 504 | 127 | 64 |
| Binary | 11101111 | 11011 | 10011010 | 0 | 1011001 | 100100 | 110 | 101000100 | 1010111 | 110100 |
Color Harmonies of #EF1B9A
Complementary color
Monochromatic Colors of #EF1B9A
Black with #EF1B9A
Text Example
Text Example
White with #EF1B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1B9A; }
p { color: rgb(239,27,154); }
H1.HeaderClassName
{
color: #EF1B9A;
}
.AnyTagClassName
{
color: #EF1B9A;
}
</style>
background-color css
<style>
a { background-color: #EF1B9A; }
a { background-color: rgb(239,27,154); }
div.DivClassName
{
background-color: #EF1B9A;
}
.BgClassName
{
background-color: #EF1B9A;
}
</style>
border-color css
<style>
span { border-color: #EF1B9A; }
span { border-color: rgb(239,27,154); }
td.TdClassName
{
border-color: #EF1B9A;
}
.TagClassName
{
border-color: #EF1B9A;
}
</style>