Shades of Ruby #EB175A
Tints of Ruby #EB175A
RGB
CMYK
RGB Variations
Color information
#EB175A (or 0xEB175A) is known color: Ruby. HEX triplet: EB, 17 and 5A. RGB value is (235,23,90). Sum of RGB (Red+Green+Blue) = 235+23+90=348 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.53% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 235 - color contains mainly: red. Hex color #EB175A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB175A is #14E8A5. Grayscale: #5D5D5D. Windows color (decimal): -1370278 or 5904363. OLE color: 5904363.
HSL color Cylindrical-coordinate representation of color #EB175A: hue angle of 341.04º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB175A is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 90 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.08 |
| HSL | 341.04º | 0.84% | 0.51% | - |
| HSV(B) | 341.04º | 0.9% | 0.92% | - |
| XYZ | 36.41 | 19.01 | 11.42 | - |
| YUV | 94.03 | 125.74 | 228.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 90 | 0 | 0.90 | 0.62 | 0.08 | 341.04 | 0.84 | 0.51 |
| Hex | EB | 17 | 5A | 0 | 5A | 3E | 8 | 155 | 54 | 33 |
| Octal | 353 | 27 | 132 | 0 | 132 | 76 | 10 | 525 | 124 | 63 |
| Binary | 11101011 | 10111 | 1011010 | 0 | 1011010 | 111110 | 1000 | 101010101 | 1010100 | 110011 |
Color Harmonies of #EB175A
Complementary color
Monochromatic Colors of #EB175A
Black with #EB175A
Text Example
Text Example
White with #EB175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB175A; }
p { color: rgb(235,23,90); }
H1.HeaderClassName
{
color: #EB175A;
}
.AnyTagClassName
{
color: #EB175A;
}
</style>
background-color css
<style>
a { background-color: #EB175A; }
a { background-color: rgb(235,23,90); }
div.DivClassName
{
background-color: #EB175A;
}
.BgClassName
{
background-color: #EB175A;
}
</style>
border-color css
<style>
span { border-color: #EB175A; }
span { border-color: rgb(235,23,90); }
td.TdClassName
{
border-color: #EB175A;
}
.TagClassName
{
border-color: #EB175A;
}
</style>