Shades of Violet Red #EF489A
Tints of Violet Red #EF489A
RGB
CMYK
RGB Variations
Color information
#EF489A (or 0xEF489A) is known color: Violet Red. HEX triplet: EF, 48 and 9A. RGB value is (239,72,154). Sum of RGB (Red+Green+Blue) = 239+72+154=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF489A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF489A is #10B765. Grayscale: #838383. Windows color (decimal): -1095526 or 10111215. OLE color: 10111215.
HSL color Cylindrical-coordinate representation of color #EF489A: hue angle of 330.54º 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 #EF489A is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 154 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.06 |
| HSL | 330.54º | 0.84% | 0.61% | - |
| HSV(B) | 330.54º | 0.7% | 0.94% | - |
| XYZ | 43.75 | 25.32 | 33.15 | - |
| YUV | 131.28 | 140.83 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 154 | 0 | 0.70 | 0.36 | 0.06 | 330.54 | 0.84 | 0.61 |
| Hex | EF | 48 | 9A | 0 | 46 | 24 | 6 | 14B | 54 | 3D |
| Octal | 357 | 110 | 232 | 0 | 106 | 44 | 6 | 513 | 124 | 75 |
| Binary | 11101111 | 1001000 | 10011010 | 0 | 1000110 | 100100 | 110 | 101001011 | 1010100 | 111101 |
Color Harmonies of #EF489A
Complementary color
Monochromatic Colors of #EF489A
Black with #EF489A
Text Example
Text Example
White with #EF489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF489A; }
p { color: rgb(239,72,154); }
H1.HeaderClassName
{
color: #EF489A;
}
.AnyTagClassName
{
color: #EF489A;
}
</style>
background-color css
<style>
a { background-color: #EF489A; }
a { background-color: rgb(239,72,154); }
div.DivClassName
{
background-color: #EF489A;
}
.BgClassName
{
background-color: #EF489A;
}
</style>
border-color css
<style>
span { border-color: #EF489A; }
span { border-color: rgb(239,72,154); }
td.TdClassName
{
border-color: #EF489A;
}
.TagClassName
{
border-color: #EF489A;
}
</style>