Shades of Violet Red #ED3986
Tints of Violet Red #ED3986
RGB
CMYK
RGB Variations
Color information
#ED3986 (or 0xED3986) is known color: Violet Red. HEX triplet: ED, 39 and 86. RGB value is (237,57,134). Sum of RGB (Red+Green+Blue) = 237+57+134=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3986 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3986 is #12C679. Grayscale: #777777. Windows color (decimal): -1230458 or 8796653. OLE color: 8796653.
HSL color Cylindrical-coordinate representation of color #ED3986: hue angle of 334.33º 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 #ED3986 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 57 | 134 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.07 |
| HSL | 334.33º | 0.83% | 0.58% | - |
| HSV(B) | 334.33º | 0.76% | 0.93% | - |
| XYZ | 40.69 | 22.65 | 24.78 | - |
| YUV | 119.6 | 136.13 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 57 | 134 | 0 | 0.76 | 0.43 | 0.07 | 334.33 | 0.83 | 0.58 |
| Hex | ED | 39 | 86 | 0 | 4C | 2B | 7 | 14E | 53 | 3A |
| Octal | 355 | 71 | 206 | 0 | 114 | 53 | 7 | 516 | 123 | 72 |
| Binary | 11101101 | 111001 | 10000110 | 0 | 1001100 | 101011 | 111 | 101001110 | 1010011 | 111010 |
Color Harmonies of #ED3986
Complementary color
Monochromatic Colors of #ED3986
Black with #ED3986
Text Example
Text Example
White with #ED3986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3986; }
p { color: rgb(237,57,134); }
H1.HeaderClassName
{
color: #ED3986;
}
.AnyTagClassName
{
color: #ED3986;
}
</style>
background-color css
<style>
a { background-color: #ED3986; }
a { background-color: rgb(237,57,134); }
div.DivClassName
{
background-color: #ED3986;
}
.BgClassName
{
background-color: #ED3986;
}
</style>
border-color css
<style>
span { border-color: #ED3986; }
span { border-color: rgb(237,57,134); }
td.TdClassName
{
border-color: #ED3986;
}
.TagClassName
{
border-color: #ED3986;
}
</style>