Shades of Violet Red #EF3584
Tints of Violet Red #EF3584
RGB
CMYK
RGB Variations
Color information
#EF3584 (or 0xEF3584) is known color: Violet Red. HEX triplet: EF, 35 and 84. RGB value is (239,53,132). Sum of RGB (Red+Green+Blue) = 239+53+132=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3584 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3584 is #10CA7B. Grayscale: #757575. Windows color (decimal): -1100412 or 8664559. OLE color: 8664559.
HSL color Cylindrical-coordinate representation of color #EF3584: hue angle of 334.52º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF3584 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 132 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.06 |
| HSL | 334.52º | 0.85% | 0.57% | - |
| HSV(B) | 334.52º | 0.78% | 0.94% | - |
| XYZ | 41.03 | 22.56 | 24.02 | - |
| YUV | 117.62 | 136.12 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 132 | 0 | 0.78 | 0.45 | 0.06 | 334.52 | 0.85 | 0.57 |
| Hex | EF | 35 | 84 | 0 | 4E | 2D | 6 | 14F | 55 | 39 |
| Octal | 357 | 65 | 204 | 0 | 116 | 55 | 6 | 517 | 125 | 71 |
| Binary | 11101111 | 110101 | 10000100 | 0 | 1001110 | 101101 | 110 | 101001111 | 1010101 | 111001 |
Color Harmonies of #EF3584
Complementary color
Monochromatic Colors of #EF3584
Black with #EF3584
Text Example
Text Example
White with #EF3584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3584; }
p { color: rgb(239,53,132); }
H1.HeaderClassName
{
color: #EF3584;
}
.AnyTagClassName
{
color: #EF3584;
}
</style>
background-color css
<style>
a { background-color: #EF3584; }
a { background-color: rgb(239,53,132); }
div.DivClassName
{
background-color: #EF3584;
}
.BgClassName
{
background-color: #EF3584;
}
</style>
border-color css
<style>
span { border-color: #EF3584; }
span { border-color: rgb(239,53,132); }
td.TdClassName
{
border-color: #EF3584;
}
.TagClassName
{
border-color: #EF3584;
}
</style>