Shades of Violet Red #EF3488
Tints of Violet Red #EF3488
RGB
CMYK
RGB Variations
Color information
#EF3488 (or 0xEF3488) is known color: Violet Red. HEX triplet: EF, 34 and 88. RGB value is (239,52,136). Sum of RGB (Red+Green+Blue) = 239+52+136=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3488 is #10CB77. Grayscale: #757575. Windows color (decimal): -1100664 or 8926447. OLE color: 8926447.
HSL color Cylindrical-coordinate representation of color #EF3488: hue angle of 333.05º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF3488 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 136 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.06 |
| HSL | 333.05º | 0.85% | 0.57% | - |
| HSV(B) | 333.05º | 0.78% | 0.94% | - |
| XYZ | 41.27 | 22.58 | 25.48 | - |
| YUV | 117.49 | 138.45 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 136 | 0 | 0.78 | 0.43 | 0.06 | 333.05 | 0.85 | 0.57 |
| Hex | EF | 34 | 88 | 0 | 4E | 2B | 6 | 14D | 55 | 39 |
| Octal | 357 | 64 | 210 | 0 | 116 | 53 | 6 | 515 | 125 | 71 |
| Binary | 11101111 | 110100 | 10001000 | 0 | 1001110 | 101011 | 110 | 101001101 | 1010101 | 111001 |
Color Harmonies of #EF3488
Complementary color
Monochromatic Colors of #EF3488
Black with #EF3488
Text Example
Text Example
White with #EF3488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3488; }
p { color: rgb(239,52,136); }
H1.HeaderClassName
{
color: #EF3488;
}
.AnyTagClassName
{
color: #EF3488;
}
</style>
background-color css
<style>
a { background-color: #EF3488; }
a { background-color: rgb(239,52,136); }
div.DivClassName
{
background-color: #EF3488;
}
.BgClassName
{
background-color: #EF3488;
}
</style>
border-color css
<style>
span { border-color: #EF3488; }
span { border-color: rgb(239,52,136); }
td.TdClassName
{
border-color: #EF3488;
}
.TagClassName
{
border-color: #EF3488;
}
</style>