Shades of Violet Red #EF377A
Tints of Violet Red #EF377A
RGB
CMYK
RGB Variations
Color information
#EF377A (or 0xEF377A) is known color: Violet Red. HEX triplet: EF, 37 and 7A. RGB value is (239,55,122). Sum of RGB (Red+Green+Blue) = 239+55+122=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF377A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF377A is #10C885. Grayscale: #757575. Windows color (decimal): -1099910 or 8009711. OLE color: 8009711.
HSL color Cylindrical-coordinate representation of color #EF377A: hue angle of 338.15º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF377A is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 122 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.06 |
| HSL | 338.15º | 0.85% | 0.58% | - |
| HSV(B) | 338.15º | 0.77% | 0.94% | - |
| XYZ | 40.48 | 22.49 | 20.62 | - |
| YUV | 117.65 | 130.46 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 122 | 0 | 0.77 | 0.49 | 0.06 | 338.15 | 0.85 | 0.58 |
| Hex | EF | 37 | 7A | 0 | 4D | 31 | 6 | 152 | 55 | 3A |
| Octal | 357 | 67 | 172 | 0 | 115 | 61 | 6 | 522 | 125 | 72 |
| Binary | 11101111 | 110111 | 1111010 | 0 | 1001101 | 110001 | 110 | 101010010 | 1010101 | 111010 |
Color Harmonies of #EF377A
Complementary color
Monochromatic Colors of #EF377A
Black with #EF377A
Text Example
Text Example
White with #EF377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF377A; }
p { color: rgb(239,55,122); }
H1.HeaderClassName
{
color: #EF377A;
}
.AnyTagClassName
{
color: #EF377A;
}
</style>
background-color css
<style>
a { background-color: #EF377A; }
a { background-color: rgb(239,55,122); }
div.DivClassName
{
background-color: #EF377A;
}
.BgClassName
{
background-color: #EF377A;
}
</style>
border-color css
<style>
span { border-color: #EF377A; }
span { border-color: rgb(239,55,122); }
td.TdClassName
{
border-color: #EF377A;
}
.TagClassName
{
border-color: #EF377A;
}
</style>