Shades of Violet Red #EF439A
Tints of Violet Red #EF439A
RGB
CMYK
RGB Variations
Color information
#EF439A (or 0xEF439A) is known color: Violet Red. HEX triplet: EF, 43 and 9A. RGB value is (239,67,154). Sum of RGB (Red+Green+Blue) = 239+67+154=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 67 (26.56% from 255 or 14.57% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF439A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF439A is #10BC65. Grayscale: #808080. Windows color (decimal): -1096806 or 10109935. OLE color: 10109935.
HSL color Cylindrical-coordinate representation of color #EF439A: hue angle of 329.65º 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 #EF439A is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 154 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.06 |
| HSL | 329.65º | 0.84% | 0.6% | - |
| HSV(B) | 329.65º | 0.72% | 0.94% | - |
| XYZ | 43.44 | 24.7 | 33.05 | - |
| YUV | 128.35 | 142.48 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 154 | 0 | 0.72 | 0.36 | 0.06 | 329.65 | 0.84 | 0.6 |
| Hex | EF | 43 | 9A | 0 | 48 | 24 | 6 | 14A | 54 | 3C |
| Octal | 357 | 103 | 232 | 0 | 110 | 44 | 6 | 512 | 124 | 74 |
| Binary | 11101111 | 1000011 | 10011010 | 0 | 1001000 | 100100 | 110 | 101001010 | 1010100 | 111100 |
Color Harmonies of #EF439A
Complementary color
Monochromatic Colors of #EF439A
Black with #EF439A
Text Example
Text Example
White with #EF439A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF439A; }
p { color: rgb(239,67,154); }
H1.HeaderClassName
{
color: #EF439A;
}
.AnyTagClassName
{
color: #EF439A;
}
</style>
background-color css
<style>
a { background-color: #EF439A; }
a { background-color: rgb(239,67,154); }
div.DivClassName
{
background-color: #EF439A;
}
.BgClassName
{
background-color: #EF439A;
}
</style>
border-color css
<style>
span { border-color: #EF439A; }
span { border-color: rgb(239,67,154); }
td.TdClassName
{
border-color: #EF439A;
}
.TagClassName
{
border-color: #EF439A;
}
</style>