Shades of Violet Red #ED3682
Tints of Violet Red #ED3682
RGB
CMYK
RGB Variations
Color information
#ED3682 (or 0xED3682) is known color: Violet Red. HEX triplet: ED, 36 and 82. RGB value is (237,54,130). Sum of RGB (Red+Green+Blue) = 237+54+130=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3682 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3682 is #12C97D. Grayscale: #757575. Windows color (decimal): -1231230 or 8533741. OLE color: 8533741.
HSL color Cylindrical-coordinate representation of color #ED3682: hue angle of 335.08º degrees, saturation: 0.84, 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 #ED3682 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 130 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.07 |
| HSL | 335.08º | 0.84% | 0.57% | - |
| HSV(B) | 335.08º | 0.77% | 0.93% | - |
| XYZ | 40.27 | 22.25 | 23.29 | - |
| YUV | 117.38 | 135.13 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 130 | 0 | 0.77 | 0.45 | 0.07 | 335.08 | 0.84 | 0.57 |
| Hex | ED | 36 | 82 | 0 | 4D | 2D | 7 | 14F | 54 | 39 |
| Octal | 355 | 66 | 202 | 0 | 115 | 55 | 7 | 517 | 124 | 71 |
| Binary | 11101101 | 110110 | 10000010 | 0 | 1001101 | 101101 | 111 | 101001111 | 1010100 | 111001 |
Color Harmonies of #ED3682
Complementary color
Monochromatic Colors of #ED3682
Black with #ED3682
Text Example
Text Example
White with #ED3682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3682; }
p { color: rgb(237,54,130); }
H1.HeaderClassName
{
color: #ED3682;
}
.AnyTagClassName
{
color: #ED3682;
}
</style>
background-color css
<style>
a { background-color: #ED3682; }
a { background-color: rgb(237,54,130); }
div.DivClassName
{
background-color: #ED3682;
}
.BgClassName
{
background-color: #ED3682;
}
</style>
border-color css
<style>
span { border-color: #ED3682; }
span { border-color: rgb(237,54,130); }
td.TdClassName
{
border-color: #ED3682;
}
.TagClassName
{
border-color: #ED3682;
}
</style>