Shades of Ruby #E0146B
Tints of Ruby #E0146B
RGB
CMYK
RGB Variations
Color information
#E0146B (or 0xE0146B) is known color: Ruby. HEX triplet: E0, 14 and 6B. RGB value is (224,20,107). Sum of RGB (Red+Green+Blue) = 224+20+107=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E0146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0146B is #1FEB94. Grayscale: #5A5A5A. Windows color (decimal): -2091925 or 7017696. OLE color: 7017696.
HSL color Cylindrical-coordinate representation of color #E0146B: hue angle of 334.41º 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 #E0146B is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 107 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.12 |
| HSL | 334.41º | 0.84% | 0.48% | - |
| HSV(B) | 334.41º | 0.91% | 0.88% | - |
| XYZ | 33.64 | 17.41 | 15.5 | - |
| YUV | 90.91 | 137.09 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 107 | 0 | 0.91 | 0.52 | 0.12 | 334.41 | 0.84 | 0.48 |
| Hex | E0 | 14 | 6B | 0 | 5B | 34 | C | 14E | 54 | 30 |
| Octal | 340 | 24 | 153 | 0 | 133 | 64 | 14 | 516 | 124 | 60 |
| Binary | 11100000 | 10100 | 1101011 | 0 | 1011011 | 110100 | 1100 | 101001110 | 1010100 | 110000 |
Color Harmonies of #E0146B
Complementary color
Monochromatic Colors of #E0146B
Black with #E0146B
Text Example
Text Example
White with #E0146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0146B; }
p { color: rgb(224,20,107); }
H1.HeaderClassName
{
color: #E0146B;
}
.AnyTagClassName
{
color: #E0146B;
}
</style>
background-color css
<style>
a { background-color: #E0146B; }
a { background-color: rgb(224,20,107); }
div.DivClassName
{
background-color: #E0146B;
}
.BgClassName
{
background-color: #E0146B;
}
</style>
border-color css
<style>
span { border-color: #E0146B; }
span { border-color: rgb(224,20,107); }
td.TdClassName
{
border-color: #E0146B;
}
.TagClassName
{
border-color: #E0146B;
}
</style>