Shades of Violet Red #EF427A
Tints of Violet Red #EF427A
RGB
CMYK
RGB Variations
Color information
#EF427A (or 0xEF427A) is known color: Violet Red. HEX triplet: EF, 42 and 7A. RGB value is (239,66,122). Sum of RGB (Red+Green+Blue) = 239+66+122=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF427A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF427A is #10BD85. Grayscale: #7C7C7C. Windows color (decimal): -1097094 or 8012527. OLE color: 8012527.
HSL color Cylindrical-coordinate representation of color #EF427A: hue angle of 340.58º 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 #EF427A is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 122 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.06 |
| HSL | 340.58º | 0.84% | 0.6% | - |
| HSV(B) | 340.58º | 0.72% | 0.94% | - |
| XYZ | 41.06 | 23.65 | 20.81 | - |
| YUV | 124.11 | 126.81 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 122 | 0 | 0.72 | 0.49 | 0.06 | 340.58 | 0.84 | 0.6 |
| Hex | EF | 42 | 7A | 0 | 48 | 31 | 6 | 155 | 54 | 3C |
| Octal | 357 | 102 | 172 | 0 | 110 | 61 | 6 | 525 | 124 | 74 |
| Binary | 11101111 | 1000010 | 1111010 | 0 | 1001000 | 110001 | 110 | 101010101 | 1010100 | 111100 |
Color Harmonies of #EF427A
Complementary color
Monochromatic Colors of #EF427A
Black with #EF427A
Text Example
Text Example
White with #EF427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF427A; }
p { color: rgb(239,66,122); }
H1.HeaderClassName
{
color: #EF427A;
}
.AnyTagClassName
{
color: #EF427A;
}
</style>
background-color css
<style>
a { background-color: #EF427A; }
a { background-color: rgb(239,66,122); }
div.DivClassName
{
background-color: #EF427A;
}
.BgClassName
{
background-color: #EF427A;
}
</style>
border-color css
<style>
span { border-color: #EF427A; }
span { border-color: rgb(239,66,122); }
td.TdClassName
{
border-color: #EF427A;
}
.TagClassName
{
border-color: #EF427A;
}
</style>