Shades of Violet Red #EF4083
Tints of Violet Red #EF4083
RGB
CMYK
RGB Variations
Color information
#EF4083 (or 0xEF4083) is known color: Violet Red. HEX triplet: EF, 40 and 83. RGB value is (239,64,131). Sum of RGB (Red+Green+Blue) = 239+64+131=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4083 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4083 is #10BF7C. Grayscale: #7B7B7B. Windows color (decimal): -1097597 or 8601839. OLE color: 8601839.
HSL color Cylindrical-coordinate representation of color #EF4083: hue angle of 337.03º 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 #EF4083 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 131 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.06 |
| HSL | 337.03º | 0.85% | 0.59% | - |
| HSV(B) | 337.03º | 0.73% | 0.94% | - |
| XYZ | 41.53 | 23.66 | 23.85 | - |
| YUV | 123.96 | 131.98 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 131 | 0 | 0.73 | 0.45 | 0.06 | 337.03 | 0.85 | 0.59 |
| Hex | EF | 40 | 83 | 0 | 49 | 2D | 6 | 151 | 55 | 3B |
| Octal | 357 | 100 | 203 | 0 | 111 | 55 | 6 | 521 | 125 | 73 |
| Binary | 11101111 | 1000000 | 10000011 | 0 | 1001001 | 101101 | 110 | 101010001 | 1010101 | 111011 |
Color Harmonies of #EF4083
Complementary color
Monochromatic Colors of #EF4083
Black with #EF4083
Text Example
Text Example
White with #EF4083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4083; }
p { color: rgb(239,64,131); }
H1.HeaderClassName
{
color: #EF4083;
}
.AnyTagClassName
{
color: #EF4083;
}
</style>
background-color css
<style>
a { background-color: #EF4083; }
a { background-color: rgb(239,64,131); }
div.DivClassName
{
background-color: #EF4083;
}
.BgClassName
{
background-color: #EF4083;
}
</style>
border-color css
<style>
span { border-color: #EF4083; }
span { border-color: rgb(239,64,131); }
td.TdClassName
{
border-color: #EF4083;
}
.TagClassName
{
border-color: #EF4083;
}
</style>