Shades of Violet Red #EF4078
Tints of Violet Red #EF4078
RGB
CMYK
RGB Variations
Color information
#EF4078 (or 0xEF4078) is known color: Violet Red. HEX triplet: EF, 40 and 78. RGB value is (239,64,120). Sum of RGB (Red+Green+Blue) = 239+64+120=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4078 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4078 is #10BF87. Grayscale: #7A7A7A. Windows color (decimal): -1097608 or 7880943. OLE color: 7880943.
HSL color Cylindrical-coordinate representation of color #EF4078: hue angle of 340.8º 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 #EF4078 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 120 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.06 |
| HSL | 340.8º | 0.85% | 0.59% | - |
| HSV(B) | 340.8º | 0.73% | 0.94% | - |
| XYZ | 40.82 | 23.37 | 20.13 | - |
| YUV | 122.71 | 126.48 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 120 | 0 | 0.73 | 0.50 | 0.06 | 340.8 | 0.85 | 0.59 |
| Hex | EF | 40 | 78 | 0 | 49 | 32 | 6 | 155 | 55 | 3B |
| Octal | 357 | 100 | 170 | 0 | 111 | 62 | 6 | 525 | 125 | 73 |
| Binary | 11101111 | 1000000 | 1111000 | 0 | 1001001 | 110010 | 110 | 101010101 | 1010101 | 111011 |
Color Harmonies of #EF4078
Complementary color
Monochromatic Colors of #EF4078
Black with #EF4078
Text Example
Text Example
White with #EF4078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4078; }
p { color: rgb(239,64,120); }
H1.HeaderClassName
{
color: #EF4078;
}
.AnyTagClassName
{
color: #EF4078;
}
</style>
background-color css
<style>
a { background-color: #EF4078; }
a { background-color: rgb(239,64,120); }
div.DivClassName
{
background-color: #EF4078;
}
.BgClassName
{
background-color: #EF4078;
}
</style>
border-color css
<style>
span { border-color: #EF4078; }
span { border-color: rgb(239,64,120); }
td.TdClassName
{
border-color: #EF4078;
}
.TagClassName
{
border-color: #EF4078;
}
</style>