Shades of Deep Pink #EF1B8A
Tints of Deep Pink #EF1B8A
RGB
CMYK
RGB Variations
Color information
#EF1B8A (or 0xEF1B8A) is known color: Deep Pink. HEX triplet: EF, 1B and 8A. RGB value is (239,27,138). Sum of RGB (Red+Green+Blue) = 239+27+138=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1B8A is #10E475. Grayscale: #666666. Windows color (decimal): -1107062 or 9051119. OLE color: 9051119.
HSL color Cylindrical-coordinate representation of color #EF1B8A: hue angle of 328.58º 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 #EF1B8A is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 138 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.06 |
| HSL | 328.58º | 0.87% | 0.52% | - |
| HSV(B) | 328.58º | 0.89% | 0.94% | - |
| XYZ | 40.58 | 20.97 | 25.95 | - |
| YUV | 103.04 | 147.74 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 138 | 0 | 0.89 | 0.42 | 0.06 | 328.58 | 0.87 | 0.52 |
| Hex | EF | 1B | 8A | 0 | 59 | 2A | 6 | 149 | 57 | 34 |
| Octal | 357 | 33 | 212 | 0 | 131 | 52 | 6 | 511 | 127 | 64 |
| Binary | 11101111 | 11011 | 10001010 | 0 | 1011001 | 101010 | 110 | 101001001 | 1010111 | 110100 |
Color Harmonies of #EF1B8A
Complementary color
Monochromatic Colors of #EF1B8A
Black with #EF1B8A
Text Example
Text Example
White with #EF1B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1B8A; }
p { color: rgb(239,27,138); }
H1.HeaderClassName
{
color: #EF1B8A;
}
.AnyTagClassName
{
color: #EF1B8A;
}
</style>
background-color css
<style>
a { background-color: #EF1B8A; }
a { background-color: rgb(239,27,138); }
div.DivClassName
{
background-color: #EF1B8A;
}
.BgClassName
{
background-color: #EF1B8A;
}
</style>
border-color css
<style>
span { border-color: #EF1B8A; }
span { border-color: rgb(239,27,138); }
td.TdClassName
{
border-color: #EF1B8A;
}
.TagClassName
{
border-color: #EF1B8A;
}
</style>