Shades of Violet Red #EF3B7C
Tints of Violet Red #EF3B7C
RGB
CMYK
RGB Variations
Color information
#EF3B7C (or 0xEF3B7C) is known color: Violet Red. HEX triplet: EF, 3B and 7C. RGB value is (239,59,124). Sum of RGB (Red+Green+Blue) = 239+59+124=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3B7C is #10C483. Grayscale: #787878. Windows color (decimal): -1098884 or 8141807. OLE color: 8141807.
HSL color Cylindrical-coordinate representation of color #EF3B7C: hue angle of 338.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3B7C is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 59 | 124 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.06 |
| HSL | 338.33º | 0.85% | 0.58% | - |
| HSV(B) | 338.33º | 0.75% | 0.94% | - |
| XYZ | 40.8 | 22.93 | 21.35 | - |
| YUV | 120.23 | 130.13 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 59 | 124 | 0 | 0.75 | 0.48 | 0.06 | 338.33 | 0.85 | 0.58 |
| Hex | EF | 3B | 7C | 0 | 4B | 30 | 6 | 152 | 55 | 3A |
| Octal | 357 | 73 | 174 | 0 | 113 | 60 | 6 | 522 | 125 | 72 |
| Binary | 11101111 | 111011 | 1111100 | 0 | 1001011 | 110000 | 110 | 101010010 | 1010101 | 111010 |
Color Harmonies of #EF3B7C
Complementary color
Monochromatic Colors of #EF3B7C
Black with #EF3B7C
Text Example
Text Example
White with #EF3B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3B7C; }
p { color: rgb(239,59,124); }
H1.HeaderClassName
{
color: #EF3B7C;
}
.AnyTagClassName
{
color: #EF3B7C;
}
</style>
background-color css
<style>
a { background-color: #EF3B7C; }
a { background-color: rgb(239,59,124); }
div.DivClassName
{
background-color: #EF3B7C;
}
.BgClassName
{
background-color: #EF3B7C;
}
</style>
border-color css
<style>
span { border-color: #EF3B7C; }
span { border-color: rgb(239,59,124); }
td.TdClassName
{
border-color: #EF3B7C;
}
.TagClassName
{
border-color: #EF3B7C;
}
</style>