Shades of Violet Red #EF479B
Tints of Violet Red #EF479B
RGB
CMYK
RGB Variations
Color information
#EF479B (or 0xEF479B) is known color: Violet Red. HEX triplet: EF, 47 and 9B. RGB value is (239,71,155). Sum of RGB (Red+Green+Blue) = 239+71+155=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF479B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF479B is #10B864. Grayscale: #828282. Windows color (decimal): -1095781 or 10176495. OLE color: 10176495.
HSL color Cylindrical-coordinate representation of color #EF479B: hue angle of 330º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF479B is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 155 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.06 |
| HSL | 330º | 0.84% | 0.61% | - |
| HSV(B) | 330º | 0.7% | 0.94% | - |
| XYZ | 43.77 | 25.22 | 33.57 | - |
| YUV | 130.81 | 141.66 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 155 | 0 | 0.70 | 0.35 | 0.06 | 330 | 0.84 | 0.61 |
| Hex | EF | 47 | 9B | 0 | 46 | 23 | 6 | 14A | 54 | 3D |
| Octal | 357 | 107 | 233 | 0 | 106 | 43 | 6 | 512 | 124 | 75 |
| Binary | 11101111 | 1000111 | 10011011 | 0 | 1000110 | 100011 | 110 | 101001010 | 1010100 | 111101 |
Color Harmonies of #EF479B
Complementary color
Monochromatic Colors of #EF479B
Black with #EF479B
Text Example
Text Example
White with #EF479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF479B; }
p { color: rgb(239,71,155); }
H1.HeaderClassName
{
color: #EF479B;
}
.AnyTagClassName
{
color: #EF479B;
}
</style>
background-color css
<style>
a { background-color: #EF479B; }
a { background-color: rgb(239,71,155); }
div.DivClassName
{
background-color: #EF479B;
}
.BgClassName
{
background-color: #EF479B;
}
</style>
border-color css
<style>
span { border-color: #EF479B; }
span { border-color: rgb(239,71,155); }
td.TdClassName
{
border-color: #EF479B;
}
.TagClassName
{
border-color: #EF479B;
}
</style>