Shades of Ruby #ED195A
Tints of Ruby #ED195A
RGB
CMYK
RGB Variations
Color information
#ED195A (or 0xED195A) is known color: Ruby. HEX triplet: ED, 19 and 5A. RGB value is (237,25,90). Sum of RGB (Red+Green+Blue) = 237+25+90=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED195A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED195A is #12E6A5. Grayscale: #5F5F5F. Windows color (decimal): -1238694 or 5904877. OLE color: 5904877.
HSL color Cylindrical-coordinate representation of color #ED195A: hue angle of 341.6º 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 #ED195A is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 90 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.07 |
| HSL | 341.6º | 0.85% | 0.51% | - |
| HSV(B) | 341.6º | 0.89% | 0.93% | - |
| XYZ | 37.12 | 19.44 | 11.47 | - |
| YUV | 95.8 | 124.74 | 228.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 90 | 0 | 0.89 | 0.62 | 0.07 | 341.6 | 0.85 | 0.51 |
| Hex | ED | 19 | 5A | 0 | 59 | 3E | 7 | 156 | 55 | 33 |
| Octal | 355 | 31 | 132 | 0 | 131 | 76 | 7 | 526 | 125 | 63 |
| Binary | 11101101 | 11001 | 1011010 | 0 | 1011001 | 111110 | 111 | 101010110 | 1010101 | 110011 |
Color Harmonies of #ED195A
Complementary color
Monochromatic Colors of #ED195A
Black with #ED195A
Text Example
Text Example
White with #ED195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED195A; }
p { color: rgb(237,25,90); }
H1.HeaderClassName
{
color: #ED195A;
}
.AnyTagClassName
{
color: #ED195A;
}
</style>
background-color css
<style>
a { background-color: #ED195A; }
a { background-color: rgb(237,25,90); }
div.DivClassName
{
background-color: #ED195A;
}
.BgClassName
{
background-color: #ED195A;
}
</style>
border-color css
<style>
span { border-color: #ED195A; }
span { border-color: rgb(237,25,90); }
td.TdClassName
{
border-color: #ED195A;
}
.TagClassName
{
border-color: #ED195A;
}
</style>