Shades of Violet Red #EF408D
Tints of Violet Red #EF408D
RGB
CMYK
RGB Variations
Color information
#EF408D (or 0xEF408D) is known color: Violet Red. HEX triplet: EF, 40 and 8D. RGB value is (239,64,141). Sum of RGB (Red+Green+Blue) = 239+64+141=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF408D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF408D is #10BF72. Grayscale: #7C7C7C. Windows color (decimal): -1097587 or 9257199. OLE color: 9257199.
HSL color Cylindrical-coordinate representation of color #EF408D: hue angle of 333.6º 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 #EF408D is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 141 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.06 |
| HSL | 333.6º | 0.85% | 0.59% | - |
| HSV(B) | 333.6º | 0.73% | 0.94% | - |
| XYZ | 42.24 | 23.94 | 27.59 | - |
| YUV | 125.1 | 136.98 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 141 | 0 | 0.73 | 0.41 | 0.06 | 333.6 | 0.85 | 0.59 |
| Hex | EF | 40 | 8D | 0 | 49 | 29 | 6 | 14E | 55 | 3B |
| Octal | 357 | 100 | 215 | 0 | 111 | 51 | 6 | 516 | 125 | 73 |
| Binary | 11101111 | 1000000 | 10001101 | 0 | 1001001 | 101001 | 110 | 101001110 | 1010101 | 111011 |
Color Harmonies of #EF408D
Complementary color
Monochromatic Colors of #EF408D
Black with #EF408D
Text Example
Text Example
White with #EF408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF408D; }
p { color: rgb(239,64,141); }
H1.HeaderClassName
{
color: #EF408D;
}
.AnyTagClassName
{
color: #EF408D;
}
</style>
background-color css
<style>
a { background-color: #EF408D; }
a { background-color: rgb(239,64,141); }
div.DivClassName
{
background-color: #EF408D;
}
.BgClassName
{
background-color: #EF408D;
}
</style>
border-color css
<style>
span { border-color: #EF408D; }
span { border-color: rgb(239,64,141); }
td.TdClassName
{
border-color: #EF408D;
}
.TagClassName
{
border-color: #EF408D;
}
</style>