Shades of Violet Red #EF448A
Tints of Violet Red #EF448A
RGB
CMYK
RGB Variations
Color information
#EF448A (or 0xEF448A) is known color: Violet Red. HEX triplet: EF, 44 and 8A. RGB value is (239,68,138). Sum of RGB (Red+Green+Blue) = 239+68+138=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF448A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF448A is #10BB75. Grayscale: #7F7F7F. Windows color (decimal): -1096566 or 9061615. OLE color: 9061615.
HSL color Cylindrical-coordinate representation of color #EF448A: hue angle of 335.44º 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 #EF448A is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 138 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.06 |
| HSL | 335.44º | 0.84% | 0.6% | - |
| HSV(B) | 335.44º | 0.72% | 0.94% | - |
| XYZ | 42.25 | 24.32 | 26.51 | - |
| YUV | 127.11 | 134.15 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 138 | 0 | 0.72 | 0.42 | 0.06 | 335.44 | 0.84 | 0.6 |
| Hex | EF | 44 | 8A | 0 | 48 | 2A | 6 | 14F | 54 | 3C |
| Octal | 357 | 104 | 212 | 0 | 110 | 52 | 6 | 517 | 124 | 74 |
| Binary | 11101111 | 1000100 | 10001010 | 0 | 1001000 | 101010 | 110 | 101001111 | 1010100 | 111100 |
Color Harmonies of #EF448A
Complementary color
Monochromatic Colors of #EF448A
Black with #EF448A
Text Example
Text Example
White with #EF448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF448A; }
p { color: rgb(239,68,138); }
H1.HeaderClassName
{
color: #EF448A;
}
.AnyTagClassName
{
color: #EF448A;
}
</style>
background-color css
<style>
a { background-color: #EF448A; }
a { background-color: rgb(239,68,138); }
div.DivClassName
{
background-color: #EF448A;
}
.BgClassName
{
background-color: #EF448A;
}
</style>
border-color css
<style>
span { border-color: #EF448A; }
span { border-color: rgb(239,68,138); }
td.TdClassName
{
border-color: #EF448A;
}
.TagClassName
{
border-color: #EF448A;
}
</style>