Shades of Violet Red #EF428F
Tints of Violet Red #EF428F
RGB
CMYK
RGB Variations
Color information
#EF428F (or 0xEF428F) is known color: Violet Red. HEX triplet: EF, 42 and 8F. RGB value is (239,66,143). Sum of RGB (Red+Green+Blue) = 239+66+143=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF428F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF428F is #10BD70. Grayscale: #7E7E7E. Windows color (decimal): -1097073 or 9388783. OLE color: 9388783.
HSL color Cylindrical-coordinate representation of color #EF428F: hue angle of 333.29º 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 #EF428F is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 143 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.06 |
| HSL | 333.29º | 0.84% | 0.6% | - |
| HSV(B) | 333.29º | 0.72% | 0.94% | - |
| XYZ | 42.5 | 24.23 | 28.42 | - |
| YUV | 126.51 | 137.31 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 143 | 0 | 0.72 | 0.40 | 0.06 | 333.29 | 0.84 | 0.6 |
| Hex | EF | 42 | 8F | 0 | 48 | 28 | 6 | 14D | 54 | 3C |
| Octal | 357 | 102 | 217 | 0 | 110 | 50 | 6 | 515 | 124 | 74 |
| Binary | 11101111 | 1000010 | 10001111 | 0 | 1001000 | 101000 | 110 | 101001101 | 1010100 | 111100 |
Color Harmonies of #EF428F
Complementary color
Monochromatic Colors of #EF428F
Black with #EF428F
Text Example
Text Example
White with #EF428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF428F; }
p { color: rgb(239,66,143); }
H1.HeaderClassName
{
color: #EF428F;
}
.AnyTagClassName
{
color: #EF428F;
}
</style>
background-color css
<style>
a { background-color: #EF428F; }
a { background-color: rgb(239,66,143); }
div.DivClassName
{
background-color: #EF428F;
}
.BgClassName
{
background-color: #EF428F;
}
</style>
border-color css
<style>
span { border-color: #EF428F; }
span { border-color: rgb(239,66,143); }
td.TdClassName
{
border-color: #EF428F;
}
.TagClassName
{
border-color: #EF428F;
}
</style>