Shades of Ruby #ED177A
Tints of Ruby #ED177A
RGB
CMYK
RGB Variations
Color information
#ED177A (or 0xED177A) is known color: Ruby. HEX triplet: ED, 17 and 7A. RGB value is (237,23,122). Sum of RGB (Red+Green+Blue) = 237+23+122=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED177A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED177A is #12E885. Grayscale: #626262. Windows color (decimal): -1239174 or 8001517. OLE color: 8001517.
HSL color Cylindrical-coordinate representation of color #ED177A: hue angle of 332.24º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED177A is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 122 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.07 |
| HSL | 332.24º | 0.86% | 0.51% | - |
| HSV(B) | 332.24º | 0.9% | 0.93% | - |
| XYZ | 38.74 | 20.02 | 20.24 | - |
| YUV | 98.27 | 141.4 | 226.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 122 | 0 | 0.90 | 0.49 | 0.07 | 332.24 | 0.86 | 0.51 |
| Hex | ED | 17 | 7A | 0 | 5A | 31 | 7 | 14C | 56 | 33 |
| Octal | 355 | 27 | 172 | 0 | 132 | 61 | 7 | 514 | 126 | 63 |
| Binary | 11101101 | 10111 | 1111010 | 0 | 1011010 | 110001 | 111 | 101001100 | 1010110 | 110011 |
Color Harmonies of #ED177A
Complementary color
Monochromatic Colors of #ED177A
Black with #ED177A
Text Example
Text Example
White with #ED177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED177A; }
p { color: rgb(237,23,122); }
H1.HeaderClassName
{
color: #ED177A;
}
.AnyTagClassName
{
color: #ED177A;
}
</style>
background-color css
<style>
a { background-color: #ED177A; }
a { background-color: rgb(237,23,122); }
div.DivClassName
{
background-color: #ED177A;
}
.BgClassName
{
background-color: #ED177A;
}
</style>
border-color css
<style>
span { border-color: #ED177A; }
span { border-color: rgb(237,23,122); }
td.TdClassName
{
border-color: #ED177A;
}
.TagClassName
{
border-color: #ED177A;
}
</style>