Shades of Violet Red #EF4584
Tints of Violet Red #EF4584
RGB
CMYK
RGB Variations
Color information
#EF4584 (or 0xEF4584) is known color: Violet Red. HEX triplet: EF, 45 and 84. RGB value is (239,69,132). Sum of RGB (Red+Green+Blue) = 239+69+132=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4584 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4584 is #10BA7B. Grayscale: #7E7E7E. Windows color (decimal): -1096316 or 8668655. OLE color: 8668655.
HSL color Cylindrical-coordinate representation of color #EF4584: hue angle of 337.76º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF4584 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 132 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.06 |
| HSL | 337.76º | 0.84% | 0.6% | - |
| HSV(B) | 337.76º | 0.71% | 0.94% | - |
| XYZ | 41.89 | 24.27 | 24.31 | - |
| YUV | 127.01 | 130.82 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 132 | 0 | 0.71 | 0.45 | 0.06 | 337.76 | 0.84 | 0.6 |
| Hex | EF | 45 | 84 | 0 | 47 | 2D | 6 | 152 | 54 | 3C |
| Octal | 357 | 105 | 204 | 0 | 107 | 55 | 6 | 522 | 124 | 74 |
| Binary | 11101111 | 1000101 | 10000100 | 0 | 1000111 | 101101 | 110 | 101010010 | 1010100 | 111100 |
Color Harmonies of #EF4584
Complementary color
Monochromatic Colors of #EF4584
Black with #EF4584
Text Example
Text Example
White with #EF4584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4584; }
p { color: rgb(239,69,132); }
H1.HeaderClassName
{
color: #EF4584;
}
.AnyTagClassName
{
color: #EF4584;
}
</style>
background-color css
<style>
a { background-color: #EF4584; }
a { background-color: rgb(239,69,132); }
div.DivClassName
{
background-color: #EF4584;
}
.BgClassName
{
background-color: #EF4584;
}
</style>
border-color css
<style>
span { border-color: #EF4584; }
span { border-color: rgb(239,69,132); }
td.TdClassName
{
border-color: #EF4584;
}
.TagClassName
{
border-color: #EF4584;
}
</style>