Shades of Violet Red #EF4178
Tints of Violet Red #EF4178
RGB
CMYK
RGB Variations
Color information
#EF4178 (or 0xEF4178) is known color: Violet Red. HEX triplet: EF, 41 and 78. RGB value is (239,65,120). Sum of RGB (Red+Green+Blue) = 239+65+120=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4178 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4178 is #10BE87. Grayscale: #7B7B7B. Windows color (decimal): -1097352 or 7881199. OLE color: 7881199.
HSL color Cylindrical-coordinate representation of color #EF4178: hue angle of 341.03º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF4178 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 120 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.06 |
| HSL | 341.03º | 0.84% | 0.6% | - |
| HSV(B) | 341.03º | 0.73% | 0.94% | - |
| XYZ | 40.88 | 23.49 | 20.15 | - |
| YUV | 123.3 | 126.15 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 120 | 0 | 0.73 | 0.50 | 0.06 | 341.03 | 0.84 | 0.6 |
| Hex | EF | 41 | 78 | 0 | 49 | 32 | 6 | 155 | 54 | 3C |
| Octal | 357 | 101 | 170 | 0 | 111 | 62 | 6 | 525 | 124 | 74 |
| Binary | 11101111 | 1000001 | 1111000 | 0 | 1001001 | 110010 | 110 | 101010101 | 1010100 | 111100 |
Color Harmonies of #EF4178
Complementary color
Monochromatic Colors of #EF4178
Black with #EF4178
Text Example
Text Example
White with #EF4178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4178; }
p { color: rgb(239,65,120); }
H1.HeaderClassName
{
color: #EF4178;
}
.AnyTagClassName
{
color: #EF4178;
}
</style>
background-color css
<style>
a { background-color: #EF4178; }
a { background-color: rgb(239,65,120); }
div.DivClassName
{
background-color: #EF4178;
}
.BgClassName
{
background-color: #EF4178;
}
</style>
border-color css
<style>
span { border-color: #EF4178; }
span { border-color: rgb(239,65,120); }
td.TdClassName
{
border-color: #EF4178;
}
.TagClassName
{
border-color: #EF4178;
}
</style>