Shades of Violet Red #EF4585
Tints of Violet Red #EF4585
RGB
CMYK
RGB Variations
Color information
#EF4585 (or 0xEF4585) is known color: Violet Red. HEX triplet: EF, 45 and 85. RGB value is (239,69,133). Sum of RGB (Red+Green+Blue) = 239+69+133=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4585 is #10BA7A. Grayscale: #7F7F7F. Windows color (decimal): -1096315 or 8734191. OLE color: 8734191.
HSL color Cylindrical-coordinate representation of color #EF4585: hue angle of 337.41º 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 #EF4585 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 133 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.06 |
| HSL | 337.41º | 0.84% | 0.6% | - |
| HSV(B) | 337.41º | 0.71% | 0.94% | - |
| XYZ | 41.96 | 24.3 | 24.67 | - |
| YUV | 127.13 | 131.32 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 133 | 0 | 0.71 | 0.44 | 0.06 | 337.41 | 0.84 | 0.6 |
| Hex | EF | 45 | 85 | 0 | 47 | 2C | 6 | 151 | 54 | 3C |
| Octal | 357 | 105 | 205 | 0 | 107 | 54 | 6 | 521 | 124 | 74 |
| Binary | 11101111 | 1000101 | 10000101 | 0 | 1000111 | 101100 | 110 | 101010001 | 1010100 | 111100 |
Color Harmonies of #EF4585
Complementary color
Monochromatic Colors of #EF4585
Black with #EF4585
Text Example
Text Example
White with #EF4585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4585; }
p { color: rgb(239,69,133); }
H1.HeaderClassName
{
color: #EF4585;
}
.AnyTagClassName
{
color: #EF4585;
}
</style>
background-color css
<style>
a { background-color: #EF4585; }
a { background-color: rgb(239,69,133); }
div.DivClassName
{
background-color: #EF4585;
}
.BgClassName
{
background-color: #EF4585;
}
</style>
border-color css
<style>
span { border-color: #EF4585; }
span { border-color: rgb(239,69,133); }
td.TdClassName
{
border-color: #EF4585;
}
.TagClassName
{
border-color: #EF4585;
}
</style>