Shades of Violet Red #ED437D
Tints of Violet Red #ED437D
RGB
CMYK
RGB Variations
Color information
#ED437D (or 0xED437D) is known color: Violet Red. HEX triplet: ED, 43 and 7D. RGB value is (237,67,125). Sum of RGB (Red+Green+Blue) = 237+67+125=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED437D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED437D is #12BC82. Grayscale: #7C7C7C. Windows color (decimal): -1227907 or 8209389. OLE color: 8209389.
HSL color Cylindrical-coordinate representation of color #ED437D: hue angle of 339.53º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED437D is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 125 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.07 |
| HSL | 339.53º | 0.83% | 0.6% | - |
| HSV(B) | 339.53º | 0.72% | 0.93% | - |
| XYZ | 40.63 | 23.5 | 21.8 | - |
| YUV | 124.44 | 128.32 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 125 | 0 | 0.72 | 0.47 | 0.07 | 339.53 | 0.83 | 0.6 |
| Hex | ED | 43 | 7D | 0 | 48 | 2F | 7 | 154 | 53 | 3C |
| Octal | 355 | 103 | 175 | 0 | 110 | 57 | 7 | 524 | 123 | 74 |
| Binary | 11101101 | 1000011 | 1111101 | 0 | 1001000 | 101111 | 111 | 101010100 | 1010011 | 111100 |
Color Harmonies of #ED437D
Complementary color
Monochromatic Colors of #ED437D
Black with #ED437D
Text Example
Text Example
White with #ED437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED437D; }
p { color: rgb(237,67,125); }
H1.HeaderClassName
{
color: #ED437D;
}
.AnyTagClassName
{
color: #ED437D;
}
</style>
background-color css
<style>
a { background-color: #ED437D; }
a { background-color: rgb(237,67,125); }
div.DivClassName
{
background-color: #ED437D;
}
.BgClassName
{
background-color: #ED437D;
}
</style>
border-color css
<style>
span { border-color: #ED437D; }
span { border-color: rgb(237,67,125); }
td.TdClassName
{
border-color: #ED437D;
}
.TagClassName
{
border-color: #ED437D;
}
</style>