Shades of Violet Red #ED4690
Tints of Violet Red #ED4690
RGB
CMYK
RGB Variations
Color information
#ED4690 (or 0xED4690) is known color: Violet Red. HEX triplet: ED, 46 and 90. RGB value is (237,70,144). Sum of RGB (Red+Green+Blue) = 237+70+144=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4690 is #12B96F. Grayscale: #808080. Windows color (decimal): -1227120 or 9455341. OLE color: 9455341.
HSL color Cylindrical-coordinate representation of color #ED4690: hue angle of 333.41º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4690 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 144 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.07 |
| HSL | 333.41º | 0.82% | 0.6% | - |
| HSV(B) | 333.41º | 0.7% | 0.93% | - |
| XYZ | 42.15 | 24.4 | 28.87 | - |
| YUV | 128.37 | 136.83 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 144 | 0 | 0.70 | 0.39 | 0.07 | 333.41 | 0.82 | 0.6 |
| Hex | ED | 46 | 90 | 0 | 46 | 27 | 7 | 14D | 52 | 3C |
| Octal | 355 | 106 | 220 | 0 | 106 | 47 | 7 | 515 | 122 | 74 |
| Binary | 11101101 | 1000110 | 10010000 | 0 | 1000110 | 100111 | 111 | 101001101 | 1010010 | 111100 |
Color Harmonies of #ED4690
Complementary color
Monochromatic Colors of #ED4690
Black with #ED4690
Text Example
Text Example
White with #ED4690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4690; }
p { color: rgb(237,70,144); }
H1.HeaderClassName
{
color: #ED4690;
}
.AnyTagClassName
{
color: #ED4690;
}
</style>
background-color css
<style>
a { background-color: #ED4690; }
a { background-color: rgb(237,70,144); }
div.DivClassName
{
background-color: #ED4690;
}
.BgClassName
{
background-color: #ED4690;
}
</style>
border-color css
<style>
span { border-color: #ED4690; }
span { border-color: rgb(237,70,144); }
td.TdClassName
{
border-color: #ED4690;
}
.TagClassName
{
border-color: #ED4690;
}
</style>