Shades of Ruby #E31564
Tints of Ruby #E31564
RGB
CMYK
RGB Variations
Color information
#E31564 (or 0xE31564) is known color: Ruby. HEX triplet: E3, 15 and 64. RGB value is (227,21,100). Sum of RGB (Red+Green+Blue) = 227+21+100=348 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.23% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 227 - color contains mainly: red. Hex color #E31564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31564 is #1CEA9B. Grayscale: #5B5B5B. Windows color (decimal): -1895068 or 6559203. OLE color: 6559203.
HSL color Cylindrical-coordinate representation of color #E31564: hue angle of 336.99º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E31564 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 100 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.11 |
| HSL | 336.99º | 0.83% | 0.49% | - |
| HSV(B) | 336.99º | 0.91% | 0.89% | - |
| XYZ | 34.25 | 17.79 | 13.68 | - |
| YUV | 91.6 | 132.75 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 100 | 0 | 0.91 | 0.56 | 0.11 | 336.99 | 0.83 | 0.49 |
| Hex | E3 | 15 | 64 | 0 | 5B | 38 | B | 151 | 53 | 31 |
| Octal | 343 | 25 | 144 | 0 | 133 | 70 | 13 | 521 | 123 | 61 |
| Binary | 11100011 | 10101 | 1100100 | 0 | 1011011 | 111000 | 1011 | 101010001 | 1010011 | 110001 |
Color Harmonies of #E31564
Complementary color
Monochromatic Colors of #E31564
Black with #E31564
Text Example
Text Example
White with #E31564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31564; }
p { color: rgb(227,21,100); }
H1.HeaderClassName
{
color: #E31564;
}
.AnyTagClassName
{
color: #E31564;
}
</style>
background-color css
<style>
a { background-color: #E31564; }
a { background-color: rgb(227,21,100); }
div.DivClassName
{
background-color: #E31564;
}
.BgClassName
{
background-color: #E31564;
}
</style>
border-color css
<style>
span { border-color: #E31564; }
span { border-color: rgb(227,21,100); }
td.TdClassName
{
border-color: #E31564;
}
.TagClassName
{
border-color: #E31564;
}
</style>