Shades of Violet Red #ED3889
Tints of Violet Red #ED3889
RGB
CMYK
RGB Variations
Color information
#ED3889 (or 0xED3889) is known color: Violet Red. HEX triplet: ED, 38 and 89. RGB value is (237,56,137). Sum of RGB (Red+Green+Blue) = 237+56+137=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3889 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3889 is #12C776. Grayscale: #777777. Windows color (decimal): -1230711 or 8993005. OLE color: 8993005.
HSL color Cylindrical-coordinate representation of color #ED3889: hue angle of 333.15º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED3889 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 56 | 137 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.07 |
| HSL | 333.15º | 0.83% | 0.57% | - |
| HSV(B) | 333.15º | 0.76% | 0.93% | - |
| XYZ | 40.85 | 22.64 | 25.88 | - |
| YUV | 119.35 | 137.97 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 56 | 137 | 0 | 0.76 | 0.42 | 0.07 | 333.15 | 0.83 | 0.57 |
| Hex | ED | 38 | 89 | 0 | 4C | 2A | 7 | 14D | 53 | 39 |
| Octal | 355 | 70 | 211 | 0 | 114 | 52 | 7 | 515 | 123 | 71 |
| Binary | 11101101 | 111000 | 10001001 | 0 | 1001100 | 101010 | 111 | 101001101 | 1010011 | 111001 |
Color Harmonies of #ED3889
Complementary color
Monochromatic Colors of #ED3889
Black with #ED3889
Text Example
Text Example
White with #ED3889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3889; }
p { color: rgb(237,56,137); }
H1.HeaderClassName
{
color: #ED3889;
}
.AnyTagClassName
{
color: #ED3889;
}
</style>
background-color css
<style>
a { background-color: #ED3889; }
a { background-color: rgb(237,56,137); }
div.DivClassName
{
background-color: #ED3889;
}
.BgClassName
{
background-color: #ED3889;
}
</style>
border-color css
<style>
span { border-color: #ED3889; }
span { border-color: rgb(237,56,137); }
td.TdClassName
{
border-color: #ED3889;
}
.TagClassName
{
border-color: #ED3889;
}
</style>