Shades of Violet Red #EF448D
Tints of Violet Red #EF448D
RGB
CMYK
RGB Variations
Color information
#EF448D (or 0xEF448D) is known color: Violet Red. HEX triplet: EF, 44 and 8D. RGB value is (239,68,141). Sum of RGB (Red+Green+Blue) = 239+68+141=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF448D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF448D is #10BB72. Grayscale: #7F7F7F. Windows color (decimal): -1096563 or 9258223. OLE color: 9258223.
HSL color Cylindrical-coordinate representation of color #EF448D: hue angle of 334.39º 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 #EF448D is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 141 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.06 |
| HSL | 334.39º | 0.84% | 0.6% | - |
| HSV(B) | 334.39º | 0.72% | 0.94% | - |
| XYZ | 42.47 | 24.41 | 27.67 | - |
| YUV | 127.45 | 135.65 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 141 | 0 | 0.72 | 0.41 | 0.06 | 334.39 | 0.84 | 0.6 |
| Hex | EF | 44 | 8D | 0 | 48 | 29 | 6 | 14E | 54 | 3C |
| Octal | 357 | 104 | 215 | 0 | 110 | 51 | 6 | 516 | 124 | 74 |
| Binary | 11101111 | 1000100 | 10001101 | 0 | 1001000 | 101001 | 110 | 101001110 | 1010100 | 111100 |
Color Harmonies of #EF448D
Complementary color
Monochromatic Colors of #EF448D
Black with #EF448D
Text Example
Text Example
White with #EF448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF448D; }
p { color: rgb(239,68,141); }
H1.HeaderClassName
{
color: #EF448D;
}
.AnyTagClassName
{
color: #EF448D;
}
</style>
background-color css
<style>
a { background-color: #EF448D; }
a { background-color: rgb(239,68,141); }
div.DivClassName
{
background-color: #EF448D;
}
.BgClassName
{
background-color: #EF448D;
}
</style>
border-color css
<style>
span { border-color: #EF448D; }
span { border-color: rgb(239,68,141); }
td.TdClassName
{
border-color: #EF448D;
}
.TagClassName
{
border-color: #EF448D;
}
</style>