Shades of Violet Red #EF378B
Tints of Violet Red #EF378B
RGB
CMYK
RGB Variations
Color information
#EF378B (or 0xEF378B) is known color: Violet Red. HEX triplet: EF, 37 and 8B. RGB value is (239,55,139). Sum of RGB (Red+Green+Blue) = 239+55+139=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF378B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF378B is #10C874. Grayscale: #777777. Windows color (decimal): -1099893 or 9123823. OLE color: 9123823.
HSL color Cylindrical-coordinate representation of color #EF378B: hue angle of 332.61º 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 #EF378B is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 139 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.06 |
| HSL | 332.61º | 0.85% | 0.58% | - |
| HSV(B) | 332.61º | 0.77% | 0.94% | - |
| XYZ | 41.62 | 22.95 | 26.66 | - |
| YUV | 119.59 | 138.96 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 139 | 0 | 0.77 | 0.42 | 0.06 | 332.61 | 0.85 | 0.58 |
| Hex | EF | 37 | 8B | 0 | 4D | 2A | 6 | 14D | 55 | 3A |
| Octal | 357 | 67 | 213 | 0 | 115 | 52 | 6 | 515 | 125 | 72 |
| Binary | 11101111 | 110111 | 10001011 | 0 | 1001101 | 101010 | 110 | 101001101 | 1010101 | 111010 |
Color Harmonies of #EF378B
Complementary color
Monochromatic Colors of #EF378B
Black with #EF378B
Text Example
Text Example
White with #EF378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF378B; }
p { color: rgb(239,55,139); }
H1.HeaderClassName
{
color: #EF378B;
}
.AnyTagClassName
{
color: #EF378B;
}
</style>
background-color css
<style>
a { background-color: #EF378B; }
a { background-color: rgb(239,55,139); }
div.DivClassName
{
background-color: #EF378B;
}
.BgClassName
{
background-color: #EF378B;
}
</style>
border-color css
<style>
span { border-color: #EF378B; }
span { border-color: rgb(239,55,139); }
td.TdClassName
{
border-color: #EF378B;
}
.TagClassName
{
border-color: #EF378B;
}
</style>