Shades of Ruby #ED195B
Tints of Ruby #ED195B
RGB
CMYK
RGB Variations
Color information
#ED195B (or 0xED195B) is known color: Ruby. HEX triplet: ED, 19 and 5B. RGB value is (237,25,91). Sum of RGB (Red+Green+Blue) = 237+25+91=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED195B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED195B is #12E6A4. Grayscale: #5F5F5F. Windows color (decimal): -1238693 or 5970413. OLE color: 5970413.
HSL color Cylindrical-coordinate representation of color #ED195B: hue angle of 341.32º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED195B is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 91 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.07 |
| HSL | 341.32º | 0.85% | 0.51% | - |
| HSV(B) | 341.32º | 0.89% | 0.93% | - |
| XYZ | 37.16 | 19.46 | 11.69 | - |
| YUV | 95.91 | 125.24 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 91 | 0 | 0.89 | 0.62 | 0.07 | 341.32 | 0.85 | 0.51 |
| Hex | ED | 19 | 5B | 0 | 59 | 3E | 7 | 155 | 55 | 33 |
| Octal | 355 | 31 | 133 | 0 | 131 | 76 | 7 | 525 | 125 | 63 |
| Binary | 11101101 | 11001 | 1011011 | 0 | 1011001 | 111110 | 111 | 101010101 | 1010101 | 110011 |
Color Harmonies of #ED195B
Complementary color
Monochromatic Colors of #ED195B
Black with #ED195B
Text Example
Text Example
White with #ED195B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED195B; }
p { color: rgb(237,25,91); }
H1.HeaderClassName
{
color: #ED195B;
}
.AnyTagClassName
{
color: #ED195B;
}
</style>
background-color css
<style>
a { background-color: #ED195B; }
a { background-color: rgb(237,25,91); }
div.DivClassName
{
background-color: #ED195B;
}
.BgClassName
{
background-color: #ED195B;
}
</style>
border-color css
<style>
span { border-color: #ED195B; }
span { border-color: rgb(237,25,91); }
td.TdClassName
{
border-color: #ED195B;
}
.TagClassName
{
border-color: #ED195B;
}
</style>