Shades of Ruby #ED2169
Tints of Ruby #ED2169
RGB
CMYK
RGB Variations
Color information
#ED2169 (or 0xED2169) is known color: Ruby. HEX triplet: ED, 21 and 69. RGB value is (237,33,105). Sum of RGB (Red+Green+Blue) = 237+33+105=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2169 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2169 is #12DE96. Grayscale: #666666. Windows color (decimal): -1236631 or 6889965. OLE color: 6889965.
HSL color Cylindrical-coordinate representation of color #ED2169: hue angle of 338.82º 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 #ED2169 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 105 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.07 |
| HSL | 338.82º | 0.85% | 0.53% | - |
| HSV(B) | 338.82º | 0.86% | 0.93% | - |
| XYZ | 38.02 | 20.11 | 15.24 | - |
| YUV | 102.2 | 129.59 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 105 | 0 | 0.86 | 0.56 | 0.07 | 338.82 | 0.85 | 0.53 |
| Hex | ED | 21 | 69 | 0 | 56 | 38 | 7 | 153 | 55 | 35 |
| Octal | 355 | 41 | 151 | 0 | 126 | 70 | 7 | 523 | 125 | 65 |
| Binary | 11101101 | 100001 | 1101001 | 0 | 1010110 | 111000 | 111 | 101010011 | 1010101 | 110101 |
Color Harmonies of #ED2169
Complementary color
Monochromatic Colors of #ED2169
Black with #ED2169
Text Example
Text Example
White with #ED2169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2169; }
p { color: rgb(237,33,105); }
H1.HeaderClassName
{
color: #ED2169;
}
.AnyTagClassName
{
color: #ED2169;
}
</style>
background-color css
<style>
a { background-color: #ED2169; }
a { background-color: rgb(237,33,105); }
div.DivClassName
{
background-color: #ED2169;
}
.BgClassName
{
background-color: #ED2169;
}
</style>
border-color css
<style>
span { border-color: #ED2169; }
span { border-color: rgb(237,33,105); }
td.TdClassName
{
border-color: #ED2169;
}
.TagClassName
{
border-color: #ED2169;
}
</style>