Shades of Ruby #E3145E
Tints of Ruby #E3145E
RGB
CMYK
RGB Variations
Color information
#E3145E (or 0xE3145E) is known color: Ruby. HEX triplet: E3, 14 and 5E. RGB value is (227,20,94). Sum of RGB (Red+Green+Blue) = 227+20+94=341 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.57% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 227 - color contains mainly: red. Hex color #E3145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3145E is #1CEBA1. Grayscale: #5A5A5A. Windows color (decimal): -1895330 or 6165731. OLE color: 6165731.
HSL color Cylindrical-coordinate representation of color #E3145E: hue angle of 338.55º 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 #E3145E is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 94 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.11 |
| HSL | 338.55º | 0.84% | 0.48% | - |
| HSV(B) | 338.55º | 0.91% | 0.89% | - |
| XYZ | 33.95 | 17.64 | 12.21 | - |
| YUV | 90.33 | 130.08 | 225.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 94 | 0 | 0.91 | 0.59 | 0.11 | 338.55 | 0.84 | 0.48 |
| Hex | E3 | 14 | 5E | 0 | 5B | 3B | B | 153 | 54 | 30 |
| Octal | 343 | 24 | 136 | 0 | 133 | 73 | 13 | 523 | 124 | 60 |
| Binary | 11100011 | 10100 | 1011110 | 0 | 1011011 | 111011 | 1011 | 101010011 | 1010100 | 110000 |
Color Harmonies of #E3145E
Complementary color
Monochromatic Colors of #E3145E
Black with #E3145E
Text Example
Text Example
White with #E3145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3145E; }
p { color: rgb(227,20,94); }
H1.HeaderClassName
{
color: #E3145E;
}
.AnyTagClassName
{
color: #E3145E;
}
</style>
background-color css
<style>
a { background-color: #E3145E; }
a { background-color: rgb(227,20,94); }
div.DivClassName
{
background-color: #E3145E;
}
.BgClassName
{
background-color: #E3145E;
}
</style>
border-color css
<style>
span { border-color: #E3145E; }
span { border-color: rgb(227,20,94); }
td.TdClassName
{
border-color: #E3145E;
}
.TagClassName
{
border-color: #E3145E;
}
</style>