Shades of Violet Red #EF457D
Tints of Violet Red #EF457D
RGB
CMYK
RGB Variations
Color information
#EF457D (or 0xEF457D) is known color: Violet Red. HEX triplet: EF, 45 and 7D. RGB value is (239,69,125). Sum of RGB (Red+Green+Blue) = 239+69+125=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF457D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF457D is #10BA82. Grayscale: #7E7E7E. Windows color (decimal): -1096323 or 8209903. OLE color: 8209903.
HSL color Cylindrical-coordinate representation of color #EF457D: hue angle of 340.24º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF457D is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 125 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.06 |
| HSL | 340.24º | 0.84% | 0.6% | - |
| HSV(B) | 340.24º | 0.71% | 0.94% | - |
| XYZ | 41.43 | 24.09 | 21.87 | - |
| YUV | 126.21 | 127.32 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 125 | 0 | 0.71 | 0.48 | 0.06 | 340.24 | 0.84 | 0.6 |
| Hex | EF | 45 | 7D | 0 | 47 | 30 | 6 | 154 | 54 | 3C |
| Octal | 357 | 105 | 175 | 0 | 107 | 60 | 6 | 524 | 124 | 74 |
| Binary | 11101111 | 1000101 | 1111101 | 0 | 1000111 | 110000 | 110 | 101010100 | 1010100 | 111100 |
Color Harmonies of #EF457D
Complementary color
Monochromatic Colors of #EF457D
Black with #EF457D
Text Example
Text Example
White with #EF457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF457D; }
p { color: rgb(239,69,125); }
H1.HeaderClassName
{
color: #EF457D;
}
.AnyTagClassName
{
color: #EF457D;
}
</style>
background-color css
<style>
a { background-color: #EF457D; }
a { background-color: rgb(239,69,125); }
div.DivClassName
{
background-color: #EF457D;
}
.BgClassName
{
background-color: #EF457D;
}
</style>
border-color css
<style>
span { border-color: #EF457D; }
span { border-color: rgb(239,69,125); }
td.TdClassName
{
border-color: #EF457D;
}
.TagClassName
{
border-color: #EF457D;
}
</style>