Shades of Ruby #E61755
Tints of Ruby #E61755
RGB
CMYK
RGB Variations
Color information
#E61755 (or 0xE61755) is known color: Ruby. HEX triplet: E6, 17 and 55. RGB value is (230,23,85). Sum of RGB (Red+Green+Blue) = 230+23+85=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E61755 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61755 is #19E8AA. Grayscale: #5B5B5B. Windows color (decimal): -1697963 or 5576678. OLE color: 5576678.
HSL color Cylindrical-coordinate representation of color #E61755: hue angle of 342.03º 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 #E61755 is Cyan = 0, Magento = 0.9, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 85 | - |
| CMYK | 0 | 0.9 | 0.63 | 0.10 |
| HSL | 342.03º | 0.82% | 0.5% | - |
| HSV(B) | 342.03º | 0.9% | 0.9% | - |
| XYZ | 34.58 | 18.09 | 10.26 | - |
| YUV | 91.96 | 124.08 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 85 | 0 | 0.9 | 0.63 | 0.10 | 342.03 | 0.82 | 0.5 |
| Hex | E6 | 17 | 55 | 0 | 5A | 3F | A | 156 | 52 | 32 |
| Octal | 346 | 27 | 125 | 0 | 132 | 77 | 12 | 526 | 122 | 62 |
| Binary | 11100110 | 10111 | 1010101 | 0 | 1011010 | 111111 | 1010 | 101010110 | 1010010 | 110010 |
Color Harmonies of #E61755
Complementary color
Monochromatic Colors of #E61755
Black with #E61755
Text Example
Text Example
White with #E61755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61755; }
p { color: rgb(230,23,85); }
H1.HeaderClassName
{
color: #E61755;
}
.AnyTagClassName
{
color: #E61755;
}
</style>
background-color css
<style>
a { background-color: #E61755; }
a { background-color: rgb(230,23,85); }
div.DivClassName
{
background-color: #E61755;
}
.BgClassName
{
background-color: #E61755;
}
</style>
border-color css
<style>
span { border-color: #E61755; }
span { border-color: rgb(230,23,85); }
td.TdClassName
{
border-color: #E61755;
}
.TagClassName
{
border-color: #E61755;
}
</style>