Shades of Violet Red #EF447C
Tints of Violet Red #EF447C
RGB
CMYK
RGB Variations
Color information
#EF447C (or 0xEF447C) is known color: Violet Red. HEX triplet: EF, 44 and 7C. RGB value is (239,68,124). Sum of RGB (Red+Green+Blue) = 239+68+124=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF447C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF447C is #10BB83. Grayscale: #7D7D7D. Windows color (decimal): -1096580 or 8144111. OLE color: 8144111.
HSL color Cylindrical-coordinate representation of color #EF447C: hue angle of 340.35º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF447C is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 124 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.06 |
| HSL | 340.35º | 0.84% | 0.6% | - |
| HSV(B) | 340.35º | 0.72% | 0.94% | - |
| XYZ | 41.3 | 23.94 | 21.51 | - |
| YUV | 125.51 | 127.15 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 124 | 0 | 0.72 | 0.48 | 0.06 | 340.35 | 0.84 | 0.6 |
| Hex | EF | 44 | 7C | 0 | 48 | 30 | 6 | 154 | 54 | 3C |
| Octal | 357 | 104 | 174 | 0 | 110 | 60 | 6 | 524 | 124 | 74 |
| Binary | 11101111 | 1000100 | 1111100 | 0 | 1001000 | 110000 | 110 | 101010100 | 1010100 | 111100 |
Color Harmonies of #EF447C
Complementary color
Monochromatic Colors of #EF447C
Black with #EF447C
Text Example
Text Example
White with #EF447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF447C; }
p { color: rgb(239,68,124); }
H1.HeaderClassName
{
color: #EF447C;
}
.AnyTagClassName
{
color: #EF447C;
}
</style>
background-color css
<style>
a { background-color: #EF447C; }
a { background-color: rgb(239,68,124); }
div.DivClassName
{
background-color: #EF447C;
}
.BgClassName
{
background-color: #EF447C;
}
</style>
border-color css
<style>
span { border-color: #EF447C; }
span { border-color: rgb(239,68,124); }
td.TdClassName
{
border-color: #EF447C;
}
.TagClassName
{
border-color: #EF447C;
}
</style>