Shades of Violet Red #EF458F
Tints of Violet Red #EF458F
RGB
CMYK
RGB Variations
Color information
#EF458F (or 0xEF458F) is known color: Violet Red. HEX triplet: EF, 45 and 8F. RGB value is (239,69,143). Sum of RGB (Red+Green+Blue) = 239+69+143=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF458F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF458F is #10BA70. Grayscale: #808080. Windows color (decimal): -1096305 or 9389551. OLE color: 9389551.
HSL color Cylindrical-coordinate representation of color #EF458F: hue angle of 333.88º 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 #EF458F is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 143 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.06 |
| HSL | 333.88º | 0.84% | 0.6% | - |
| HSV(B) | 333.88º | 0.71% | 0.94% | - |
| XYZ | 42.68 | 24.59 | 28.48 | - |
| YUV | 128.27 | 136.32 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 143 | 0 | 0.71 | 0.40 | 0.06 | 333.88 | 0.84 | 0.6 |
| Hex | EF | 45 | 8F | 0 | 47 | 28 | 6 | 14E | 54 | 3C |
| Octal | 357 | 105 | 217 | 0 | 107 | 50 | 6 | 516 | 124 | 74 |
| Binary | 11101111 | 1000101 | 10001111 | 0 | 1000111 | 101000 | 110 | 101001110 | 1010100 | 111100 |
Color Harmonies of #EF458F
Complementary color
Monochromatic Colors of #EF458F
Black with #EF458F
Text Example
Text Example
White with #EF458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF458F; }
p { color: rgb(239,69,143); }
H1.HeaderClassName
{
color: #EF458F;
}
.AnyTagClassName
{
color: #EF458F;
}
</style>
background-color css
<style>
a { background-color: #EF458F; }
a { background-color: rgb(239,69,143); }
div.DivClassName
{
background-color: #EF458F;
}
.BgClassName
{
background-color: #EF458F;
}
</style>
border-color css
<style>
span { border-color: #EF458F; }
span { border-color: rgb(239,69,143); }
td.TdClassName
{
border-color: #EF458F;
}
.TagClassName
{
border-color: #EF458F;
}
</style>