Shades of Violet Red #EF4189
Tints of Violet Red #EF4189
RGB
CMYK
RGB Variations
Color information
#EF4189 (or 0xEF4189) is known color: Violet Red. HEX triplet: EF, 41 and 89. RGB value is (239,65,137). Sum of RGB (Red+Green+Blue) = 239+65+137=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4189 is #10BE76. Grayscale: #7D7D7D. Windows color (decimal): -1097335 or 8995311. OLE color: 8995311.
HSL color Cylindrical-coordinate representation of color #EF4189: hue angle of 335.17º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF4189 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 137 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.06 |
| HSL | 335.17º | 0.84% | 0.6% | - |
| HSV(B) | 335.17º | 0.73% | 0.94% | - |
| XYZ | 42 | 23.94 | 26.07 | - |
| YUV | 125.23 | 134.65 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 137 | 0 | 0.73 | 0.43 | 0.06 | 335.17 | 0.84 | 0.6 |
| Hex | EF | 41 | 89 | 0 | 49 | 2B | 6 | 14F | 54 | 3C |
| Octal | 357 | 101 | 211 | 0 | 111 | 53 | 6 | 517 | 124 | 74 |
| Binary | 11101111 | 1000001 | 10001001 | 0 | 1001001 | 101011 | 110 | 101001111 | 1010100 | 111100 |
Color Harmonies of #EF4189
Complementary color
Monochromatic Colors of #EF4189
Black with #EF4189
Text Example
Text Example
White with #EF4189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4189; }
p { color: rgb(239,65,137); }
H1.HeaderClassName
{
color: #EF4189;
}
.AnyTagClassName
{
color: #EF4189;
}
</style>
background-color css
<style>
a { background-color: #EF4189; }
a { background-color: rgb(239,65,137); }
div.DivClassName
{
background-color: #EF4189;
}
.BgClassName
{
background-color: #EF4189;
}
</style>
border-color css
<style>
span { border-color: #EF4189; }
span { border-color: rgb(239,65,137); }
td.TdClassName
{
border-color: #EF4189;
}
.TagClassName
{
border-color: #EF4189;
}
</style>