Shades of Violet Red #ED469D
Tints of Violet Red #ED469D
RGB
CMYK
RGB Variations
Color information
#ED469D (or 0xED469D) is known color: Violet Red. HEX triplet: ED, 46 and 9D. RGB value is (237,70,157). Sum of RGB (Red+Green+Blue) = 237+70+157=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED469D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED469D is #12B962. Grayscale: #818181. Windows color (decimal): -1227107 or 10307309. OLE color: 10307309.
HSL color Cylindrical-coordinate representation of color #ED469D: hue angle of 328.74º 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 #ED469D is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 157 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.07 |
| HSL | 328.74º | 0.82% | 0.6% | - |
| HSV(B) | 328.74º | 0.7% | 0.93% | - |
| XYZ | 43.2 | 24.82 | 34.41 | - |
| YUV | 129.85 | 143.33 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 157 | 0 | 0.70 | 0.34 | 0.07 | 328.74 | 0.82 | 0.6 |
| Hex | ED | 46 | 9D | 0 | 46 | 22 | 7 | 149 | 52 | 3C |
| Octal | 355 | 106 | 235 | 0 | 106 | 42 | 7 | 511 | 122 | 74 |
| Binary | 11101101 | 1000110 | 10011101 | 0 | 1000110 | 100010 | 111 | 101001001 | 1010010 | 111100 |
Color Harmonies of #ED469D
Complementary color
Monochromatic Colors of #ED469D
Black with #ED469D
Text Example
Text Example
White with #ED469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED469D; }
p { color: rgb(237,70,157); }
H1.HeaderClassName
{
color: #ED469D;
}
.AnyTagClassName
{
color: #ED469D;
}
</style>
background-color css
<style>
a { background-color: #ED469D; }
a { background-color: rgb(237,70,157); }
div.DivClassName
{
background-color: #ED469D;
}
.BgClassName
{
background-color: #ED469D;
}
</style>
border-color css
<style>
span { border-color: #ED469D; }
span { border-color: rgb(237,70,157); }
td.TdClassName
{
border-color: #ED469D;
}
.TagClassName
{
border-color: #ED469D;
}
</style>