Shades of Violet Red #ED3688
Tints of Violet Red #ED3688
RGB
CMYK
RGB Variations
Color information
#ED3688 (or 0xED3688) is known color: Violet Red. HEX triplet: ED, 36 and 88. RGB value is (237,54,136). Sum of RGB (Red+Green+Blue) = 237+54+136=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3688 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3688 is #12C977. Grayscale: #757575. Windows color (decimal): -1231224 or 8926957. OLE color: 8926957.
HSL color Cylindrical-coordinate representation of color #ED3688: hue angle of 333.11º 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 #ED3688 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 136 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.07 |
| HSL | 333.11º | 0.84% | 0.57% | - |
| HSV(B) | 333.11º | 0.77% | 0.93% | - |
| XYZ | 40.69 | 22.42 | 25.48 | - |
| YUV | 118.07 | 138.13 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 136 | 0 | 0.77 | 0.43 | 0.07 | 333.11 | 0.84 | 0.57 |
| Hex | ED | 36 | 88 | 0 | 4D | 2B | 7 | 14D | 54 | 39 |
| Octal | 355 | 66 | 210 | 0 | 115 | 53 | 7 | 515 | 124 | 71 |
| Binary | 11101101 | 110110 | 10001000 | 0 | 1001101 | 101011 | 111 | 101001101 | 1010100 | 111001 |
Color Harmonies of #ED3688
Complementary color
Monochromatic Colors of #ED3688
Black with #ED3688
Text Example
Text Example
White with #ED3688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3688; }
p { color: rgb(237,54,136); }
H1.HeaderClassName
{
color: #ED3688;
}
.AnyTagClassName
{
color: #ED3688;
}
</style>
background-color css
<style>
a { background-color: #ED3688; }
a { background-color: rgb(237,54,136); }
div.DivClassName
{
background-color: #ED3688;
}
.BgClassName
{
background-color: #ED3688;
}
</style>
border-color css
<style>
span { border-color: #ED3688; }
span { border-color: rgb(237,54,136); }
td.TdClassName
{
border-color: #ED3688;
}
.TagClassName
{
border-color: #ED3688;
}
</style>