Shades of Ruby #E0146A
Tints of Ruby #E0146A
RGB
CMYK
RGB Variations
Color information
#E0146A (or 0xE0146A) is known color: Ruby. HEX triplet: E0, 14 and 6A. RGB value is (224,20,106). Sum of RGB (Red+Green+Blue) = 224+20+106=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E0146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0146A is #1FEB95. Grayscale: #5A5A5A. Windows color (decimal): -2091926 or 6952160. OLE color: 6952160.
HSL color Cylindrical-coordinate representation of color #E0146A: hue angle of 334.71º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0146A is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 106 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.12 |
| HSL | 334.71º | 0.84% | 0.48% | - |
| HSV(B) | 334.71º | 0.91% | 0.88% | - |
| XYZ | 33.59 | 17.39 | 15.22 | - |
| YUV | 90.8 | 136.59 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 106 | 0 | 0.91 | 0.53 | 0.12 | 334.71 | 0.84 | 0.48 |
| Hex | E0 | 14 | 6A | 0 | 5B | 35 | C | 14F | 54 | 30 |
| Octal | 340 | 24 | 152 | 0 | 133 | 65 | 14 | 517 | 124 | 60 |
| Binary | 11100000 | 10100 | 1101010 | 0 | 1011011 | 110101 | 1100 | 101001111 | 1010100 | 110000 |
Color Harmonies of #E0146A
Complementary color
Monochromatic Colors of #E0146A
Black with #E0146A
Text Example
Text Example
White with #E0146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0146A; }
p { color: rgb(224,20,106); }
H1.HeaderClassName
{
color: #E0146A;
}
.AnyTagClassName
{
color: #E0146A;
}
</style>
background-color css
<style>
a { background-color: #E0146A; }
a { background-color: rgb(224,20,106); }
div.DivClassName
{
background-color: #E0146A;
}
.BgClassName
{
background-color: #E0146A;
}
</style>
border-color css
<style>
span { border-color: #E0146A; }
span { border-color: rgb(224,20,106); }
td.TdClassName
{
border-color: #E0146A;
}
.TagClassName
{
border-color: #E0146A;
}
</style>