Shades of Violet Red #ED468D
Tints of Violet Red #ED468D
RGB
CMYK
RGB Variations
Color information
#ED468D (or 0xED468D) is known color: Violet Red. HEX triplet: ED, 46 and 8D. RGB value is (237,70,141). Sum of RGB (Red+Green+Blue) = 237+70+141=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED468D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED468D is #12B972. Grayscale: #7F7F7F. Windows color (decimal): -1227123 or 9258733. OLE color: 9258733.
HSL color Cylindrical-coordinate representation of color #ED468D: hue angle of 334.49º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED468D is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 141 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.07 |
| HSL | 334.49º | 0.82% | 0.6% | - |
| HSV(B) | 334.49º | 0.7% | 0.93% | - |
| XYZ | 41.92 | 24.31 | 27.68 | - |
| YUV | 128.03 | 135.33 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 141 | 0 | 0.70 | 0.41 | 0.07 | 334.49 | 0.82 | 0.6 |
| Hex | ED | 46 | 8D | 0 | 46 | 29 | 7 | 14E | 52 | 3C |
| Octal | 355 | 106 | 215 | 0 | 106 | 51 | 7 | 516 | 122 | 74 |
| Binary | 11101101 | 1000110 | 10001101 | 0 | 1000110 | 101001 | 111 | 101001110 | 1010010 | 111100 |
Color Harmonies of #ED468D
Complementary color
Monochromatic Colors of #ED468D
Black with #ED468D
Text Example
Text Example
White with #ED468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED468D; }
p { color: rgb(237,70,141); }
H1.HeaderClassName
{
color: #ED468D;
}
.AnyTagClassName
{
color: #ED468D;
}
</style>
background-color css
<style>
a { background-color: #ED468D; }
a { background-color: rgb(237,70,141); }
div.DivClassName
{
background-color: #ED468D;
}
.BgClassName
{
background-color: #ED468D;
}
</style>
border-color css
<style>
span { border-color: #ED468D; }
span { border-color: rgb(237,70,141); }
td.TdClassName
{
border-color: #ED468D;
}
.TagClassName
{
border-color: #ED468D;
}
</style>