Shades of Violet Red #EF347A
Tints of Violet Red #EF347A
RGB
CMYK
RGB Variations
Color information
#EF347A (or 0xEF347A) is known color: Violet Red. HEX triplet: EF, 34 and 7A. RGB value is (239,52,122). Sum of RGB (Red+Green+Blue) = 239+52+122=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF347A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF347A is #10CB85. Grayscale: #737373. Windows color (decimal): -1100678 or 8008943. OLE color: 8008943.
HSL color Cylindrical-coordinate representation of color #EF347A: hue angle of 337.54º 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 #EF347A is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 122 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.06 |
| HSL | 337.54º | 0.85% | 0.57% | - |
| HSV(B) | 337.54º | 0.78% | 0.94% | - |
| XYZ | 40.34 | 22.21 | 20.57 | - |
| YUV | 115.89 | 131.45 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 122 | 0 | 0.78 | 0.49 | 0.06 | 337.54 | 0.85 | 0.57 |
| Hex | EF | 34 | 7A | 0 | 4E | 31 | 6 | 152 | 55 | 39 |
| Octal | 357 | 64 | 172 | 0 | 116 | 61 | 6 | 522 | 125 | 71 |
| Binary | 11101111 | 110100 | 1111010 | 0 | 1001110 | 110001 | 110 | 101010010 | 1010101 | 111001 |
Color Harmonies of #EF347A
Complementary color
Monochromatic Colors of #EF347A
Black with #EF347A
Text Example
Text Example
White with #EF347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF347A; }
p { color: rgb(239,52,122); }
H1.HeaderClassName
{
color: #EF347A;
}
.AnyTagClassName
{
color: #EF347A;
}
</style>
background-color css
<style>
a { background-color: #EF347A; }
a { background-color: rgb(239,52,122); }
div.DivClassName
{
background-color: #EF347A;
}
.BgClassName
{
background-color: #EF347A;
}
</style>
border-color css
<style>
span { border-color: #EF347A; }
span { border-color: rgb(239,52,122); }
td.TdClassName
{
border-color: #EF347A;
}
.TagClassName
{
border-color: #EF347A;
}
</style>