Shades of Violet Red #EF357A
Tints of Violet Red #EF357A
RGB
CMYK
RGB Variations
Color information
#EF357A (or 0xEF357A) is known color: Violet Red. HEX triplet: EF, 35 and 7A. RGB value is (239,53,122). Sum of RGB (Red+Green+Blue) = 239+53+122=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF357A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF357A is #10CA85. Grayscale: #747474. Windows color (decimal): -1100422 or 8009199. OLE color: 8009199.
HSL color Cylindrical-coordinate representation of color #EF357A: hue angle of 337.74º 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 #EF357A is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 122 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.06 |
| HSL | 337.74º | 0.85% | 0.57% | - |
| HSV(B) | 337.74º | 0.78% | 0.94% | - |
| XYZ | 40.38 | 22.3 | 20.59 | - |
| YUV | 116.48 | 131.12 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 122 | 0 | 0.78 | 0.49 | 0.06 | 337.74 | 0.85 | 0.57 |
| Hex | EF | 35 | 7A | 0 | 4E | 31 | 6 | 152 | 55 | 39 |
| Octal | 357 | 65 | 172 | 0 | 116 | 61 | 6 | 522 | 125 | 71 |
| Binary | 11101111 | 110101 | 1111010 | 0 | 1001110 | 110001 | 110 | 101010010 | 1010101 | 111001 |
Color Harmonies of #EF357A
Complementary color
Monochromatic Colors of #EF357A
Black with #EF357A
Text Example
Text Example
White with #EF357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF357A; }
p { color: rgb(239,53,122); }
H1.HeaderClassName
{
color: #EF357A;
}
.AnyTagClassName
{
color: #EF357A;
}
</style>
background-color css
<style>
a { background-color: #EF357A; }
a { background-color: rgb(239,53,122); }
div.DivClassName
{
background-color: #EF357A;
}
.BgClassName
{
background-color: #EF357A;
}
</style>
border-color css
<style>
span { border-color: #EF357A; }
span { border-color: rgb(239,53,122); }
td.TdClassName
{
border-color: #EF357A;
}
.TagClassName
{
border-color: #EF357A;
}
</style>