Shades of Ruby #ED1954
Tints of Ruby #ED1954
RGB
CMYK
RGB Variations
Color information
#ED1954 (or 0xED1954) is known color: Ruby. HEX triplet: ED, 19 and 54. RGB value is (237,25,84). Sum of RGB (Red+Green+Blue) = 237+25+84=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1954 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1954 is #12E6AB. Grayscale: #5F5F5F. Windows color (decimal): -1238700 or 5511661. OLE color: 5511661.
HSL color Cylindrical-coordinate representation of color #ED1954: hue angle of 343.3º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1954 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 84 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.07 |
| HSL | 343.3º | 0.85% | 0.51% | - |
| HSV(B) | 343.3º | 0.89% | 0.93% | - |
| XYZ | 36.87 | 19.34 | 10.18 | - |
| YUV | 95.11 | 121.74 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 84 | 0 | 0.89 | 0.65 | 0.07 | 343.3 | 0.85 | 0.51 |
| Hex | ED | 19 | 54 | 0 | 59 | 41 | 7 | 157 | 55 | 33 |
| Octal | 355 | 31 | 124 | 0 | 131 | 101 | 7 | 527 | 125 | 63 |
| Binary | 11101101 | 11001 | 1010100 | 0 | 1011001 | 1000001 | 111 | 101010111 | 1010101 | 110011 |
Color Harmonies of #ED1954
Complementary color
Monochromatic Colors of #ED1954
Black with #ED1954
Text Example
Text Example
White with #ED1954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1954; }
p { color: rgb(237,25,84); }
H1.HeaderClassName
{
color: #ED1954;
}
.AnyTagClassName
{
color: #ED1954;
}
</style>
background-color css
<style>
a { background-color: #ED1954; }
a { background-color: rgb(237,25,84); }
div.DivClassName
{
background-color: #ED1954;
}
.BgClassName
{
background-color: #ED1954;
}
</style>
border-color css
<style>
span { border-color: #ED1954; }
span { border-color: rgb(237,25,84); }
td.TdClassName
{
border-color: #ED1954;
}
.TagClassName
{
border-color: #ED1954;
}
</style>