Shades of Violet Red #ED3F81
Tints of Violet Red #ED3F81
RGB
CMYK
RGB Variations
Color information
#ED3F81 (or 0xED3F81) is known color: Violet Red. HEX triplet: ED, 3F and 81. RGB value is (237,63,129). Sum of RGB (Red+Green+Blue) = 237+63+129=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3F81 is #12C07E. Grayscale: #7A7A7A. Windows color (decimal): -1228927 or 8470509. OLE color: 8470509.
HSL color Cylindrical-coordinate representation of color #ED3F81: hue angle of 337.24º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED3F81 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 63 | 129 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.07 |
| HSL | 337.24º | 0.83% | 0.59% | - |
| HSV(B) | 337.24º | 0.73% | 0.93% | - |
| XYZ | 40.67 | 23.14 | 23.09 | - |
| YUV | 122.55 | 131.65 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 63 | 129 | 0 | 0.73 | 0.46 | 0.07 | 337.24 | 0.83 | 0.59 |
| Hex | ED | 3F | 81 | 0 | 49 | 2E | 7 | 151 | 53 | 3B |
| Octal | 355 | 77 | 201 | 0 | 111 | 56 | 7 | 521 | 123 | 73 |
| Binary | 11101101 | 111111 | 10000001 | 0 | 1001001 | 101110 | 111 | 101010001 | 1010011 | 111011 |
Color Harmonies of #ED3F81
Complementary color
Monochromatic Colors of #ED3F81
Black with #ED3F81
Text Example
Text Example
White with #ED3F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3F81; }
p { color: rgb(237,63,129); }
H1.HeaderClassName
{
color: #ED3F81;
}
.AnyTagClassName
{
color: #ED3F81;
}
</style>
background-color css
<style>
a { background-color: #ED3F81; }
a { background-color: rgb(237,63,129); }
div.DivClassName
{
background-color: #ED3F81;
}
.BgClassName
{
background-color: #ED3F81;
}
</style>
border-color css
<style>
span { border-color: #ED3F81; }
span { border-color: rgb(237,63,129); }
td.TdClassName
{
border-color: #ED3F81;
}
.TagClassName
{
border-color: #ED3F81;
}
</style>