Shades of Ruby #E6175D
Tints of Ruby #E6175D
RGB
CMYK
RGB Variations
Color information
#E6175D (or 0xE6175D) is known color: Ruby. HEX triplet: E6, 17 and 5D. RGB value is (230,23,93). Sum of RGB (Red+Green+Blue) = 230+23+93=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E6175D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6175D is #19E8A2. Grayscale: #5C5C5C. Windows color (decimal): -1697955 or 6100966. OLE color: 6100966.
HSL color Cylindrical-coordinate representation of color #E6175D: hue angle of 339.71º 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 #E6175D is Cyan = 0, Magento = 0.9, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 93 | - |
| CMYK | 0 | 0.9 | 0.60 | 0.10 |
| HSL | 339.71º | 0.82% | 0.5% | - |
| HSV(B) | 339.71º | 0.9% | 0.9% | - |
| XYZ | 34.92 | 18.23 | 12.03 | - |
| YUV | 92.87 | 128.08 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 93 | 0 | 0.9 | 0.60 | 0.10 | 339.71 | 0.82 | 0.5 |
| Hex | E6 | 17 | 5D | 0 | 5A | 3C | A | 154 | 52 | 32 |
| Octal | 346 | 27 | 135 | 0 | 132 | 74 | 12 | 524 | 122 | 62 |
| Binary | 11100110 | 10111 | 1011101 | 0 | 1011010 | 111100 | 1010 | 101010100 | 1010010 | 110010 |
Color Harmonies of #E6175D
Complementary color
Monochromatic Colors of #E6175D
Black with #E6175D
Text Example
Text Example
White with #E6175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6175D; }
p { color: rgb(230,23,93); }
H1.HeaderClassName
{
color: #E6175D;
}
.AnyTagClassName
{
color: #E6175D;
}
</style>
background-color css
<style>
a { background-color: #E6175D; }
a { background-color: rgb(230,23,93); }
div.DivClassName
{
background-color: #E6175D;
}
.BgClassName
{
background-color: #E6175D;
}
</style>
border-color css
<style>
span { border-color: #E6175D; }
span { border-color: rgb(230,23,93); }
td.TdClassName
{
border-color: #E6175D;
}
.TagClassName
{
border-color: #E6175D;
}
</style>