Shades of Violet Red #EF4279
Tints of Violet Red #EF4279
RGB
CMYK
RGB Variations
Color information
#EF4279 (or 0xEF4279) is known color: Violet Red. HEX triplet: EF, 42 and 79. RGB value is (239,66,121). Sum of RGB (Red+Green+Blue) = 239+66+121=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4279 is #10BD86. Grayscale: #7B7B7B. Windows color (decimal): -1097095 or 7946991. OLE color: 7946991.
HSL color Cylindrical-coordinate representation of color #EF4279: hue angle of 340.92º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF4279 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 121 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.06 |
| HSL | 340.92º | 0.84% | 0.6% | - |
| HSV(B) | 340.92º | 0.72% | 0.94% | - |
| XYZ | 41 | 23.63 | 20.49 | - |
| YUV | 124 | 126.31 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 121 | 0 | 0.72 | 0.49 | 0.06 | 340.92 | 0.84 | 0.6 |
| Hex | EF | 42 | 79 | 0 | 48 | 31 | 6 | 155 | 54 | 3C |
| Octal | 357 | 102 | 171 | 0 | 110 | 61 | 6 | 525 | 124 | 74 |
| Binary | 11101111 | 1000010 | 1111001 | 0 | 1001000 | 110001 | 110 | 101010101 | 1010100 | 111100 |
Color Harmonies of #EF4279
Complementary color
Monochromatic Colors of #EF4279
Black with #EF4279
Text Example
Text Example
White with #EF4279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4279; }
p { color: rgb(239,66,121); }
H1.HeaderClassName
{
color: #EF4279;
}
.AnyTagClassName
{
color: #EF4279;
}
</style>
background-color css
<style>
a { background-color: #EF4279; }
a { background-color: rgb(239,66,121); }
div.DivClassName
{
background-color: #EF4279;
}
.BgClassName
{
background-color: #EF4279;
}
</style>
border-color css
<style>
span { border-color: #EF4279; }
span { border-color: rgb(239,66,121); }
td.TdClassName
{
border-color: #EF4279;
}
.TagClassName
{
border-color: #EF4279;
}
</style>