Shades of Violet Red #ED3A88
Tints of Violet Red #ED3A88
RGB
CMYK
RGB Variations
Color information
#ED3A88 (or 0xED3A88) is known color: Violet Red. HEX triplet: ED, 3A and 88. RGB value is (237,58,136). Sum of RGB (Red+Green+Blue) = 237+58+136=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3A88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3A88 is #12C577. Grayscale: #787878. Windows color (decimal): -1230200 or 8927981. OLE color: 8927981.
HSL color Cylindrical-coordinate representation of color #ED3A88: hue angle of 333.85º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED3A88 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 58 | 136 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.07 |
| HSL | 333.85º | 0.83% | 0.58% | - |
| HSV(B) | 333.85º | 0.76% | 0.93% | - |
| XYZ | 40.88 | 22.81 | 25.54 | - |
| YUV | 120.41 | 136.8 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 58 | 136 | 0 | 0.76 | 0.43 | 0.07 | 333.85 | 0.83 | 0.58 |
| Hex | ED | 3A | 88 | 0 | 4C | 2B | 7 | 14E | 53 | 3A |
| Octal | 355 | 72 | 210 | 0 | 114 | 53 | 7 | 516 | 123 | 72 |
| Binary | 11101101 | 111010 | 10001000 | 0 | 1001100 | 101011 | 111 | 101001110 | 1010011 | 111010 |
Color Harmonies of #ED3A88
Complementary color
Monochromatic Colors of #ED3A88
Black with #ED3A88
Text Example
Text Example
White with #ED3A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3A88; }
p { color: rgb(237,58,136); }
H1.HeaderClassName
{
color: #ED3A88;
}
.AnyTagClassName
{
color: #ED3A88;
}
</style>
background-color css
<style>
a { background-color: #ED3A88; }
a { background-color: rgb(237,58,136); }
div.DivClassName
{
background-color: #ED3A88;
}
.BgClassName
{
background-color: #ED3A88;
}
</style>
border-color css
<style>
span { border-color: #ED3A88; }
span { border-color: rgb(237,58,136); }
td.TdClassName
{
border-color: #ED3A88;
}
.TagClassName
{
border-color: #ED3A88;
}
</style>