Shades of Violet Red #EF447E
Tints of Violet Red #EF447E
RGB
CMYK
RGB Variations
Color information
#EF447E (or 0xEF447E) is known color: Violet Red. HEX triplet: EF, 44 and 7E. RGB value is (239,68,126). Sum of RGB (Red+Green+Blue) = 239+68+126=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF447E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF447E is #10BB81. Grayscale: #7D7D7D. Windows color (decimal): -1096578 or 8275183. OLE color: 8275183.
HSL color Cylindrical-coordinate representation of color #EF447E: hue angle of 339.65º 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 #EF447E is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 126 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.06 |
| HSL | 339.65º | 0.84% | 0.6% | - |
| HSV(B) | 339.65º | 0.72% | 0.94% | - |
| XYZ | 41.43 | 23.99 | 22.19 | - |
| YUV | 125.74 | 128.15 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 126 | 0 | 0.72 | 0.47 | 0.06 | 339.65 | 0.84 | 0.6 |
| Hex | EF | 44 | 7E | 0 | 48 | 2F | 6 | 154 | 54 | 3C |
| Octal | 357 | 104 | 176 | 0 | 110 | 57 | 6 | 524 | 124 | 74 |
| Binary | 11101111 | 1000100 | 1111110 | 0 | 1001000 | 101111 | 110 | 101010100 | 1010100 | 111100 |
Color Harmonies of #EF447E
Complementary color
Monochromatic Colors of #EF447E
Black with #EF447E
Text Example
Text Example
White with #EF447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF447E; }
p { color: rgb(239,68,126); }
H1.HeaderClassName
{
color: #EF447E;
}
.AnyTagClassName
{
color: #EF447E;
}
</style>
background-color css
<style>
a { background-color: #EF447E; }
a { background-color: rgb(239,68,126); }
div.DivClassName
{
background-color: #EF447E;
}
.BgClassName
{
background-color: #EF447E;
}
</style>
border-color css
<style>
span { border-color: #EF447E; }
span { border-color: rgb(239,68,126); }
td.TdClassName
{
border-color: #EF447E;
}
.TagClassName
{
border-color: #EF447E;
}
</style>