Shades of Violet Red #EF3487
Tints of Violet Red #EF3487
RGB
CMYK
RGB Variations
Color information
#EF3487 (or 0xEF3487) is known color: Violet Red. HEX triplet: EF, 34 and 87. RGB value is (239,52,135). Sum of RGB (Red+Green+Blue) = 239+52+135=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3487 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3487 is #10CB78. Grayscale: #757575. Windows color (decimal): -1100665 or 8860911. OLE color: 8860911.
HSL color Cylindrical-coordinate representation of color #EF3487: hue angle of 333.37º 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 #EF3487 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 135 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.06 |
| HSL | 333.37º | 0.85% | 0.57% | - |
| HSV(B) | 333.37º | 0.78% | 0.94% | - |
| XYZ | 41.2 | 22.56 | 25.1 | - |
| YUV | 117.38 | 137.95 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 135 | 0 | 0.78 | 0.44 | 0.06 | 333.37 | 0.85 | 0.57 |
| Hex | EF | 34 | 87 | 0 | 4E | 2C | 6 | 14D | 55 | 39 |
| Octal | 357 | 64 | 207 | 0 | 116 | 54 | 6 | 515 | 125 | 71 |
| Binary | 11101111 | 110100 | 10000111 | 0 | 1001110 | 101100 | 110 | 101001101 | 1010101 | 111001 |
Color Harmonies of #EF3487
Complementary color
Monochromatic Colors of #EF3487
Black with #EF3487
Text Example
Text Example
White with #EF3487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3487; }
p { color: rgb(239,52,135); }
H1.HeaderClassName
{
color: #EF3487;
}
.AnyTagClassName
{
color: #EF3487;
}
</style>
background-color css
<style>
a { background-color: #EF3487; }
a { background-color: rgb(239,52,135); }
div.DivClassName
{
background-color: #EF3487;
}
.BgClassName
{
background-color: #EF3487;
}
</style>
border-color css
<style>
span { border-color: #EF3487; }
span { border-color: rgb(239,52,135); }
td.TdClassName
{
border-color: #EF3487;
}
.TagClassName
{
border-color: #EF3487;
}
</style>