Shades of Violet Red #ED3990
Tints of Violet Red #ED3990
RGB
CMYK
RGB Variations
Color information
#ED3990 (or 0xED3990) is known color: Violet Red. HEX triplet: ED, 39 and 90. RGB value is (237,57,144). Sum of RGB (Red+Green+Blue) = 237+57+144=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3990 is #12C66F. Grayscale: #787878. Windows color (decimal): -1230448 or 9452013. OLE color: 9452013.
HSL color Cylindrical-coordinate representation of color #ED3990: hue angle of 331º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED3990 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 57 | 144 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.07 |
| HSL | 331º | 0.83% | 0.58% | - |
| HSV(B) | 331º | 0.76% | 0.93% | - |
| XYZ | 41.42 | 22.94 | 28.63 | - |
| YUV | 120.74 | 141.13 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 57 | 144 | 0 | 0.76 | 0.39 | 0.07 | 331 | 0.83 | 0.58 |
| Hex | ED | 39 | 90 | 0 | 4C | 27 | 7 | 14B | 53 | 3A |
| Octal | 355 | 71 | 220 | 0 | 114 | 47 | 7 | 513 | 123 | 72 |
| Binary | 11101101 | 111001 | 10010000 | 0 | 1001100 | 100111 | 111 | 101001011 | 1010011 | 111010 |
Color Harmonies of #ED3990
Complementary color
Monochromatic Colors of #ED3990
Black with #ED3990
Text Example
Text Example
White with #ED3990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3990; }
p { color: rgb(237,57,144); }
H1.HeaderClassName
{
color: #ED3990;
}
.AnyTagClassName
{
color: #ED3990;
}
</style>
background-color css
<style>
a { background-color: #ED3990; }
a { background-color: rgb(237,57,144); }
div.DivClassName
{
background-color: #ED3990;
}
.BgClassName
{
background-color: #ED3990;
}
</style>
border-color css
<style>
span { border-color: #ED3990; }
span { border-color: rgb(237,57,144); }
td.TdClassName
{
border-color: #ED3990;
}
.TagClassName
{
border-color: #ED3990;
}
</style>