Shades of Violet Red #ED3878
Tints of Violet Red #ED3878
RGB
CMYK
RGB Variations
Color information
#ED3878 (or 0xED3878) is known color: Violet Red. HEX triplet: ED, 38 and 78. RGB value is (237,56,120). Sum of RGB (Red+Green+Blue) = 237+56+120=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3878 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3878 is #12C787. Grayscale: #757575. Windows color (decimal): -1230728 or 7878893. OLE color: 7878893.
HSL color Cylindrical-coordinate representation of color #ED3878: hue angle of 338.78º 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 #ED3878 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 56 | 120 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.07 |
| HSL | 338.78º | 0.83% | 0.57% | - |
| HSV(B) | 338.78º | 0.76% | 0.93% | - |
| XYZ | 39.73 | 22.19 | 19.96 | - |
| YUV | 117.42 | 129.47 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 56 | 120 | 0 | 0.76 | 0.49 | 0.07 | 338.78 | 0.83 | 0.57 |
| Hex | ED | 38 | 78 | 0 | 4C | 31 | 7 | 153 | 53 | 39 |
| Octal | 355 | 70 | 170 | 0 | 114 | 61 | 7 | 523 | 123 | 71 |
| Binary | 11101101 | 111000 | 1111000 | 0 | 1001100 | 110001 | 111 | 101010011 | 1010011 | 111001 |
Color Harmonies of #ED3878
Complementary color
Monochromatic Colors of #ED3878
Black with #ED3878
Text Example
Text Example
White with #ED3878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3878; }
p { color: rgb(237,56,120); }
H1.HeaderClassName
{
color: #ED3878;
}
.AnyTagClassName
{
color: #ED3878;
}
</style>
background-color css
<style>
a { background-color: #ED3878; }
a { background-color: rgb(237,56,120); }
div.DivClassName
{
background-color: #ED3878;
}
.BgClassName
{
background-color: #ED3878;
}
</style>
border-color css
<style>
span { border-color: #ED3878; }
span { border-color: rgb(237,56,120); }
td.TdClassName
{
border-color: #ED3878;
}
.TagClassName
{
border-color: #ED3878;
}
</style>