Shades of Violet Red #ED408E
Tints of Violet Red #ED408E
RGB
CMYK
RGB Variations
Color information
#ED408E (or 0xED408E) is known color: Violet Red. HEX triplet: ED, 40 and 8E. RGB value is (237,64,142). Sum of RGB (Red+Green+Blue) = 237+64+142=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED408E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED408E is #12BF71. Grayscale: #7C7C7C. Windows color (decimal): -1228658 or 9322733. OLE color: 9322733.
HSL color Cylindrical-coordinate representation of color #ED408E: hue angle of 332.95º 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 #ED408E is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 142 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.07 |
| HSL | 332.95º | 0.83% | 0.59% | - |
| HSV(B) | 332.95º | 0.73% | 0.93% | - |
| XYZ | 41.64 | 23.62 | 27.96 | - |
| YUV | 124.62 | 137.81 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 142 | 0 | 0.73 | 0.40 | 0.07 | 332.95 | 0.83 | 0.59 |
| Hex | ED | 40 | 8E | 0 | 49 | 28 | 7 | 14D | 53 | 3B |
| Octal | 355 | 100 | 216 | 0 | 111 | 50 | 7 | 515 | 123 | 73 |
| Binary | 11101101 | 1000000 | 10001110 | 0 | 1001001 | 101000 | 111 | 101001101 | 1010011 | 111011 |
Color Harmonies of #ED408E
Complementary color
Monochromatic Colors of #ED408E
Black with #ED408E
Text Example
Text Example
White with #ED408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED408E; }
p { color: rgb(237,64,142); }
H1.HeaderClassName
{
color: #ED408E;
}
.AnyTagClassName
{
color: #ED408E;
}
</style>
background-color css
<style>
a { background-color: #ED408E; }
a { background-color: rgb(237,64,142); }
div.DivClassName
{
background-color: #ED408E;
}
.BgClassName
{
background-color: #ED408E;
}
</style>
border-color css
<style>
span { border-color: #ED408E; }
span { border-color: rgb(237,64,142); }
td.TdClassName
{
border-color: #ED408E;
}
.TagClassName
{
border-color: #ED408E;
}
</style>