Shades of Ruby #E3145B
Tints of Ruby #E3145B
RGB
CMYK
RGB Variations
Color information
#E3145B (or 0xE3145B) is known color: Ruby. HEX triplet: E3, 14 and 5B. RGB value is (227,20,91). Sum of RGB (Red+Green+Blue) = 227+20+91=338 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.16% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 227 - color contains mainly: red. Hex color #E3145B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3145B is #1CEBA4. Grayscale: #595959. Windows color (decimal): -1895333 or 5969123. OLE color: 5969123.
HSL color Cylindrical-coordinate representation of color #E3145B: hue angle of 339.42º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3145B is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 91 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.11 |
| HSL | 339.42º | 0.84% | 0.48% | - |
| HSV(B) | 339.42º | 0.91% | 0.89% | - |
| XYZ | 33.82 | 17.59 | 11.51 | - |
| YUV | 89.99 | 128.58 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 91 | 0 | 0.91 | 0.60 | 0.11 | 339.42 | 0.84 | 0.48 |
| Hex | E3 | 14 | 5B | 0 | 5B | 3C | B | 153 | 54 | 30 |
| Octal | 343 | 24 | 133 | 0 | 133 | 74 | 13 | 523 | 124 | 60 |
| Binary | 11100011 | 10100 | 1011011 | 0 | 1011011 | 111100 | 1011 | 101010011 | 1010100 | 110000 |
Color Harmonies of #E3145B
Complementary color
Monochromatic Colors of #E3145B
Black with #E3145B
Text Example
Text Example
White with #E3145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3145B; }
p { color: rgb(227,20,91); }
H1.HeaderClassName
{
color: #E3145B;
}
.AnyTagClassName
{
color: #E3145B;
}
</style>
background-color css
<style>
a { background-color: #E3145B; }
a { background-color: rgb(227,20,91); }
div.DivClassName
{
background-color: #E3145B;
}
.BgClassName
{
background-color: #E3145B;
}
</style>
border-color css
<style>
span { border-color: #E3145B; }
span { border-color: rgb(227,20,91); }
td.TdClassName
{
border-color: #E3145B;
}
.TagClassName
{
border-color: #E3145B;
}
</style>