Shades of Ruby #E0146C
Tints of Ruby #E0146C
RGB
CMYK
RGB Variations
Color information
#E0146C (or 0xE0146C) is known color: Ruby. HEX triplet: E0, 14 and 6C. RGB value is (224,20,108). Sum of RGB (Red+Green+Blue) = 224+20+108=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E0146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0146C is #1FEB93. Grayscale: #5A5A5A. Windows color (decimal): -2091924 or 7083232. OLE color: 7083232.
HSL color Cylindrical-coordinate representation of color #E0146C: hue angle of 334.12º 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 #E0146C is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 108 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.12 |
| HSL | 334.12º | 0.84% | 0.48% | - |
| HSV(B) | 334.12º | 0.91% | 0.88% | - |
| XYZ | 33.7 | 17.43 | 15.78 | - |
| YUV | 91.03 | 137.59 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 108 | 0 | 0.91 | 0.52 | 0.12 | 334.12 | 0.84 | 0.48 |
| Hex | E0 | 14 | 6C | 0 | 5B | 34 | C | 14E | 54 | 30 |
| Octal | 340 | 24 | 154 | 0 | 133 | 64 | 14 | 516 | 124 | 60 |
| Binary | 11100000 | 10100 | 1101100 | 0 | 1011011 | 110100 | 1100 | 101001110 | 1010100 | 110000 |
Color Harmonies of #E0146C
Complementary color
Monochromatic Colors of #E0146C
Black with #E0146C
Text Example
Text Example
White with #E0146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0146C; }
p { color: rgb(224,20,108); }
H1.HeaderClassName
{
color: #E0146C;
}
.AnyTagClassName
{
color: #E0146C;
}
</style>
background-color css
<style>
a { background-color: #E0146C; }
a { background-color: rgb(224,20,108); }
div.DivClassName
{
background-color: #E0146C;
}
.BgClassName
{
background-color: #E0146C;
}
</style>
border-color css
<style>
span { border-color: #E0146C; }
span { border-color: rgb(224,20,108); }
td.TdClassName
{
border-color: #E0146C;
}
.TagClassName
{
border-color: #E0146C;
}
</style>