Shades of Violet Red #EF428E
Tints of Violet Red #EF428E
RGB
CMYK
RGB Variations
Color information
#EF428E (or 0xEF428E) is known color: Violet Red. HEX triplet: EF, 42 and 8E. RGB value is (239,66,142). Sum of RGB (Red+Green+Blue) = 239+66+142=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF428E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF428E is #10BD71. Grayscale: #7E7E7E. Windows color (decimal): -1097074 or 9323247. OLE color: 9323247.
HSL color Cylindrical-coordinate representation of color #EF428E: hue angle of 333.64º 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 #EF428E is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 142 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.06 |
| HSL | 333.64º | 0.84% | 0.6% | - |
| HSV(B) | 333.64º | 0.72% | 0.94% | - |
| XYZ | 42.43 | 24.2 | 28.03 | - |
| YUV | 126.39 | 136.81 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 142 | 0 | 0.72 | 0.41 | 0.06 | 333.64 | 0.84 | 0.6 |
| Hex | EF | 42 | 8E | 0 | 48 | 29 | 6 | 14E | 54 | 3C |
| Octal | 357 | 102 | 216 | 0 | 110 | 51 | 6 | 516 | 124 | 74 |
| Binary | 11101111 | 1000010 | 10001110 | 0 | 1001000 | 101001 | 110 | 101001110 | 1010100 | 111100 |
Color Harmonies of #EF428E
Complementary color
Monochromatic Colors of #EF428E
Black with #EF428E
Text Example
Text Example
White with #EF428E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF428E; }
p { color: rgb(239,66,142); }
H1.HeaderClassName
{
color: #EF428E;
}
.AnyTagClassName
{
color: #EF428E;
}
</style>
background-color css
<style>
a { background-color: #EF428E; }
a { background-color: rgb(239,66,142); }
div.DivClassName
{
background-color: #EF428E;
}
.BgClassName
{
background-color: #EF428E;
}
</style>
border-color css
<style>
span { border-color: #EF428E; }
span { border-color: rgb(239,66,142); }
td.TdClassName
{
border-color: #EF428E;
}
.TagClassName
{
border-color: #EF428E;
}
</style>