Shades of Violet Red #EF4799
Tints of Violet Red #EF4799
RGB
CMYK
RGB Variations
Color information
#EF4799 (or 0xEF4799) is known color: Violet Red. HEX triplet: EF, 47 and 99. RGB value is (239,71,153). Sum of RGB (Red+Green+Blue) = 239+71+153=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4799 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4799 is #10B866. Grayscale: #828282. Windows color (decimal): -1095783 or 10045423. OLE color: 10045423.
HSL color Cylindrical-coordinate representation of color #EF4799: hue angle of 330.71º 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 #EF4799 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 153 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.06 |
| HSL | 330.71º | 0.84% | 0.61% | - |
| HSV(B) | 330.71º | 0.7% | 0.94% | - |
| XYZ | 43.6 | 25.16 | 32.69 | - |
| YUV | 130.58 | 140.66 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 153 | 0 | 0.70 | 0.36 | 0.06 | 330.71 | 0.84 | 0.61 |
| Hex | EF | 47 | 99 | 0 | 46 | 24 | 6 | 14B | 54 | 3D |
| Octal | 357 | 107 | 231 | 0 | 106 | 44 | 6 | 513 | 124 | 75 |
| Binary | 11101111 | 1000111 | 10011001 | 0 | 1000110 | 100100 | 110 | 101001011 | 1010100 | 111101 |
Color Harmonies of #EF4799
Complementary color
Monochromatic Colors of #EF4799
Black with #EF4799
Text Example
Text Example
White with #EF4799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4799; }
p { color: rgb(239,71,153); }
H1.HeaderClassName
{
color: #EF4799;
}
.AnyTagClassName
{
color: #EF4799;
}
</style>
background-color css
<style>
a { background-color: #EF4799; }
a { background-color: rgb(239,71,153); }
div.DivClassName
{
background-color: #EF4799;
}
.BgClassName
{
background-color: #EF4799;
}
</style>
border-color css
<style>
span { border-color: #EF4799; }
span { border-color: rgb(239,71,153); }
td.TdClassName
{
border-color: #EF4799;
}
.TagClassName
{
border-color: #EF4799;
}
</style>