Shades of Violet Red #ED4485
Tints of Violet Red #ED4485
RGB
CMYK
RGB Variations
Color information
#ED4485 (or 0xED4485) is known color: Violet Red. HEX triplet: ED, 44 and 85. RGB value is (237,68,133). Sum of RGB (Red+Green+Blue) = 237+68+133=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4485 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4485 is #12BB7A. Grayscale: #7D7D7D. Windows color (decimal): -1227643 or 8733933. OLE color: 8733933.
HSL color Cylindrical-coordinate representation of color #ED4485: hue angle of 336.92º 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 #ED4485 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 133 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.07 |
| HSL | 336.92º | 0.82% | 0.6% | - |
| HSV(B) | 336.92º | 0.71% | 0.93% | - |
| XYZ | 41.23 | 23.83 | 24.62 | - |
| YUV | 125.94 | 131.99 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 133 | 0 | 0.71 | 0.44 | 0.07 | 336.92 | 0.82 | 0.6 |
| Hex | ED | 44 | 85 | 0 | 47 | 2C | 7 | 151 | 52 | 3C |
| Octal | 355 | 104 | 205 | 0 | 107 | 54 | 7 | 521 | 122 | 74 |
| Binary | 11101101 | 1000100 | 10000101 | 0 | 1000111 | 101100 | 111 | 101010001 | 1010010 | 111100 |
Color Harmonies of #ED4485
Complementary color
Monochromatic Colors of #ED4485
Black with #ED4485
Text Example
Text Example
White with #ED4485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4485; }
p { color: rgb(237,68,133); }
H1.HeaderClassName
{
color: #ED4485;
}
.AnyTagClassName
{
color: #ED4485;
}
</style>
background-color css
<style>
a { background-color: #ED4485; }
a { background-color: rgb(237,68,133); }
div.DivClassName
{
background-color: #ED4485;
}
.BgClassName
{
background-color: #ED4485;
}
</style>
border-color css
<style>
span { border-color: #ED4485; }
span { border-color: rgb(237,68,133); }
td.TdClassName
{
border-color: #ED4485;
}
.TagClassName
{
border-color: #ED4485;
}
</style>