Shades of Ruby #E6175B
Tints of Ruby #E6175B
RGB
CMYK
RGB Variations
Color information
#E6175B (or 0xE6175B) is known color: Ruby. HEX triplet: E6, 17 and 5B. RGB value is (230,23,91). Sum of RGB (Red+Green+Blue) = 230+23+91=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E6175B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6175B is #19E8A4. Grayscale: #5C5C5C. Windows color (decimal): -1697957 or 5969894. OLE color: 5969894.
HSL color Cylindrical-coordinate representation of color #E6175B: hue angle of 340.29º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6175B is Cyan = 0, Magento = 0.9, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 91 | - |
| CMYK | 0 | 0.9 | 0.60 | 0.10 |
| HSL | 340.29º | 0.82% | 0.5% | - |
| HSV(B) | 340.29º | 0.9% | 0.9% | - |
| XYZ | 34.83 | 18.19 | 11.57 | - |
| YUV | 92.65 | 127.08 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 91 | 0 | 0.9 | 0.60 | 0.10 | 340.29 | 0.82 | 0.5 |
| Hex | E6 | 17 | 5B | 0 | 5A | 3C | A | 154 | 52 | 32 |
| Octal | 346 | 27 | 133 | 0 | 132 | 74 | 12 | 524 | 122 | 62 |
| Binary | 11100110 | 10111 | 1011011 | 0 | 1011010 | 111100 | 1010 | 101010100 | 1010010 | 110010 |
Color Harmonies of #E6175B
Complementary color
Monochromatic Colors of #E6175B
Black with #E6175B
Text Example
Text Example
White with #E6175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6175B; }
p { color: rgb(230,23,91); }
H1.HeaderClassName
{
color: #E6175B;
}
.AnyTagClassName
{
color: #E6175B;
}
</style>
background-color css
<style>
a { background-color: #E6175B; }
a { background-color: rgb(230,23,91); }
div.DivClassName
{
background-color: #E6175B;
}
.BgClassName
{
background-color: #E6175B;
}
</style>
border-color css
<style>
span { border-color: #E6175B; }
span { border-color: rgb(230,23,91); }
td.TdClassName
{
border-color: #E6175B;
}
.TagClassName
{
border-color: #E6175B;
}
</style>