Shades of Violet Red #EF3C8C
Tints of Violet Red #EF3C8C
RGB
CMYK
RGB Variations
Color information
#EF3C8C (or 0xEF3C8C) is known color: Violet Red. HEX triplet: EF, 3C and 8C. RGB value is (239,60,140). Sum of RGB (Red+Green+Blue) = 239+60+140=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 60 (23.83% from 255 or 13.67% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3C8C is #10C373. Grayscale: #7A7A7A. Windows color (decimal): -1098612 or 9190639. OLE color: 9190639.
HSL color Cylindrical-coordinate representation of color #EF3C8C: hue angle of 333.18º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3C8C is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 60 | 140 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.06 |
| HSL | 333.18º | 0.85% | 0.59% | - |
| HSV(B) | 333.18º | 0.75% | 0.94% | - |
| XYZ | 41.95 | 23.48 | 27.13 | - |
| YUV | 122.64 | 137.8 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 60 | 140 | 0 | 0.75 | 0.41 | 0.06 | 333.18 | 0.85 | 0.59 |
| Hex | EF | 3C | 8C | 0 | 4B | 29 | 6 | 14D | 55 | 3B |
| Octal | 357 | 74 | 214 | 0 | 113 | 51 | 6 | 515 | 125 | 73 |
| Binary | 11101111 | 111100 | 10001100 | 0 | 1001011 | 101001 | 110 | 101001101 | 1010101 | 111011 |
Color Harmonies of #EF3C8C
Complementary color
Monochromatic Colors of #EF3C8C
Black with #EF3C8C
Text Example
Text Example
White with #EF3C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3C8C; }
p { color: rgb(239,60,140); }
H1.HeaderClassName
{
color: #EF3C8C;
}
.AnyTagClassName
{
color: #EF3C8C;
}
</style>
background-color css
<style>
a { background-color: #EF3C8C; }
a { background-color: rgb(239,60,140); }
div.DivClassName
{
background-color: #EF3C8C;
}
.BgClassName
{
background-color: #EF3C8C;
}
</style>
border-color css
<style>
span { border-color: #EF3C8C; }
span { border-color: rgb(239,60,140); }
td.TdClassName
{
border-color: #EF3C8C;
}
.TagClassName
{
border-color: #EF3C8C;
}
</style>