Shades of Violet Red #EF4077
Tints of Violet Red #EF4077
RGB
CMYK
RGB Variations
Color information
#EF4077 (or 0xEF4077) is known color: Violet Red. HEX triplet: EF, 40 and 77. RGB value is (239,64,119). Sum of RGB (Red+Green+Blue) = 239+64+119=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4077 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4077 is #10BF88. Grayscale: #7A7A7A. Windows color (decimal): -1097609 or 7815407. OLE color: 7815407.
HSL color Cylindrical-coordinate representation of color #EF4077: hue angle of 341.14º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF4077 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 119 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.06 |
| HSL | 341.14º | 0.85% | 0.59% | - |
| HSV(B) | 341.14º | 0.73% | 0.94% | - |
| XYZ | 40.76 | 23.35 | 19.81 | - |
| YUV | 122.6 | 125.98 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 119 | 0 | 0.73 | 0.50 | 0.06 | 341.14 | 0.85 | 0.59 |
| Hex | EF | 40 | 77 | 0 | 49 | 32 | 6 | 155 | 55 | 3B |
| Octal | 357 | 100 | 167 | 0 | 111 | 62 | 6 | 525 | 125 | 73 |
| Binary | 11101111 | 1000000 | 1110111 | 0 | 1001001 | 110010 | 110 | 101010101 | 1010101 | 111011 |
Color Harmonies of #EF4077
Complementary color
Monochromatic Colors of #EF4077
Black with #EF4077
Text Example
Text Example
White with #EF4077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4077; }
p { color: rgb(239,64,119); }
H1.HeaderClassName
{
color: #EF4077;
}
.AnyTagClassName
{
color: #EF4077;
}
</style>
background-color css
<style>
a { background-color: #EF4077; }
a { background-color: rgb(239,64,119); }
div.DivClassName
{
background-color: #EF4077;
}
.BgClassName
{
background-color: #EF4077;
}
</style>
border-color css
<style>
span { border-color: #EF4077; }
span { border-color: rgb(239,64,119); }
td.TdClassName
{
border-color: #EF4077;
}
.TagClassName
{
border-color: #EF4077;
}
</style>