Shades of Violet Red #EF4080
Tints of Violet Red #EF4080
RGB
CMYK
RGB Variations
Color information
#EF4080 (or 0xEF4080) is known color: Violet Red. HEX triplet: EF, 40 and 80. RGB value is (239,64,128). Sum of RGB (Red+Green+Blue) = 239+64+128=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4080 is #10BF7F. Grayscale: #7B7B7B. Windows color (decimal): -1097600 or 8405231. OLE color: 8405231.
HSL color Cylindrical-coordinate representation of color #EF4080: hue angle of 338.06º 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 #EF4080 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 128 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.06 |
| HSL | 338.06º | 0.85% | 0.59% | - |
| HSV(B) | 338.06º | 0.73% | 0.94% | - |
| XYZ | 41.33 | 23.58 | 22.79 | - |
| YUV | 123.62 | 130.48 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 128 | 0 | 0.73 | 0.46 | 0.06 | 338.06 | 0.85 | 0.59 |
| Hex | EF | 40 | 80 | 0 | 49 | 2E | 6 | 152 | 55 | 3B |
| Octal | 357 | 100 | 200 | 0 | 111 | 56 | 6 | 522 | 125 | 73 |
| Binary | 11101111 | 1000000 | 10000000 | 0 | 1001001 | 101110 | 110 | 101010010 | 1010101 | 111011 |
Color Harmonies of #EF4080
Complementary color
Monochromatic Colors of #EF4080
Black with #EF4080
Text Example
Text Example
White with #EF4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4080; }
p { color: rgb(239,64,128); }
H1.HeaderClassName
{
color: #EF4080;
}
.AnyTagClassName
{
color: #EF4080;
}
</style>
background-color css
<style>
a { background-color: #EF4080; }
a { background-color: rgb(239,64,128); }
div.DivClassName
{
background-color: #EF4080;
}
.BgClassName
{
background-color: #EF4080;
}
</style>
border-color css
<style>
span { border-color: #EF4080; }
span { border-color: rgb(239,64,128); }
td.TdClassName
{
border-color: #EF4080;
}
.TagClassName
{
border-color: #EF4080;
}
</style>