Shades of Violet Red #EF4791
Tints of Violet Red #EF4791
RGB
CMYK
RGB Variations
Color information
#EF4791 (or 0xEF4791) is known color: Violet Red. HEX triplet: EF, 47 and 91. RGB value is (239,71,145). Sum of RGB (Red+Green+Blue) = 239+71+145=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4791 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4791 is #10B86E. Grayscale: #818181. Windows color (decimal): -1095791 or 9521135. OLE color: 9521135.
HSL color Cylindrical-coordinate representation of color #EF4791: hue angle of 333.57º 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 #EF4791 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 145 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.06 |
| HSL | 333.57º | 0.84% | 0.61% | - |
| HSV(B) | 333.57º | 0.7% | 0.94% | - |
| XYZ | 42.96 | 24.9 | 29.33 | - |
| YUV | 129.67 | 136.66 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 145 | 0 | 0.70 | 0.39 | 0.06 | 333.57 | 0.84 | 0.61 |
| Hex | EF | 47 | 91 | 0 | 46 | 27 | 6 | 14E | 54 | 3D |
| Octal | 357 | 107 | 221 | 0 | 106 | 47 | 6 | 516 | 124 | 75 |
| Binary | 11101111 | 1000111 | 10010001 | 0 | 1000110 | 100111 | 110 | 101001110 | 1010100 | 111101 |
Color Harmonies of #EF4791
Complementary color
Monochromatic Colors of #EF4791
Black with #EF4791
Text Example
Text Example
White with #EF4791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4791; }
p { color: rgb(239,71,145); }
H1.HeaderClassName
{
color: #EF4791;
}
.AnyTagClassName
{
color: #EF4791;
}
</style>
background-color css
<style>
a { background-color: #EF4791; }
a { background-color: rgb(239,71,145); }
div.DivClassName
{
background-color: #EF4791;
}
.BgClassName
{
background-color: #EF4791;
}
</style>
border-color css
<style>
span { border-color: #EF4791; }
span { border-color: rgb(239,71,145); }
td.TdClassName
{
border-color: #EF4791;
}
.TagClassName
{
border-color: #EF4791;
}
</style>