Shades of Violet Red #EF417A
Tints of Violet Red #EF417A
RGB
CMYK
RGB Variations
Color information
#EF417A (or 0xEF417A) is known color: Violet Red. HEX triplet: EF, 41 and 7A. RGB value is (239,65,122). Sum of RGB (Red+Green+Blue) = 239+65+122=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF417A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF417A is #10BE85. Grayscale: #7B7B7B. Windows color (decimal): -1097350 or 8012271. OLE color: 8012271.
HSL color Cylindrical-coordinate representation of color #EF417A: hue angle of 340.34º 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 #EF417A is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 122 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.06 |
| HSL | 340.34º | 0.84% | 0.6% | - |
| HSV(B) | 340.34º | 0.73% | 0.94% | - |
| XYZ | 41 | 23.54 | 20.79 | - |
| YUV | 123.52 | 127.15 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 122 | 0 | 0.73 | 0.49 | 0.06 | 340.34 | 0.84 | 0.6 |
| Hex | EF | 41 | 7A | 0 | 49 | 31 | 6 | 154 | 54 | 3C |
| Octal | 357 | 101 | 172 | 0 | 111 | 61 | 6 | 524 | 124 | 74 |
| Binary | 11101111 | 1000001 | 1111010 | 0 | 1001001 | 110001 | 110 | 101010100 | 1010100 | 111100 |
Color Harmonies of #EF417A
Complementary color
Monochromatic Colors of #EF417A
Black with #EF417A
Text Example
Text Example
White with #EF417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF417A; }
p { color: rgb(239,65,122); }
H1.HeaderClassName
{
color: #EF417A;
}
.AnyTagClassName
{
color: #EF417A;
}
</style>
background-color css
<style>
a { background-color: #EF417A; }
a { background-color: rgb(239,65,122); }
div.DivClassName
{
background-color: #EF417A;
}
.BgClassName
{
background-color: #EF417A;
}
</style>
border-color css
<style>
span { border-color: #EF417A; }
span { border-color: rgb(239,65,122); }
td.TdClassName
{
border-color: #EF417A;
}
.TagClassName
{
border-color: #EF417A;
}
</style>