Shades of Ruby #ED2074
Tints of Ruby #ED2074
RGB
CMYK
RGB Variations
Color information
#ED2074 (or 0xED2074) is known color: Ruby. HEX triplet: ED, 20 and 74. RGB value is (237,32,116). Sum of RGB (Red+Green+Blue) = 237+32+116=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2074 is #12DF8B. Grayscale: #666666. Windows color (decimal): -1236876 or 7610605. OLE color: 7610605.
HSL color Cylindrical-coordinate representation of color #ED2074: hue angle of 335.41º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED2074 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 116 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.07 |
| HSL | 335.41º | 0.85% | 0.53% | - |
| HSV(B) | 335.41º | 0.86% | 0.93% | - |
| XYZ | 38.59 | 20.3 | 18.41 | - |
| YUV | 102.87 | 135.42 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 116 | 0 | 0.86 | 0.51 | 0.07 | 335.41 | 0.85 | 0.53 |
| Hex | ED | 20 | 74 | 0 | 56 | 33 | 7 | 14F | 55 | 35 |
| Octal | 355 | 40 | 164 | 0 | 126 | 63 | 7 | 517 | 125 | 65 |
| Binary | 11101101 | 100000 | 1110100 | 0 | 1010110 | 110011 | 111 | 101001111 | 1010101 | 110101 |
Color Harmonies of #ED2074
Complementary color
Monochromatic Colors of #ED2074
Black with #ED2074
Text Example
Text Example
White with #ED2074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2074; }
p { color: rgb(237,32,116); }
H1.HeaderClassName
{
color: #ED2074;
}
.AnyTagClassName
{
color: #ED2074;
}
</style>
background-color css
<style>
a { background-color: #ED2074; }
a { background-color: rgb(237,32,116); }
div.DivClassName
{
background-color: #ED2074;
}
.BgClassName
{
background-color: #ED2074;
}
</style>
border-color css
<style>
span { border-color: #ED2074; }
span { border-color: rgb(237,32,116); }
td.TdClassName
{
border-color: #ED2074;
}
.TagClassName
{
border-color: #ED2074;
}
</style>