Shades of Violet Red #EF4899
Tints of Violet Red #EF4899
RGB
CMYK
RGB Variations
Color information
#EF4899 (or 0xEF4899) is known color: Violet Red. HEX triplet: EF, 48 and 99. RGB value is (239,72,153). Sum of RGB (Red+Green+Blue) = 239+72+153=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4899 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4899 is #10B766. Grayscale: #838383. Windows color (decimal): -1095527 or 10045679. OLE color: 10045679.
HSL color Cylindrical-coordinate representation of color #EF4899: hue angle of 330.9º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF4899 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 153 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.06 |
| HSL | 330.9º | 0.84% | 0.61% | - |
| HSV(B) | 330.9º | 0.7% | 0.94% | - |
| XYZ | 43.66 | 25.29 | 32.72 | - |
| YUV | 131.17 | 140.33 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 153 | 0 | 0.70 | 0.36 | 0.06 | 330.9 | 0.84 | 0.61 |
| Hex | EF | 48 | 99 | 0 | 46 | 24 | 6 | 14B | 54 | 3D |
| Octal | 357 | 110 | 231 | 0 | 106 | 44 | 6 | 513 | 124 | 75 |
| Binary | 11101111 | 1001000 | 10011001 | 0 | 1000110 | 100100 | 110 | 101001011 | 1010100 | 111101 |
Color Harmonies of #EF4899
Complementary color
Monochromatic Colors of #EF4899
Black with #EF4899
Text Example
Text Example
White with #EF4899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4899; }
p { color: rgb(239,72,153); }
H1.HeaderClassName
{
color: #EF4899;
}
.AnyTagClassName
{
color: #EF4899;
}
</style>
background-color css
<style>
a { background-color: #EF4899; }
a { background-color: rgb(239,72,153); }
div.DivClassName
{
background-color: #EF4899;
}
.BgClassName
{
background-color: #EF4899;
}
</style>
border-color css
<style>
span { border-color: #EF4899; }
span { border-color: rgb(239,72,153); }
td.TdClassName
{
border-color: #EF4899;
}
.TagClassName
{
border-color: #EF4899;
}
</style>