Shades of Violet Red #EF427D
Tints of Violet Red #EF427D
RGB
CMYK
RGB Variations
Color information
#EF427D (or 0xEF427D) is known color: Violet Red. HEX triplet: EF, 42 and 7D. RGB value is (239,66,125). Sum of RGB (Red+Green+Blue) = 239+66+125=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF427D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF427D is #10BD82. Grayscale: #7C7C7C. Windows color (decimal): -1097091 or 8209135. OLE color: 8209135.
HSL color Cylindrical-coordinate representation of color #EF427D: hue angle of 339.54º 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 #EF427D is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 125 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.06 |
| HSL | 339.54º | 0.84% | 0.6% | - |
| HSV(B) | 339.54º | 0.72% | 0.94% | - |
| XYZ | 41.25 | 23.73 | 21.81 | - |
| YUV | 124.45 | 128.31 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 125 | 0 | 0.72 | 0.48 | 0.06 | 339.54 | 0.84 | 0.6 |
| Hex | EF | 42 | 7D | 0 | 48 | 30 | 6 | 154 | 54 | 3C |
| Octal | 357 | 102 | 175 | 0 | 110 | 60 | 6 | 524 | 124 | 74 |
| Binary | 11101111 | 1000010 | 1111101 | 0 | 1001000 | 110000 | 110 | 101010100 | 1010100 | 111100 |
Color Harmonies of #EF427D
Complementary color
Monochromatic Colors of #EF427D
Black with #EF427D
Text Example
Text Example
White with #EF427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF427D; }
p { color: rgb(239,66,125); }
H1.HeaderClassName
{
color: #EF427D;
}
.AnyTagClassName
{
color: #EF427D;
}
</style>
background-color css
<style>
a { background-color: #EF427D; }
a { background-color: rgb(239,66,125); }
div.DivClassName
{
background-color: #EF427D;
}
.BgClassName
{
background-color: #EF427D;
}
</style>
border-color css
<style>
span { border-color: #EF427D; }
span { border-color: rgb(239,66,125); }
td.TdClassName
{
border-color: #EF427D;
}
.TagClassName
{
border-color: #EF427D;
}
</style>