Shades of Ruby #ED2071
Tints of Ruby #ED2071
RGB
CMYK
RGB Variations
Color information
#ED2071 (or 0xED2071) is known color: Ruby. HEX triplet: ED, 20 and 71. RGB value is (237,32,113). Sum of RGB (Red+Green+Blue) = 237+32+113=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2071 is #12DF8E. Grayscale: #666666. Windows color (decimal): -1236879 or 7413997. OLE color: 7413997.
HSL color Cylindrical-coordinate representation of color #ED2071: hue angle of 336.29º 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 #ED2071 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 113 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.07 |
| HSL | 336.29º | 0.85% | 0.53% | - |
| HSV(B) | 336.29º | 0.86% | 0.93% | - |
| XYZ | 38.42 | 20.23 | 17.5 | - |
| YUV | 102.53 | 133.92 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 113 | 0 | 0.86 | 0.52 | 0.07 | 336.29 | 0.85 | 0.53 |
| Hex | ED | 20 | 71 | 0 | 56 | 34 | 7 | 150 | 55 | 35 |
| Octal | 355 | 40 | 161 | 0 | 126 | 64 | 7 | 520 | 125 | 65 |
| Binary | 11101101 | 100000 | 1110001 | 0 | 1010110 | 110100 | 111 | 101010000 | 1010101 | 110101 |
Color Harmonies of #ED2071
Complementary color
Monochromatic Colors of #ED2071
Black with #ED2071
Text Example
Text Example
White with #ED2071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2071; }
p { color: rgb(237,32,113); }
H1.HeaderClassName
{
color: #ED2071;
}
.AnyTagClassName
{
color: #ED2071;
}
</style>
background-color css
<style>
a { background-color: #ED2071; }
a { background-color: rgb(237,32,113); }
div.DivClassName
{
background-color: #ED2071;
}
.BgClassName
{
background-color: #ED2071;
}
</style>
border-color css
<style>
span { border-color: #ED2071; }
span { border-color: rgb(237,32,113); }
td.TdClassName
{
border-color: #ED2071;
}
.TagClassName
{
border-color: #ED2071;
}
</style>