Shades of Violet Red #EF4093
Tints of Violet Red #EF4093
RGB
CMYK
RGB Variations
Color information
#EF4093 (or 0xEF4093) is known color: Violet Red. HEX triplet: EF, 40 and 93. RGB value is (239,64,147). Sum of RGB (Red+Green+Blue) = 239+64+147=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4093 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4093 is #10BF6C. Grayscale: #7D7D7D. Windows color (decimal): -1097581 or 9650415. OLE color: 9650415.
HSL color Cylindrical-coordinate representation of color #EF4093: hue angle of 331.54º 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 #EF4093 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 147 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.06 |
| HSL | 331.54º | 0.85% | 0.59% | - |
| HSV(B) | 331.54º | 0.73% | 0.94% | - |
| XYZ | 42.7 | 24.12 | 30.01 | - |
| YUV | 125.79 | 139.98 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 147 | 0 | 0.73 | 0.38 | 0.06 | 331.54 | 0.85 | 0.59 |
| Hex | EF | 40 | 93 | 0 | 49 | 26 | 6 | 14C | 55 | 3B |
| Octal | 357 | 100 | 223 | 0 | 111 | 46 | 6 | 514 | 125 | 73 |
| Binary | 11101111 | 1000000 | 10010011 | 0 | 1001001 | 100110 | 110 | 101001100 | 1010101 | 111011 |
Color Harmonies of #EF4093
Complementary color
Monochromatic Colors of #EF4093
Black with #EF4093
Text Example
Text Example
White with #EF4093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4093; }
p { color: rgb(239,64,147); }
H1.HeaderClassName
{
color: #EF4093;
}
.AnyTagClassName
{
color: #EF4093;
}
</style>
background-color css
<style>
a { background-color: #EF4093; }
a { background-color: rgb(239,64,147); }
div.DivClassName
{
background-color: #EF4093;
}
.BgClassName
{
background-color: #EF4093;
}
</style>
border-color css
<style>
span { border-color: #EF4093; }
span { border-color: rgb(239,64,147); }
td.TdClassName
{
border-color: #EF4093;
}
.TagClassName
{
border-color: #EF4093;
}
</style>