Shades of Violet Red #ED3683
Tints of Violet Red #ED3683
RGB
CMYK
RGB Variations
Color information
#ED3683 (or 0xED3683) is known color: Violet Red. HEX triplet: ED, 36 and 83. RGB value is (237,54,131). Sum of RGB (Red+Green+Blue) = 237+54+131=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3683 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3683 is #12C97C. Grayscale: #757575. Windows color (decimal): -1231229 or 8599277. OLE color: 8599277.
HSL color Cylindrical-coordinate representation of color #ED3683: hue angle of 334.75º 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 #ED3683 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 131 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.07 |
| HSL | 334.75º | 0.84% | 0.57% | - |
| HSV(B) | 334.75º | 0.77% | 0.93% | - |
| XYZ | 40.34 | 22.28 | 23.65 | - |
| YUV | 117.5 | 135.63 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 131 | 0 | 0.77 | 0.45 | 0.07 | 334.75 | 0.84 | 0.57 |
| Hex | ED | 36 | 83 | 0 | 4D | 2D | 7 | 14F | 54 | 39 |
| Octal | 355 | 66 | 203 | 0 | 115 | 55 | 7 | 517 | 124 | 71 |
| Binary | 11101101 | 110110 | 10000011 | 0 | 1001101 | 101101 | 111 | 101001111 | 1010100 | 111001 |
Color Harmonies of #ED3683
Complementary color
Monochromatic Colors of #ED3683
Black with #ED3683
Text Example
Text Example
White with #ED3683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3683; }
p { color: rgb(237,54,131); }
H1.HeaderClassName
{
color: #ED3683;
}
.AnyTagClassName
{
color: #ED3683;
}
</style>
background-color css
<style>
a { background-color: #ED3683; }
a { background-color: rgb(237,54,131); }
div.DivClassName
{
background-color: #ED3683;
}
.BgClassName
{
background-color: #ED3683;
}
</style>
border-color css
<style>
span { border-color: #ED3683; }
span { border-color: rgb(237,54,131); }
td.TdClassName
{
border-color: #ED3683;
}
.TagClassName
{
border-color: #ED3683;
}
</style>