Shades of Violet Red #ED447D
Tints of Violet Red #ED447D
RGB
CMYK
RGB Variations
Color information
#ED447D (or 0xED447D) is known color: Violet Red. HEX triplet: ED, 44 and 7D. RGB value is (237,68,125). Sum of RGB (Red+Green+Blue) = 237+68+125=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED447D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED447D is #12BB82. Grayscale: #7C7C7C. Windows color (decimal): -1227651 or 8209645. OLE color: 8209645.
HSL color Cylindrical-coordinate representation of color #ED447D: hue angle of 339.76º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED447D is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 125 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.07 |
| HSL | 339.76º | 0.82% | 0.6% | - |
| HSV(B) | 339.76º | 0.71% | 0.93% | - |
| XYZ | 40.69 | 23.62 | 21.82 | - |
| YUV | 125.03 | 127.99 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 125 | 0 | 0.71 | 0.47 | 0.07 | 339.76 | 0.82 | 0.6 |
| Hex | ED | 44 | 7D | 0 | 47 | 2F | 7 | 154 | 52 | 3C |
| Octal | 355 | 104 | 175 | 0 | 107 | 57 | 7 | 524 | 122 | 74 |
| Binary | 11101101 | 1000100 | 1111101 | 0 | 1000111 | 101111 | 111 | 101010100 | 1010010 | 111100 |
Color Harmonies of #ED447D
Complementary color
Monochromatic Colors of #ED447D
Black with #ED447D
Text Example
Text Example
White with #ED447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED447D; }
p { color: rgb(237,68,125); }
H1.HeaderClassName
{
color: #ED447D;
}
.AnyTagClassName
{
color: #ED447D;
}
</style>
background-color css
<style>
a { background-color: #ED447D; }
a { background-color: rgb(237,68,125); }
div.DivClassName
{
background-color: #ED447D;
}
.BgClassName
{
background-color: #ED447D;
}
</style>
border-color css
<style>
span { border-color: #ED447D; }
span { border-color: rgb(237,68,125); }
td.TdClassName
{
border-color: #ED447D;
}
.TagClassName
{
border-color: #ED447D;
}
</style>