Shades of Violet Red #EF417F
Tints of Violet Red #EF417F
RGB
CMYK
RGB Variations
Color information
#EF417F (or 0xEF417F) is known color: Violet Red. HEX triplet: EF, 41 and 7F. RGB value is (239,65,127). Sum of RGB (Red+Green+Blue) = 239+65+127=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF417F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF417F is #10BE80. Grayscale: #7C7C7C. Windows color (decimal): -1097345 or 8339951. OLE color: 8339951.
HSL color Cylindrical-coordinate representation of color #EF417F: hue angle of 338.62º 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 #EF417F is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 127 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.06 |
| HSL | 338.62º | 0.84% | 0.6% | - |
| HSV(B) | 338.62º | 0.73% | 0.94% | - |
| XYZ | 41.32 | 23.66 | 22.47 | - |
| YUV | 124.09 | 129.65 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 127 | 0 | 0.73 | 0.47 | 0.06 | 338.62 | 0.84 | 0.6 |
| Hex | EF | 41 | 7F | 0 | 49 | 2F | 6 | 153 | 54 | 3C |
| Octal | 357 | 101 | 177 | 0 | 111 | 57 | 6 | 523 | 124 | 74 |
| Binary | 11101111 | 1000001 | 1111111 | 0 | 1001001 | 101111 | 110 | 101010011 | 1010100 | 111100 |
Color Harmonies of #EF417F
Complementary color
Monochromatic Colors of #EF417F
Black with #EF417F
Text Example
Text Example
White with #EF417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF417F; }
p { color: rgb(239,65,127); }
H1.HeaderClassName
{
color: #EF417F;
}
.AnyTagClassName
{
color: #EF417F;
}
</style>
background-color css
<style>
a { background-color: #EF417F; }
a { background-color: rgb(239,65,127); }
div.DivClassName
{
background-color: #EF417F;
}
.BgClassName
{
background-color: #EF417F;
}
</style>
border-color css
<style>
span { border-color: #EF417F; }
span { border-color: rgb(239,65,127); }
td.TdClassName
{
border-color: #EF417F;
}
.TagClassName
{
border-color: #EF417F;
}
</style>