Shades of Violet Red #EF418D
Tints of Violet Red #EF418D
RGB
CMYK
RGB Variations
Color information
#EF418D (or 0xEF418D) is known color: Violet Red. HEX triplet: EF, 41 and 8D. RGB value is (239,65,141). Sum of RGB (Red+Green+Blue) = 239+65+141=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF418D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF418D is #10BE72. Grayscale: #7D7D7D. Windows color (decimal): -1097331 or 9257455. OLE color: 9257455.
HSL color Cylindrical-coordinate representation of color #EF418D: hue angle of 333.79º 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 #EF418D is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 141 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.06 |
| HSL | 333.79º | 0.84% | 0.6% | - |
| HSV(B) | 333.79º | 0.73% | 0.94% | - |
| XYZ | 42.29 | 24.05 | 27.61 | - |
| YUV | 125.69 | 136.65 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 141 | 0 | 0.73 | 0.41 | 0.06 | 333.79 | 0.84 | 0.6 |
| Hex | EF | 41 | 8D | 0 | 49 | 29 | 6 | 14E | 54 | 3C |
| Octal | 357 | 101 | 215 | 0 | 111 | 51 | 6 | 516 | 124 | 74 |
| Binary | 11101111 | 1000001 | 10001101 | 0 | 1001001 | 101001 | 110 | 101001110 | 1010100 | 111100 |
Color Harmonies of #EF418D
Complementary color
Monochromatic Colors of #EF418D
Black with #EF418D
Text Example
Text Example
White with #EF418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF418D; }
p { color: rgb(239,65,141); }
H1.HeaderClassName
{
color: #EF418D;
}
.AnyTagClassName
{
color: #EF418D;
}
</style>
background-color css
<style>
a { background-color: #EF418D; }
a { background-color: rgb(239,65,141); }
div.DivClassName
{
background-color: #EF418D;
}
.BgClassName
{
background-color: #EF418D;
}
</style>
border-color css
<style>
span { border-color: #EF418D; }
span { border-color: rgb(239,65,141); }
td.TdClassName
{
border-color: #EF418D;
}
.TagClassName
{
border-color: #EF418D;
}
</style>