Shades of Ruby #ED2072
Tints of Ruby #ED2072
RGB
CMYK
RGB Variations
Color information
#ED2072 (or 0xED2072) is known color: Ruby. HEX triplet: ED, 20 and 72. RGB value is (237,32,114). Sum of RGB (Red+Green+Blue) = 237+32+114=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2072 is #12DF8D. Grayscale: #666666. Windows color (decimal): -1236878 or 7479533. OLE color: 7479533.
HSL color Cylindrical-coordinate representation of color #ED2072: hue angle of 336º 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 #ED2072 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 114 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.07 |
| HSL | 336º | 0.85% | 0.53% | - |
| HSV(B) | 336º | 0.86% | 0.93% | - |
| XYZ | 38.48 | 20.25 | 17.8 | - |
| YUV | 102.64 | 134.42 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 114 | 0 | 0.86 | 0.52 | 0.07 | 336 | 0.85 | 0.53 |
| Hex | ED | 20 | 72 | 0 | 56 | 34 | 7 | 150 | 55 | 35 |
| Octal | 355 | 40 | 162 | 0 | 126 | 64 | 7 | 520 | 125 | 65 |
| Binary | 11101101 | 100000 | 1110010 | 0 | 1010110 | 110100 | 111 | 101010000 | 1010101 | 110101 |
Color Harmonies of #ED2072
Complementary color
Monochromatic Colors of #ED2072
Black with #ED2072
Text Example
Text Example
White with #ED2072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2072; }
p { color: rgb(237,32,114); }
H1.HeaderClassName
{
color: #ED2072;
}
.AnyTagClassName
{
color: #ED2072;
}
</style>
background-color css
<style>
a { background-color: #ED2072; }
a { background-color: rgb(237,32,114); }
div.DivClassName
{
background-color: #ED2072;
}
.BgClassName
{
background-color: #ED2072;
}
</style>
border-color css
<style>
span { border-color: #ED2072; }
span { border-color: rgb(237,32,114); }
td.TdClassName
{
border-color: #ED2072;
}
.TagClassName
{
border-color: #ED2072;
}
</style>