Shades of Violet Red #ED4080
Tints of Violet Red #ED4080
RGB
CMYK
RGB Variations
Color information
#ED4080 (or 0xED4080) is known color: Violet Red. HEX triplet: ED, 40 and 80. RGB value is (237,64,128). Sum of RGB (Red+Green+Blue) = 237+64+128=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4080 is #12BF7F. Grayscale: #7A7A7A. Windows color (decimal): -1228672 or 8405229. OLE color: 8405229.
HSL color Cylindrical-coordinate representation of color #ED4080: hue angle of 337.8º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED4080 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 128 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.07 |
| HSL | 337.8º | 0.83% | 0.59% | - |
| HSV(B) | 337.8º | 0.73% | 0.93% | - |
| XYZ | 40.65 | 23.23 | 22.76 | - |
| YUV | 123.02 | 130.81 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 128 | 0 | 0.73 | 0.46 | 0.07 | 337.8 | 0.83 | 0.59 |
| Hex | ED | 40 | 80 | 0 | 49 | 2E | 7 | 152 | 53 | 3B |
| Octal | 355 | 100 | 200 | 0 | 111 | 56 | 7 | 522 | 123 | 73 |
| Binary | 11101101 | 1000000 | 10000000 | 0 | 1001001 | 101110 | 111 | 101010010 | 1010011 | 111011 |
Color Harmonies of #ED4080
Complementary color
Monochromatic Colors of #ED4080
Black with #ED4080
Text Example
Text Example
White with #ED4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4080; }
p { color: rgb(237,64,128); }
H1.HeaderClassName
{
color: #ED4080;
}
.AnyTagClassName
{
color: #ED4080;
}
</style>
background-color css
<style>
a { background-color: #ED4080; }
a { background-color: rgb(237,64,128); }
div.DivClassName
{
background-color: #ED4080;
}
.BgClassName
{
background-color: #ED4080;
}
</style>
border-color css
<style>
span { border-color: #ED4080; }
span { border-color: rgb(237,64,128); }
td.TdClassName
{
border-color: #ED4080;
}
.TagClassName
{
border-color: #ED4080;
}
</style>