Shades of Violet Red #ED427A
Tints of Violet Red #ED427A
RGB
CMYK
RGB Variations
Color information
#ED427A (or 0xED427A) is known color: Violet Red. HEX triplet: ED, 42 and 7A. RGB value is (237,66,122). Sum of RGB (Red+Green+Blue) = 237+66+122=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED427A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED427A is #12BD85. Grayscale: #7B7B7B. Windows color (decimal): -1228166 or 8012525. OLE color: 8012525.
HSL color Cylindrical-coordinate representation of color #ED427A: hue angle of 340.35º 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 #ED427A is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 66 | 122 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.07 |
| HSL | 340.35º | 0.83% | 0.59% | - |
| HSV(B) | 340.35º | 0.72% | 0.93% | - |
| XYZ | 40.39 | 23.31 | 20.78 | - |
| YUV | 123.51 | 127.15 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 66 | 122 | 0 | 0.72 | 0.49 | 0.07 | 340.35 | 0.83 | 0.59 |
| Hex | ED | 42 | 7A | 0 | 48 | 31 | 7 | 154 | 53 | 3B |
| Octal | 355 | 102 | 172 | 0 | 110 | 61 | 7 | 524 | 123 | 73 |
| Binary | 11101101 | 1000010 | 1111010 | 0 | 1001000 | 110001 | 111 | 101010100 | 1010011 | 111011 |
Color Harmonies of #ED427A
Complementary color
Monochromatic Colors of #ED427A
Black with #ED427A
Text Example
Text Example
White with #ED427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED427A; }
p { color: rgb(237,66,122); }
H1.HeaderClassName
{
color: #ED427A;
}
.AnyTagClassName
{
color: #ED427A;
}
</style>
background-color css
<style>
a { background-color: #ED427A; }
a { background-color: rgb(237,66,122); }
div.DivClassName
{
background-color: #ED427A;
}
.BgClassName
{
background-color: #ED427A;
}
</style>
border-color css
<style>
span { border-color: #ED427A; }
span { border-color: rgb(237,66,122); }
td.TdClassName
{
border-color: #ED427A;
}
.TagClassName
{
border-color: #ED427A;
}
</style>