Shades of Ruby #E31953
Tints of Ruby #E31953
RGB
CMYK
RGB Variations
Color information
#E31953 (or 0xE31953) is known color: Ruby. HEX triplet: E3, 19 and 53. RGB value is (227,25,83). Sum of RGB (Red+Green+Blue) = 227+25+83=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E31953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31953 is #1CE6AC. Grayscale: #5B5B5B. Windows color (decimal): -1894061 or 5446115. OLE color: 5446115.
HSL color Cylindrical-coordinate representation of color #E31953: hue angle of 342.77º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31953 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 83 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.11 |
| HSL | 342.77º | 0.8% | 0.49% | - |
| HSV(B) | 342.77º | 0.89% | 0.89% | - |
| XYZ | 33.59 | 17.65 | 9.82 | - |
| YUV | 92.01 | 122.92 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 83 | 0 | 0.89 | 0.63 | 0.11 | 342.77 | 0.8 | 0.49 |
| Hex | E3 | 19 | 53 | 0 | 59 | 3F | B | 157 | 50 | 31 |
| Octal | 343 | 31 | 123 | 0 | 131 | 77 | 13 | 527 | 120 | 61 |
| Binary | 11100011 | 11001 | 1010011 | 0 | 1011001 | 111111 | 1011 | 101010111 | 1010000 | 110001 |
Color Harmonies of #E31953
Complementary color
Monochromatic Colors of #E31953
Black with #E31953
Text Example
Text Example
White with #E31953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31953; }
p { color: rgb(227,25,83); }
H1.HeaderClassName
{
color: #E31953;
}
.AnyTagClassName
{
color: #E31953;
}
</style>
background-color css
<style>
a { background-color: #E31953; }
a { background-color: rgb(227,25,83); }
div.DivClassName
{
background-color: #E31953;
}
.BgClassName
{
background-color: #E31953;
}
</style>
border-color css
<style>
span { border-color: #E31953; }
span { border-color: rgb(227,25,83); }
td.TdClassName
{
border-color: #E31953;
}
.TagClassName
{
border-color: #E31953;
}
</style>