Shades of Ruby #E31653
Tints of Ruby #E31653
RGB
CMYK
RGB Variations
Color information
#E31653 (or 0xE31653) is known color: Ruby. HEX triplet: E3, 16 and 53. RGB value is (227,22,83). Sum of RGB (Red+Green+Blue) = 227+22+83=332 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.37% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 227 - color contains mainly: red. Hex color #E31653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31653 is #1CE9AC. Grayscale: #5A5A5A. Windows color (decimal): -1894829 or 5445347. OLE color: 5445347.
HSL color Cylindrical-coordinate representation of color #E31653: hue angle of 342.15º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E31653 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 83 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.11 |
| HSL | 342.15º | 0.82% | 0.49% | - |
| HSV(B) | 342.15º | 0.9% | 0.89% | - |
| XYZ | 33.53 | 17.53 | 9.8 | - |
| YUV | 90.25 | 123.92 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 83 | 0 | 0.90 | 0.63 | 0.11 | 342.15 | 0.82 | 0.49 |
| Hex | E3 | 16 | 53 | 0 | 5A | 3F | B | 156 | 52 | 31 |
| Octal | 343 | 26 | 123 | 0 | 132 | 77 | 13 | 526 | 122 | 61 |
| Binary | 11100011 | 10110 | 1010011 | 0 | 1011010 | 111111 | 1011 | 101010110 | 1010010 | 110001 |
Color Harmonies of #E31653
Complementary color
Monochromatic Colors of #E31653
Black with #E31653
Text Example
Text Example
White with #E31653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31653; }
p { color: rgb(227,22,83); }
H1.HeaderClassName
{
color: #E31653;
}
.AnyTagClassName
{
color: #E31653;
}
</style>
background-color css
<style>
a { background-color: #E31653; }
a { background-color: rgb(227,22,83); }
div.DivClassName
{
background-color: #E31653;
}
.BgClassName
{
background-color: #E31653;
}
</style>
border-color css
<style>
span { border-color: #E31653; }
span { border-color: rgb(227,22,83); }
td.TdClassName
{
border-color: #E31653;
}
.TagClassName
{
border-color: #E31653;
}
</style>