Shades of Ruby #ED156B
Tints of Ruby #ED156B
RGB
CMYK
RGB Variations
Color information
#ED156B (or 0xED156B) is known color: Ruby. HEX triplet: ED, 15 and 6B. RGB value is (237,21,107). Sum of RGB (Red+Green+Blue) = 237+21+107=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED156B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED156B is #12EA94. Grayscale: #5F5F5F. Windows color (decimal): -1239701 or 7017965. OLE color: 7017965.
HSL color Cylindrical-coordinate representation of color #ED156B: hue angle of 336.11º 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 #ED156B is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 107 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.07 |
| HSL | 336.11º | 0.86% | 0.51% | - |
| HSV(B) | 336.11º | 0.91% | 0.93% | - |
| XYZ | 37.85 | 19.6 | 15.7 | - |
| YUV | 95.39 | 134.56 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 107 | 0 | 0.91 | 0.55 | 0.07 | 336.11 | 0.86 | 0.51 |
| Hex | ED | 15 | 6B | 0 | 5B | 37 | 7 | 150 | 56 | 33 |
| Octal | 355 | 25 | 153 | 0 | 133 | 67 | 7 | 520 | 126 | 63 |
| Binary | 11101101 | 10101 | 1101011 | 0 | 1011011 | 110111 | 111 | 101010000 | 1010110 | 110011 |
Color Harmonies of #ED156B
Complementary color
Monochromatic Colors of #ED156B
Black with #ED156B
Text Example
Text Example
White with #ED156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED156B; }
p { color: rgb(237,21,107); }
H1.HeaderClassName
{
color: #ED156B;
}
.AnyTagClassName
{
color: #ED156B;
}
</style>
background-color css
<style>
a { background-color: #ED156B; }
a { background-color: rgb(237,21,107); }
div.DivClassName
{
background-color: #ED156B;
}
.BgClassName
{
background-color: #ED156B;
}
</style>
border-color css
<style>
span { border-color: #ED156B; }
span { border-color: rgb(237,21,107); }
td.TdClassName
{
border-color: #ED156B;
}
.TagClassName
{
border-color: #ED156B;
}
</style>