Shades of Ruby #ED156C
Tints of Ruby #ED156C
RGB
CMYK
RGB Variations
Color information
#ED156C (or 0xED156C) is known color: Ruby. HEX triplet: ED, 15 and 6C. RGB value is (237,21,108). Sum of RGB (Red+Green+Blue) = 237+21+108=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED156C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED156C is #12EA93. Grayscale: #5F5F5F. Windows color (decimal): -1239700 or 7083501. OLE color: 7083501.
HSL color Cylindrical-coordinate representation of color #ED156C: hue angle of 335.83º 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 #ED156C is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 108 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.07 |
| HSL | 335.83º | 0.86% | 0.51% | - |
| HSV(B) | 335.83º | 0.91% | 0.93% | - |
| XYZ | 37.9 | 19.62 | 15.98 | - |
| YUV | 95.5 | 135.06 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 108 | 0 | 0.91 | 0.54 | 0.07 | 335.83 | 0.86 | 0.51 |
| Hex | ED | 15 | 6C | 0 | 5B | 36 | 7 | 150 | 56 | 33 |
| Octal | 355 | 25 | 154 | 0 | 133 | 66 | 7 | 520 | 126 | 63 |
| Binary | 11101101 | 10101 | 1101100 | 0 | 1011011 | 110110 | 111 | 101010000 | 1010110 | 110011 |
Color Harmonies of #ED156C
Complementary color
Monochromatic Colors of #ED156C
Black with #ED156C
Text Example
Text Example
White with #ED156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED156C; }
p { color: rgb(237,21,108); }
H1.HeaderClassName
{
color: #ED156C;
}
.AnyTagClassName
{
color: #ED156C;
}
</style>
background-color css
<style>
a { background-color: #ED156C; }
a { background-color: rgb(237,21,108); }
div.DivClassName
{
background-color: #ED156C;
}
.BgClassName
{
background-color: #ED156C;
}
</style>
border-color css
<style>
span { border-color: #ED156C; }
span { border-color: rgb(237,21,108); }
td.TdClassName
{
border-color: #ED156C;
}
.TagClassName
{
border-color: #ED156C;
}
</style>