Shades of Ruby #E61653
Tints of Ruby #E61653
RGB
CMYK
RGB Variations
Color information
#E61653 (or 0xE61653) is known color: Ruby. HEX triplet: E6, 16 and 53. RGB value is (230,22,83). Sum of RGB (Red+Green+Blue) = 230+22+83=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E61653 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61653 is #19E9AC. Grayscale: #5B5B5B. Windows color (decimal): -1698221 or 5445350. OLE color: 5445350.
HSL color Cylindrical-coordinate representation of color #E61653: hue angle of 342.4º degrees, saturation: 0.83, 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 #E61653 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 83 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.10 |
| HSL | 342.4º | 0.83% | 0.49% | - |
| HSV(B) | 342.4º | 0.9% | 0.9% | - |
| XYZ | 34.48 | 18.02 | 9.84 | - |
| YUV | 91.15 | 123.41 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 83 | 0 | 0.90 | 0.64 | 0.10 | 342.4 | 0.83 | 0.49 |
| Hex | E6 | 16 | 53 | 0 | 5A | 40 | A | 156 | 53 | 31 |
| Octal | 346 | 26 | 123 | 0 | 132 | 100 | 12 | 526 | 123 | 61 |
| Binary | 11100110 | 10110 | 1010011 | 0 | 1011010 | 1000000 | 1010 | 101010110 | 1010011 | 110001 |
Color Harmonies of #E61653
Complementary color
Monochromatic Colors of #E61653
Black with #E61653
Text Example
Text Example
White with #E61653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61653; }
p { color: rgb(230,22,83); }
H1.HeaderClassName
{
color: #E61653;
}
.AnyTagClassName
{
color: #E61653;
}
</style>
background-color css
<style>
a { background-color: #E61653; }
a { background-color: rgb(230,22,83); }
div.DivClassName
{
background-color: #E61653;
}
.BgClassName
{
background-color: #E61653;
}
</style>
border-color css
<style>
span { border-color: #E61653; }
span { border-color: rgb(230,22,83); }
td.TdClassName
{
border-color: #E61653;
}
.TagClassName
{
border-color: #E61653;
}
</style>