Shades of Violet Red #EF448F
Tints of Violet Red #EF448F
RGB
CMYK
RGB Variations
Color information
#EF448F (or 0xEF448F) is known color: Violet Red. HEX triplet: EF, 44 and 8F. RGB value is (239,68,143). Sum of RGB (Red+Green+Blue) = 239+68+143=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF448F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF448F is #10BB70. Grayscale: #7F7F7F. Windows color (decimal): -1096561 or 9389295. OLE color: 9389295.
HSL color Cylindrical-coordinate representation of color #EF448F: hue angle of 333.68º 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 #EF448F is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 143 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.06 |
| HSL | 333.68º | 0.84% | 0.6% | - |
| HSV(B) | 333.68º | 0.72% | 0.94% | - |
| XYZ | 42.62 | 24.47 | 28.46 | - |
| YUV | 127.68 | 136.65 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 143 | 0 | 0.72 | 0.40 | 0.06 | 333.68 | 0.84 | 0.6 |
| Hex | EF | 44 | 8F | 0 | 48 | 28 | 6 | 14E | 54 | 3C |
| Octal | 357 | 104 | 217 | 0 | 110 | 50 | 6 | 516 | 124 | 74 |
| Binary | 11101111 | 1000100 | 10001111 | 0 | 1001000 | 101000 | 110 | 101001110 | 1010100 | 111100 |
Color Harmonies of #EF448F
Complementary color
Monochromatic Colors of #EF448F
Black with #EF448F
Text Example
Text Example
White with #EF448F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF448F; }
p { color: rgb(239,68,143); }
H1.HeaderClassName
{
color: #EF448F;
}
.AnyTagClassName
{
color: #EF448F;
}
</style>
background-color css
<style>
a { background-color: #EF448F; }
a { background-color: rgb(239,68,143); }
div.DivClassName
{
background-color: #EF448F;
}
.BgClassName
{
background-color: #EF448F;
}
</style>
border-color css
<style>
span { border-color: #EF448F; }
span { border-color: rgb(239,68,143); }
td.TdClassName
{
border-color: #EF448F;
}
.TagClassName
{
border-color: #EF448F;
}
</style>