Shades of Ruby #ED1667
Tints of Ruby #ED1667
RGB
CMYK
RGB Variations
Color information
#ED1667 (or 0xED1667) is known color: Ruby. HEX triplet: ED, 16 and 67. RGB value is (237,22,103). Sum of RGB (Red+Green+Blue) = 237+22+103=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1667 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1667 is #12E998. Grayscale: #5F5F5F. Windows color (decimal): -1239449 or 6756077. OLE color: 6756077.
HSL color Cylindrical-coordinate representation of color #ED1667: hue angle of 337.4º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED1667 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 103 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.07 |
| HSL | 337.4º | 0.86% | 0.51% | - |
| HSV(B) | 337.4º | 0.91% | 0.93% | - |
| XYZ | 37.66 | 19.56 | 14.62 | - |
| YUV | 95.52 | 132.23 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 103 | 0 | 0.91 | 0.57 | 0.07 | 337.4 | 0.86 | 0.51 |
| Hex | ED | 16 | 67 | 0 | 5B | 39 | 7 | 151 | 56 | 33 |
| Octal | 355 | 26 | 147 | 0 | 133 | 71 | 7 | 521 | 126 | 63 |
| Binary | 11101101 | 10110 | 1100111 | 0 | 1011011 | 111001 | 111 | 101010001 | 1010110 | 110011 |
Color Harmonies of #ED1667
Complementary color
Monochromatic Colors of #ED1667
Black with #ED1667
Text Example
Text Example
White with #ED1667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1667; }
p { color: rgb(237,22,103); }
H1.HeaderClassName
{
color: #ED1667;
}
.AnyTagClassName
{
color: #ED1667;
}
</style>
background-color css
<style>
a { background-color: #ED1667; }
a { background-color: rgb(237,22,103); }
div.DivClassName
{
background-color: #ED1667;
}
.BgClassName
{
background-color: #ED1667;
}
</style>
border-color css
<style>
span { border-color: #ED1667; }
span { border-color: rgb(237,22,103); }
td.TdClassName
{
border-color: #ED1667;
}
.TagClassName
{
border-color: #ED1667;
}
</style>