Shades of Violet Red #ED429A
Tints of Violet Red #ED429A
RGB
CMYK
RGB Variations
Color information
#ED429A (or 0xED429A) is known color: Violet Red. HEX triplet: ED, 42 and 9A. RGB value is (237,66,154). Sum of RGB (Red+Green+Blue) = 237+66+154=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED429A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED429A is #12BD65. Grayscale: #7E7E7E. Windows color (decimal): -1228134 or 10109677. OLE color: 10109677.
HSL color Cylindrical-coordinate representation of color #ED429A: hue angle of 329.12º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED429A is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 66 | 154 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.07 |
| HSL | 329.12º | 0.83% | 0.59% | - |
| HSV(B) | 329.12º | 0.72% | 0.93% | - |
| XYZ | 42.71 | 24.23 | 33 | - |
| YUV | 127.16 | 143.15 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 66 | 154 | 0 | 0.72 | 0.35 | 0.07 | 329.12 | 0.83 | 0.59 |
| Hex | ED | 42 | 9A | 0 | 48 | 23 | 7 | 149 | 53 | 3B |
| Octal | 355 | 102 | 232 | 0 | 110 | 43 | 7 | 511 | 123 | 73 |
| Binary | 11101101 | 1000010 | 10011010 | 0 | 1001000 | 100011 | 111 | 101001001 | 1010011 | 111011 |
Color Harmonies of #ED429A
Complementary color
Monochromatic Colors of #ED429A
Black with #ED429A
Text Example
Text Example
White with #ED429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED429A; }
p { color: rgb(237,66,154); }
H1.HeaderClassName
{
color: #ED429A;
}
.AnyTagClassName
{
color: #ED429A;
}
</style>
background-color css
<style>
a { background-color: #ED429A; }
a { background-color: rgb(237,66,154); }
div.DivClassName
{
background-color: #ED429A;
}
.BgClassName
{
background-color: #ED429A;
}
</style>
border-color css
<style>
span { border-color: #ED429A; }
span { border-color: rgb(237,66,154); }
td.TdClassName
{
border-color: #ED429A;
}
.TagClassName
{
border-color: #ED429A;
}
</style>