Shades of Violet Red #ED3785
Tints of Violet Red #ED3785
RGB
CMYK
RGB Variations
Color information
#ED3785 (or 0xED3785) is known color: Violet Red. HEX triplet: ED, 37 and 85. RGB value is (237,55,133). Sum of RGB (Red+Green+Blue) = 237+55+133=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3785 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3785 is #12C87A. Grayscale: #767676. Windows color (decimal): -1230971 or 8730605. OLE color: 8730605.
HSL color Cylindrical-coordinate representation of color #ED3785: hue angle of 334.29º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED3785 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 133 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.07 |
| HSL | 334.29º | 0.83% | 0.57% | - |
| HSV(B) | 334.29º | 0.77% | 0.93% | - |
| XYZ | 40.52 | 22.43 | 24.38 | - |
| YUV | 118.31 | 136.3 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 133 | 0 | 0.77 | 0.44 | 0.07 | 334.29 | 0.83 | 0.57 |
| Hex | ED | 37 | 85 | 0 | 4D | 2C | 7 | 14E | 53 | 39 |
| Octal | 355 | 67 | 205 | 0 | 115 | 54 | 7 | 516 | 123 | 71 |
| Binary | 11101101 | 110111 | 10000101 | 0 | 1001101 | 101100 | 111 | 101001110 | 1010011 | 111001 |
Color Harmonies of #ED3785
Complementary color
Monochromatic Colors of #ED3785
Black with #ED3785
Text Example
Text Example
White with #ED3785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3785; }
p { color: rgb(237,55,133); }
H1.HeaderClassName
{
color: #ED3785;
}
.AnyTagClassName
{
color: #ED3785;
}
</style>
background-color css
<style>
a { background-color: #ED3785; }
a { background-color: rgb(237,55,133); }
div.DivClassName
{
background-color: #ED3785;
}
.BgClassName
{
background-color: #ED3785;
}
</style>
border-color css
<style>
span { border-color: #ED3785; }
span { border-color: rgb(237,55,133); }
td.TdClassName
{
border-color: #ED3785;
}
.TagClassName
{
border-color: #ED3785;
}
</style>