Shades of Violet Red #EF4188
Tints of Violet Red #EF4188
RGB
CMYK
RGB Variations
Color information
#EF4188 (or 0xEF4188) is known color: Violet Red. HEX triplet: EF, 41 and 88. RGB value is (239,65,136). Sum of RGB (Red+Green+Blue) = 239+65+136=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4188 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4188 is #10BE77. Grayscale: #7D7D7D. Windows color (decimal): -1097336 or 8929775. OLE color: 8929775.
HSL color Cylindrical-coordinate representation of color #EF4188: hue angle of 335.52º 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 #EF4188 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 136 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.06 |
| HSL | 335.52º | 0.84% | 0.6% | - |
| HSV(B) | 335.52º | 0.73% | 0.94% | - |
| XYZ | 41.93 | 23.91 | 25.7 | - |
| YUV | 125.12 | 134.15 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 136 | 0 | 0.73 | 0.43 | 0.06 | 335.52 | 0.84 | 0.6 |
| Hex | EF | 41 | 88 | 0 | 49 | 2B | 6 | 150 | 54 | 3C |
| Octal | 357 | 101 | 210 | 0 | 111 | 53 | 6 | 520 | 124 | 74 |
| Binary | 11101111 | 1000001 | 10001000 | 0 | 1001001 | 101011 | 110 | 101010000 | 1010100 | 111100 |
Color Harmonies of #EF4188
Complementary color
Monochromatic Colors of #EF4188
Black with #EF4188
Text Example
Text Example
White with #EF4188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4188; }
p { color: rgb(239,65,136); }
H1.HeaderClassName
{
color: #EF4188;
}
.AnyTagClassName
{
color: #EF4188;
}
</style>
background-color css
<style>
a { background-color: #EF4188; }
a { background-color: rgb(239,65,136); }
div.DivClassName
{
background-color: #EF4188;
}
.BgClassName
{
background-color: #EF4188;
}
</style>
border-color css
<style>
span { border-color: #EF4188; }
span { border-color: rgb(239,65,136); }
td.TdClassName
{
border-color: #EF4188;
}
.TagClassName
{
border-color: #EF4188;
}
</style>