Shades of Ruby #E3145A
Tints of Ruby #E3145A
RGB
CMYK
RGB Variations
Color information
#E3145A (or 0xE3145A) is known color: Ruby. HEX triplet: E3, 14 and 5A. RGB value is (227,20,90). Sum of RGB (Red+Green+Blue) = 227+20+90=337 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.36% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 227 - color contains mainly: red. Hex color #E3145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3145A is #1CEBA5. Grayscale: #595959. Windows color (decimal): -1895334 or 5903587. OLE color: 5903587.
HSL color Cylindrical-coordinate representation of color #E3145A: hue angle of 339.71º 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 #E3145A is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 90 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.11 |
| HSL | 339.71º | 0.84% | 0.48% | - |
| HSV(B) | 339.71º | 0.91% | 0.89% | - |
| XYZ | 33.77 | 17.57 | 11.28 | - |
| YUV | 89.87 | 128.08 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 90 | 0 | 0.91 | 0.60 | 0.11 | 339.71 | 0.84 | 0.48 |
| Hex | E3 | 14 | 5A | 0 | 5B | 3C | B | 154 | 54 | 30 |
| Octal | 343 | 24 | 132 | 0 | 133 | 74 | 13 | 524 | 124 | 60 |
| Binary | 11100011 | 10100 | 1011010 | 0 | 1011011 | 111100 | 1011 | 101010100 | 1010100 | 110000 |
Color Harmonies of #E3145A
Complementary color
Monochromatic Colors of #E3145A
Black with #E3145A
Text Example
Text Example
White with #E3145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3145A; }
p { color: rgb(227,20,90); }
H1.HeaderClassName
{
color: #E3145A;
}
.AnyTagClassName
{
color: #E3145A;
}
</style>
background-color css
<style>
a { background-color: #E3145A; }
a { background-color: rgb(227,20,90); }
div.DivClassName
{
background-color: #E3145A;
}
.BgClassName
{
background-color: #E3145A;
}
</style>
border-color css
<style>
span { border-color: #E3145A; }
span { border-color: rgb(227,20,90); }
td.TdClassName
{
border-color: #E3145A;
}
.TagClassName
{
border-color: #E3145A;
}
</style>