Shades of Violet Red #EF4284
Tints of Violet Red #EF4284
RGB
CMYK
RGB Variations
Color information
#EF4284 (or 0xEF4284) is known color: Violet Red. HEX triplet: EF, 42 and 84. RGB value is (239,66,132). Sum of RGB (Red+Green+Blue) = 239+66+132=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4284 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4284 is #10BD7B. Grayscale: #7D7D7D. Windows color (decimal): -1097084 or 8667887. OLE color: 8667887.
HSL color Cylindrical-coordinate representation of color #EF4284: hue angle of 337.11º 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 #EF4284 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 132 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.06 |
| HSL | 337.11º | 0.84% | 0.6% | - |
| HSV(B) | 337.11º | 0.72% | 0.94% | - |
| XYZ | 41.71 | 23.91 | 24.25 | - |
| YUV | 125.25 | 131.81 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 132 | 0 | 0.72 | 0.45 | 0.06 | 337.11 | 0.84 | 0.6 |
| Hex | EF | 42 | 84 | 0 | 48 | 2D | 6 | 151 | 54 | 3C |
| Octal | 357 | 102 | 204 | 0 | 110 | 55 | 6 | 521 | 124 | 74 |
| Binary | 11101111 | 1000010 | 10000100 | 0 | 1001000 | 101101 | 110 | 101010001 | 1010100 | 111100 |
Color Harmonies of #EF4284
Complementary color
Monochromatic Colors of #EF4284
Black with #EF4284
Text Example
Text Example
White with #EF4284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4284; }
p { color: rgb(239,66,132); }
H1.HeaderClassName
{
color: #EF4284;
}
.AnyTagClassName
{
color: #EF4284;
}
</style>
background-color css
<style>
a { background-color: #EF4284; }
a { background-color: rgb(239,66,132); }
div.DivClassName
{
background-color: #EF4284;
}
.BgClassName
{
background-color: #EF4284;
}
</style>
border-color css
<style>
span { border-color: #EF4284; }
span { border-color: rgb(239,66,132); }
td.TdClassName
{
border-color: #EF4284;
}
.TagClassName
{
border-color: #EF4284;
}
</style>