Shades of Violet Red #EF3988
Tints of Violet Red #EF3988
RGB
CMYK
RGB Variations
Color information
#EF3988 (or 0xEF3988) is known color: Violet Red. HEX triplet: EF, 39 and 88. RGB value is (239,57,136). Sum of RGB (Red+Green+Blue) = 239+57+136=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3988 is #10C677. Grayscale: #787878. Windows color (decimal): -1099384 or 8927727. OLE color: 8927727.
HSL color Cylindrical-coordinate representation of color #EF3988: hue angle of 333.96º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF3988 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 57 | 136 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.06 |
| HSL | 333.96º | 0.85% | 0.58% | - |
| HSV(B) | 333.96º | 0.76% | 0.94% | - |
| XYZ | 41.5 | 23.05 | 25.56 | - |
| YUV | 120.42 | 136.8 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 57 | 136 | 0 | 0.76 | 0.43 | 0.06 | 333.96 | 0.85 | 0.58 |
| Hex | EF | 39 | 88 | 0 | 4C | 2B | 6 | 14E | 55 | 3A |
| Octal | 357 | 71 | 210 | 0 | 114 | 53 | 6 | 516 | 125 | 72 |
| Binary | 11101111 | 111001 | 10001000 | 0 | 1001100 | 101011 | 110 | 101001110 | 1010101 | 111010 |
Color Harmonies of #EF3988
Complementary color
Monochromatic Colors of #EF3988
Black with #EF3988
Text Example
Text Example
White with #EF3988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3988; }
p { color: rgb(239,57,136); }
H1.HeaderClassName
{
color: #EF3988;
}
.AnyTagClassName
{
color: #EF3988;
}
</style>
background-color css
<style>
a { background-color: #EF3988; }
a { background-color: rgb(239,57,136); }
div.DivClassName
{
background-color: #EF3988;
}
.BgClassName
{
background-color: #EF3988;
}
</style>
border-color css
<style>
span { border-color: #EF3988; }
span { border-color: rgb(239,57,136); }
td.TdClassName
{
border-color: #EF3988;
}
.TagClassName
{
border-color: #EF3988;
}
</style>