Shades of Violet Red #EF378E
Tints of Violet Red #EF378E
RGB
CMYK
RGB Variations
Color information
#EF378E (or 0xEF378E) is known color: Violet Red. HEX triplet: EF, 37 and 8E. RGB value is (239,55,142). Sum of RGB (Red+Green+Blue) = 239+55+142=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF378E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF378E is #10C871. Grayscale: #777777. Windows color (decimal): -1099890 or 9320431. OLE color: 9320431.
HSL color Cylindrical-coordinate representation of color #EF378E: hue angle of 331.63º 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 #EF378E is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 142 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.06 |
| HSL | 331.63º | 0.85% | 0.58% | - |
| HSV(B) | 331.63º | 0.77% | 0.94% | - |
| XYZ | 41.85 | 23.04 | 27.83 | - |
| YUV | 119.93 | 140.46 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 142 | 0 | 0.77 | 0.41 | 0.06 | 331.63 | 0.85 | 0.58 |
| Hex | EF | 37 | 8E | 0 | 4D | 29 | 6 | 14C | 55 | 3A |
| Octal | 357 | 67 | 216 | 0 | 115 | 51 | 6 | 514 | 125 | 72 |
| Binary | 11101111 | 110111 | 10001110 | 0 | 1001101 | 101001 | 110 | 101001100 | 1010101 | 111010 |
Color Harmonies of #EF378E
Complementary color
Monochromatic Colors of #EF378E
Black with #EF378E
Text Example
Text Example
White with #EF378E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF378E; }
p { color: rgb(239,55,142); }
H1.HeaderClassName
{
color: #EF378E;
}
.AnyTagClassName
{
color: #EF378E;
}
</style>
background-color css
<style>
a { background-color: #EF378E; }
a { background-color: rgb(239,55,142); }
div.DivClassName
{
background-color: #EF378E;
}
.BgClassName
{
background-color: #EF378E;
}
</style>
border-color css
<style>
span { border-color: #EF378E; }
span { border-color: rgb(239,55,142); }
td.TdClassName
{
border-color: #EF378E;
}
.TagClassName
{
border-color: #EF378E;
}
</style>