Shades of Ruby #E31675
Tints of Ruby #E31675
RGB
CMYK
RGB Variations
Color information
#E31675 (or 0xE31675) is known color: Ruby. HEX triplet: E3, 16 and 75. RGB value is (227,22,117). Sum of RGB (Red+Green+Blue) = 227+22+117=366 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.02% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 227 - color contains mainly: red. Hex color #E31675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31675 is #1CE98A. Grayscale: #5D5D5D. Windows color (decimal): -1894795 or 7673571. OLE color: 7673571.
HSL color Cylindrical-coordinate representation of color #E31675: hue angle of 332.2º 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 #E31675 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 117 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.11 |
| HSL | 332.2º | 0.82% | 0.49% | - |
| HSV(B) | 332.2º | 0.9% | 0.89% | - |
| XYZ | 35.18 | 18.19 | 18.49 | - |
| YUV | 94.13 | 140.92 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 117 | 0 | 0.90 | 0.48 | 0.11 | 332.2 | 0.82 | 0.49 |
| Hex | E3 | 16 | 75 | 0 | 5A | 30 | B | 14C | 52 | 31 |
| Octal | 343 | 26 | 165 | 0 | 132 | 60 | 13 | 514 | 122 | 61 |
| Binary | 11100011 | 10110 | 1110101 | 0 | 1011010 | 110000 | 1011 | 101001100 | 1010010 | 110001 |
Color Harmonies of #E31675
Complementary color
Monochromatic Colors of #E31675
Black with #E31675
Text Example
Text Example
White with #E31675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31675; }
p { color: rgb(227,22,117); }
H1.HeaderClassName
{
color: #E31675;
}
.AnyTagClassName
{
color: #E31675;
}
</style>
background-color css
<style>
a { background-color: #E31675; }
a { background-color: rgb(227,22,117); }
div.DivClassName
{
background-color: #E31675;
}
.BgClassName
{
background-color: #E31675;
}
</style>
border-color css
<style>
span { border-color: #E31675; }
span { border-color: rgb(227,22,117); }
td.TdClassName
{
border-color: #E31675;
}
.TagClassName
{
border-color: #E31675;
}
</style>