Shades of Violet Red #ED458F
Tints of Violet Red #ED458F
RGB
CMYK
RGB Variations
Color information
#ED458F (or 0xED458F) is known color: Violet Red. HEX triplet: ED, 45 and 8F. RGB value is (237,69,143). Sum of RGB (Red+Green+Blue) = 237+69+143=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED458F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED458F is #12BA70. Grayscale: #7F7F7F. Windows color (decimal): -1227377 or 9389549. OLE color: 9389549.
HSL color Cylindrical-coordinate representation of color #ED458F: hue angle of 333.57º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED458F is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 143 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.07 |
| HSL | 333.57º | 0.82% | 0.6% | - |
| HSV(B) | 333.57º | 0.71% | 0.93% | - |
| XYZ | 42.01 | 24.24 | 28.45 | - |
| YUV | 127.67 | 136.66 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 143 | 0 | 0.71 | 0.40 | 0.07 | 333.57 | 0.82 | 0.6 |
| Hex | ED | 45 | 8F | 0 | 47 | 28 | 7 | 14E | 52 | 3C |
| Octal | 355 | 105 | 217 | 0 | 107 | 50 | 7 | 516 | 122 | 74 |
| Binary | 11101101 | 1000101 | 10001111 | 0 | 1000111 | 101000 | 111 | 101001110 | 1010010 | 111100 |
Color Harmonies of #ED458F
Complementary color
Monochromatic Colors of #ED458F
Black with #ED458F
Text Example
Text Example
White with #ED458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED458F; }
p { color: rgb(237,69,143); }
H1.HeaderClassName
{
color: #ED458F;
}
.AnyTagClassName
{
color: #ED458F;
}
</style>
background-color css
<style>
a { background-color: #ED458F; }
a { background-color: rgb(237,69,143); }
div.DivClassName
{
background-color: #ED458F;
}
.BgClassName
{
background-color: #ED458F;
}
</style>
border-color css
<style>
span { border-color: #ED458F; }
span { border-color: rgb(237,69,143); }
td.TdClassName
{
border-color: #ED458F;
}
.TagClassName
{
border-color: #ED458F;
}
</style>