Shades of Violet Red #EF449C
Tints of Violet Red #EF449C
RGB
CMYK
RGB Variations
Color information
#EF449C (or 0xEF449C) is known color: Violet Red. HEX triplet: EF, 44 and 9C. RGB value is (239,68,156). Sum of RGB (Red+Green+Blue) = 239+68+156=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF449C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF449C is #10BB63. Grayscale: #808080. Windows color (decimal): -1096548 or 10241263. OLE color: 10241263.
HSL color Cylindrical-coordinate representation of color #EF449C: hue angle of 329.12º 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 #EF449C is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 156 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.06 |
| HSL | 329.12º | 0.84% | 0.6% | - |
| HSV(B) | 329.12º | 0.72% | 0.94% | - |
| XYZ | 43.66 | 24.89 | 33.95 | - |
| YUV | 129.16 | 143.15 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 156 | 0 | 0.72 | 0.35 | 0.06 | 329.12 | 0.84 | 0.6 |
| Hex | EF | 44 | 9C | 0 | 48 | 23 | 6 | 149 | 54 | 3C |
| Octal | 357 | 104 | 234 | 0 | 110 | 43 | 6 | 511 | 124 | 74 |
| Binary | 11101111 | 1000100 | 10011100 | 0 | 1001000 | 100011 | 110 | 101001001 | 1010100 | 111100 |
Color Harmonies of #EF449C
Complementary color
Monochromatic Colors of #EF449C
Black with #EF449C
Text Example
Text Example
White with #EF449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF449C; }
p { color: rgb(239,68,156); }
H1.HeaderClassName
{
color: #EF449C;
}
.AnyTagClassName
{
color: #EF449C;
}
</style>
background-color css
<style>
a { background-color: #EF449C; }
a { background-color: rgb(239,68,156); }
div.DivClassName
{
background-color: #EF449C;
}
.BgClassName
{
background-color: #EF449C;
}
</style>
border-color css
<style>
span { border-color: #EF449C; }
span { border-color: rgb(239,68,156); }
td.TdClassName
{
border-color: #EF449C;
}
.TagClassName
{
border-color: #EF449C;
}
</style>