Shades of Violet Red #ED469C
Tints of Violet Red #ED469C
RGB
CMYK
RGB Variations
Color information
#ED469C (or 0xED469C) is known color: Violet Red. HEX triplet: ED, 46 and 9C. RGB value is (237,70,156). Sum of RGB (Red+Green+Blue) = 237+70+156=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED469C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED469C is #12B963. Grayscale: #818181. Windows color (decimal): -1227108 or 10241773. OLE color: 10241773.
HSL color Cylindrical-coordinate representation of color #ED469C: hue angle of 329.1º 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 #ED469C is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 156 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.07 |
| HSL | 329.1º | 0.82% | 0.6% | - |
| HSV(B) | 329.1º | 0.7% | 0.93% | - |
| XYZ | 43.12 | 24.79 | 33.96 | - |
| YUV | 129.74 | 142.83 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 156 | 0 | 0.70 | 0.34 | 0.07 | 329.1 | 0.82 | 0.6 |
| Hex | ED | 46 | 9C | 0 | 46 | 22 | 7 | 149 | 52 | 3C |
| Octal | 355 | 106 | 234 | 0 | 106 | 42 | 7 | 511 | 122 | 74 |
| Binary | 11101101 | 1000110 | 10011100 | 0 | 1000110 | 100010 | 111 | 101001001 | 1010010 | 111100 |
Color Harmonies of #ED469C
Complementary color
Monochromatic Colors of #ED469C
Black with #ED469C
Text Example
Text Example
White with #ED469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED469C; }
p { color: rgb(237,70,156); }
H1.HeaderClassName
{
color: #ED469C;
}
.AnyTagClassName
{
color: #ED469C;
}
</style>
background-color css
<style>
a { background-color: #ED469C; }
a { background-color: rgb(237,70,156); }
div.DivClassName
{
background-color: #ED469C;
}
.BgClassName
{
background-color: #ED469C;
}
</style>
border-color css
<style>
span { border-color: #ED469C; }
span { border-color: rgb(237,70,156); }
td.TdClassName
{
border-color: #ED469C;
}
.TagClassName
{
border-color: #ED469C;
}
</style>