Shades of Ruby #E5175A
Tints of Ruby #E5175A
RGB
CMYK
RGB Variations
Color information
#E5175A (or 0xE5175A) is known color: Ruby. HEX triplet: E5, 17 and 5A. RGB value is (229,23,90). Sum of RGB (Red+Green+Blue) = 229+23+90=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E5175A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5175A is #1AE8A5. Grayscale: #5C5C5C. Windows color (decimal): -1763494 or 5904357. OLE color: 5904357.
HSL color Cylindrical-coordinate representation of color #E5175A: hue angle of 340.49º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5175A is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 90 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.10 |
| HSL | 340.49º | 0.82% | 0.49% | - |
| HSV(B) | 340.49º | 0.9% | 0.9% | - |
| XYZ | 34.46 | 18.01 | 11.33 | - |
| YUV | 92.23 | 126.75 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 90 | 0 | 0.90 | 0.61 | 0.10 | 340.49 | 0.82 | 0.49 |
| Hex | E5 | 17 | 5A | 0 | 5A | 3D | A | 154 | 52 | 31 |
| Octal | 345 | 27 | 132 | 0 | 132 | 75 | 12 | 524 | 122 | 61 |
| Binary | 11100101 | 10111 | 1011010 | 0 | 1011010 | 111101 | 1010 | 101010100 | 1010010 | 110001 |
Color Harmonies of #E5175A
Complementary color
Monochromatic Colors of #E5175A
Black with #E5175A
Text Example
Text Example
White with #E5175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5175A; }
p { color: rgb(229,23,90); }
H1.HeaderClassName
{
color: #E5175A;
}
.AnyTagClassName
{
color: #E5175A;
}
</style>
background-color css
<style>
a { background-color: #E5175A; }
a { background-color: rgb(229,23,90); }
div.DivClassName
{
background-color: #E5175A;
}
.BgClassName
{
background-color: #E5175A;
}
</style>
border-color css
<style>
span { border-color: #E5175A; }
span { border-color: rgb(229,23,90); }
td.TdClassName
{
border-color: #E5175A;
}
.TagClassName
{
border-color: #E5175A;
}
</style>