Shades of Violet Red #EF449D
Tints of Violet Red #EF449D
RGB
CMYK
RGB Variations
Color information
#EF449D (or 0xEF449D) is known color: Violet Red. HEX triplet: EF, 44 and 9D. RGB value is (239,68,157). Sum of RGB (Red+Green+Blue) = 239+68+157=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF449D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF449D is #10BB62. Grayscale: #818181. Windows color (decimal): -1096547 or 10306799. OLE color: 10306799.
HSL color Cylindrical-coordinate representation of color #EF449D: hue angle of 328.77º 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 #EF449D is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 157 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.06 |
| HSL | 328.77º | 0.84% | 0.6% | - |
| HSV(B) | 328.77º | 0.72% | 0.94% | - |
| XYZ | 43.75 | 24.92 | 34.4 | - |
| YUV | 129.28 | 143.65 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 157 | 0 | 0.72 | 0.34 | 0.06 | 328.77 | 0.84 | 0.6 |
| Hex | EF | 44 | 9D | 0 | 48 | 22 | 6 | 149 | 54 | 3C |
| Octal | 357 | 104 | 235 | 0 | 110 | 42 | 6 | 511 | 124 | 74 |
| Binary | 11101111 | 1000100 | 10011101 | 0 | 1001000 | 100010 | 110 | 101001001 | 1010100 | 111100 |
Color Harmonies of #EF449D
Complementary color
Monochromatic Colors of #EF449D
Black with #EF449D
Text Example
Text Example
White with #EF449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF449D; }
p { color: rgb(239,68,157); }
H1.HeaderClassName
{
color: #EF449D;
}
.AnyTagClassName
{
color: #EF449D;
}
</style>
background-color css
<style>
a { background-color: #EF449D; }
a { background-color: rgb(239,68,157); }
div.DivClassName
{
background-color: #EF449D;
}
.BgClassName
{
background-color: #EF449D;
}
</style>
border-color css
<style>
span { border-color: #EF449D; }
span { border-color: rgb(239,68,157); }
td.TdClassName
{
border-color: #EF449D;
}
.TagClassName
{
border-color: #EF449D;
}
</style>