Shades of Ruby #EB195A
Tints of Ruby #EB195A
RGB
CMYK
RGB Variations
Color information
#EB195A (or 0xEB195A) is known color: Ruby. HEX triplet: EB, 19 and 5A. RGB value is (235,25,90). Sum of RGB (Red+Green+Blue) = 235+25+90=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB195A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB195A is #14E6A5. Grayscale: #5F5F5F. Windows color (decimal): -1369766 or 5904875. OLE color: 5904875.
HSL color Cylindrical-coordinate representation of color #EB195A: hue angle of 341.43º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB195A is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 25 | 90 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.08 |
| HSL | 341.43º | 0.84% | 0.51% | - |
| HSV(B) | 341.43º | 0.89% | 0.92% | - |
| XYZ | 36.45 | 19.1 | 11.44 | - |
| YUV | 95.2 | 125.07 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 25 | 90 | 0 | 0.89 | 0.62 | 0.08 | 341.43 | 0.84 | 0.51 |
| Hex | EB | 19 | 5A | 0 | 59 | 3E | 8 | 155 | 54 | 33 |
| Octal | 353 | 31 | 132 | 0 | 131 | 76 | 10 | 525 | 124 | 63 |
| Binary | 11101011 | 11001 | 1011010 | 0 | 1011001 | 111110 | 1000 | 101010101 | 1010100 | 110011 |
Color Harmonies of #EB195A
Complementary color
Monochromatic Colors of #EB195A
Black with #EB195A
Text Example
Text Example
White with #EB195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB195A; }
p { color: rgb(235,25,90); }
H1.HeaderClassName
{
color: #EB195A;
}
.AnyTagClassName
{
color: #EB195A;
}
</style>
background-color css
<style>
a { background-color: #EB195A; }
a { background-color: rgb(235,25,90); }
div.DivClassName
{
background-color: #EB195A;
}
.BgClassName
{
background-color: #EB195A;
}
</style>
border-color css
<style>
span { border-color: #EB195A; }
span { border-color: rgb(235,25,90); }
td.TdClassName
{
border-color: #EB195A;
}
.TagClassName
{
border-color: #EB195A;
}
</style>