Shades of Violet Red #EF407B
Tints of Violet Red #EF407B
RGB
CMYK
RGB Variations
Color information
#EF407B (or 0xEF407B) is known color: Violet Red. HEX triplet: EF, 40 and 7B. RGB value is (239,64,123). Sum of RGB (Red+Green+Blue) = 239+64+123=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF407B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF407B is #10BF84. Grayscale: #7A7A7A. Windows color (decimal): -1097605 or 8077551. OLE color: 8077551.
HSL color Cylindrical-coordinate representation of color #EF407B: hue angle of 339.77º 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 #EF407B is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 123 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.06 |
| HSL | 339.77º | 0.85% | 0.59% | - |
| HSV(B) | 339.77º | 0.73% | 0.94% | - |
| XYZ | 41.01 | 23.45 | 21.1 | - |
| YUV | 123.05 | 127.98 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 123 | 0 | 0.73 | 0.49 | 0.06 | 339.77 | 0.85 | 0.59 |
| Hex | EF | 40 | 7B | 0 | 49 | 31 | 6 | 154 | 55 | 3B |
| Octal | 357 | 100 | 173 | 0 | 111 | 61 | 6 | 524 | 125 | 73 |
| Binary | 11101111 | 1000000 | 1111011 | 0 | 1001001 | 110001 | 110 | 101010100 | 1010101 | 111011 |
Color Harmonies of #EF407B
Complementary color
Monochromatic Colors of #EF407B
Black with #EF407B
Text Example
Text Example
White with #EF407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF407B; }
p { color: rgb(239,64,123); }
H1.HeaderClassName
{
color: #EF407B;
}
.AnyTagClassName
{
color: #EF407B;
}
</style>
background-color css
<style>
a { background-color: #EF407B; }
a { background-color: rgb(239,64,123); }
div.DivClassName
{
background-color: #EF407B;
}
.BgClassName
{
background-color: #EF407B;
}
</style>
border-color css
<style>
span { border-color: #EF407B; }
span { border-color: rgb(239,64,123); }
td.TdClassName
{
border-color: #EF407B;
}
.TagClassName
{
border-color: #EF407B;
}
</style>