Shades of Violet Red #ED3784
Tints of Violet Red #ED3784
RGB
CMYK
RGB Variations
Color information
#ED3784 (or 0xED3784) is known color: Violet Red. HEX triplet: ED, 37 and 84. RGB value is (237,55,132). Sum of RGB (Red+Green+Blue) = 237+55+132=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3784 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3784 is #12C87B. Grayscale: #767676. Windows color (decimal): -1230972 or 8665069. OLE color: 8665069.
HSL color Cylindrical-coordinate representation of color #ED3784: hue angle of 334.62º 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 #ED3784 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 132 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.07 |
| HSL | 334.62º | 0.83% | 0.57% | - |
| HSV(B) | 334.62º | 0.77% | 0.93% | - |
| XYZ | 40.46 | 22.4 | 24.02 | - |
| YUV | 118.2 | 135.8 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 132 | 0 | 0.77 | 0.44 | 0.07 | 334.62 | 0.83 | 0.57 |
| Hex | ED | 37 | 84 | 0 | 4D | 2C | 7 | 14F | 53 | 39 |
| Octal | 355 | 67 | 204 | 0 | 115 | 54 | 7 | 517 | 123 | 71 |
| Binary | 11101101 | 110111 | 10000100 | 0 | 1001101 | 101100 | 111 | 101001111 | 1010011 | 111001 |
Color Harmonies of #ED3784
Complementary color
Monochromatic Colors of #ED3784
Black with #ED3784
Text Example
Text Example
White with #ED3784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3784; }
p { color: rgb(237,55,132); }
H1.HeaderClassName
{
color: #ED3784;
}
.AnyTagClassName
{
color: #ED3784;
}
</style>
background-color css
<style>
a { background-color: #ED3784; }
a { background-color: rgb(237,55,132); }
div.DivClassName
{
background-color: #ED3784;
}
.BgClassName
{
background-color: #ED3784;
}
</style>
border-color css
<style>
span { border-color: #ED3784; }
span { border-color: rgb(237,55,132); }
td.TdClassName
{
border-color: #ED3784;
}
.TagClassName
{
border-color: #ED3784;
}
</style>