Shades of Ruby #ED1277
Tints of Ruby #ED1277
RGB
CMYK
RGB Variations
Color information
#ED1277 (or 0xED1277) is known color: Ruby. HEX triplet: ED, 12 and 77. RGB value is (237,18,119). Sum of RGB (Red+Green+Blue) = 237+18+119=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1277 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1277 is #12ED88. Grayscale: #5E5E5E. Windows color (decimal): -1240457 or 7803629. OLE color: 7803629.
HSL color Cylindrical-coordinate representation of color #ED1277: hue angle of 332.33º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED1277 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 18 | 119 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.07 |
| HSL | 332.33º | 0.86% | 0.5% | - |
| HSV(B) | 332.33º | 0.92% | 0.93% | - |
| XYZ | 38.47 | 19.77 | 19.24 | - |
| YUV | 95 | 141.55 | 229.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 119 | 0 | 0.92 | 0.50 | 0.07 | 332.33 | 0.86 | 0.5 |
| Hex | ED | 12 | 77 | 0 | 5C | 32 | 7 | 14C | 56 | 32 |
| Octal | 355 | 22 | 167 | 0 | 134 | 62 | 7 | 514 | 126 | 62 |
| Binary | 11101101 | 10010 | 1110111 | 0 | 1011100 | 110010 | 111 | 101001100 | 1010110 | 110010 |
Color Harmonies of #ED1277
Complementary color
Monochromatic Colors of #ED1277
Black with #ED1277
Text Example
Text Example
White with #ED1277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1277; }
p { color: rgb(237,18,119); }
H1.HeaderClassName
{
color: #ED1277;
}
.AnyTagClassName
{
color: #ED1277;
}
</style>
background-color css
<style>
a { background-color: #ED1277; }
a { background-color: rgb(237,18,119); }
div.DivClassName
{
background-color: #ED1277;
}
.BgClassName
{
background-color: #ED1277;
}
</style>
border-color css
<style>
span { border-color: #ED1277; }
span { border-color: rgb(237,18,119); }
td.TdClassName
{
border-color: #ED1277;
}
.TagClassName
{
border-color: #ED1277;
}
</style>