Shades of Deep Pink #EF1B7E
Tints of Deep Pink #EF1B7E
RGB
CMYK
RGB Variations
Color information
#EF1B7E (or 0xEF1B7E) is known color: Deep Pink. HEX triplet: EF, 1B and 7E. RGB value is (239,27,126). Sum of RGB (Red+Green+Blue) = 239+27+126=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1B7E is #10E481. Grayscale: #656565. Windows color (decimal): -1107074 or 8264687. OLE color: 8264687.
HSL color Cylindrical-coordinate representation of color #EF1B7E: hue angle of 331.98º 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 #EF1B7E is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 126 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.06 |
| HSL | 331.98º | 0.87% | 0.52% | - |
| HSV(B) | 331.98º | 0.89% | 0.94% | - |
| XYZ | 39.75 | 20.64 | 21.63 | - |
| YUV | 101.67 | 141.74 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 126 | 0 | 0.89 | 0.47 | 0.06 | 331.98 | 0.87 | 0.52 |
| Hex | EF | 1B | 7E | 0 | 59 | 2F | 6 | 14C | 57 | 34 |
| Octal | 357 | 33 | 176 | 0 | 131 | 57 | 6 | 514 | 127 | 64 |
| Binary | 11101111 | 11011 | 1111110 | 0 | 1011001 | 101111 | 110 | 101001100 | 1010111 | 110100 |
Color Harmonies of #EF1B7E
Complementary color
Monochromatic Colors of #EF1B7E
Black with #EF1B7E
Text Example
Text Example
White with #EF1B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1B7E; }
p { color: rgb(239,27,126); }
H1.HeaderClassName
{
color: #EF1B7E;
}
.AnyTagClassName
{
color: #EF1B7E;
}
</style>
background-color css
<style>
a { background-color: #EF1B7E; }
a { background-color: rgb(239,27,126); }
div.DivClassName
{
background-color: #EF1B7E;
}
.BgClassName
{
background-color: #EF1B7E;
}
</style>
border-color css
<style>
span { border-color: #EF1B7E; }
span { border-color: rgb(239,27,126); }
td.TdClassName
{
border-color: #EF1B7E;
}
.TagClassName
{
border-color: #EF1B7E;
}
</style>