Shades of Violet Red #ED417F
Tints of Violet Red #ED417F
RGB
CMYK
RGB Variations
Color information
#ED417F (or 0xED417F) is known color: Violet Red. HEX triplet: ED, 41 and 7F. RGB value is (237,65,127). Sum of RGB (Red+Green+Blue) = 237+65+127=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED417F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED417F is #12BE80. Grayscale: #7B7B7B. Windows color (decimal): -1228417 or 8339949. OLE color: 8339949.
HSL color Cylindrical-coordinate representation of color #ED417F: hue angle of 338.37º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED417F is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 65 | 127 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.07 |
| HSL | 338.37º | 0.83% | 0.59% | - |
| HSV(B) | 338.37º | 0.73% | 0.93% | - |
| XYZ | 40.65 | 23.32 | 22.44 | - |
| YUV | 123.5 | 129.98 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 65 | 127 | 0 | 0.73 | 0.46 | 0.07 | 338.37 | 0.83 | 0.59 |
| Hex | ED | 41 | 7F | 0 | 49 | 2E | 7 | 152 | 53 | 3B |
| Octal | 355 | 101 | 177 | 0 | 111 | 56 | 7 | 522 | 123 | 73 |
| Binary | 11101101 | 1000001 | 1111111 | 0 | 1001001 | 101110 | 111 | 101010010 | 1010011 | 111011 |
Color Harmonies of #ED417F
Complementary color
Monochromatic Colors of #ED417F
Black with #ED417F
Text Example
Text Example
White with #ED417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED417F; }
p { color: rgb(237,65,127); }
H1.HeaderClassName
{
color: #ED417F;
}
.AnyTagClassName
{
color: #ED417F;
}
</style>
background-color css
<style>
a { background-color: #ED417F; }
a { background-color: rgb(237,65,127); }
div.DivClassName
{
background-color: #ED417F;
}
.BgClassName
{
background-color: #ED417F;
}
</style>
border-color css
<style>
span { border-color: #ED417F; }
span { border-color: rgb(237,65,127); }
td.TdClassName
{
border-color: #ED417F;
}
.TagClassName
{
border-color: #ED417F;
}
</style>