Shades of Violet Red #EF3585
Tints of Violet Red #EF3585
RGB
CMYK
RGB Variations
Color information
#EF3585 (or 0xEF3585) is known color: Violet Red. HEX triplet: EF, 35 and 85. RGB value is (239,53,133). Sum of RGB (Red+Green+Blue) = 239+53+133=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3585 is #10CA7A. Grayscale: #757575. Windows color (decimal): -1100411 or 8730095. OLE color: 8730095.
HSL color Cylindrical-coordinate representation of color #EF3585: hue angle of 334.19º 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 #EF3585 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 133 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.06 |
| HSL | 334.19º | 0.85% | 0.57% | - |
| HSV(B) | 334.19º | 0.78% | 0.94% | - |
| XYZ | 41.1 | 22.59 | 24.38 | - |
| YUV | 117.73 | 136.62 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 133 | 0 | 0.78 | 0.44 | 0.06 | 334.19 | 0.85 | 0.57 |
| Hex | EF | 35 | 85 | 0 | 4E | 2C | 6 | 14E | 55 | 39 |
| Octal | 357 | 65 | 205 | 0 | 116 | 54 | 6 | 516 | 125 | 71 |
| Binary | 11101111 | 110101 | 10000101 | 0 | 1001110 | 101100 | 110 | 101001110 | 1010101 | 111001 |
Color Harmonies of #EF3585
Complementary color
Monochromatic Colors of #EF3585
Black with #EF3585
Text Example
Text Example
White with #EF3585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3585; }
p { color: rgb(239,53,133); }
H1.HeaderClassName
{
color: #EF3585;
}
.AnyTagClassName
{
color: #EF3585;
}
</style>
background-color css
<style>
a { background-color: #EF3585; }
a { background-color: rgb(239,53,133); }
div.DivClassName
{
background-color: #EF3585;
}
.BgClassName
{
background-color: #EF3585;
}
</style>
border-color css
<style>
span { border-color: #EF3585; }
span { border-color: rgb(239,53,133); }
td.TdClassName
{
border-color: #EF3585;
}
.TagClassName
{
border-color: #EF3585;
}
</style>