Shades of Ruby #E1146D
Tints of Ruby #E1146D
RGB
CMYK
RGB Variations
Color information
#E1146D (or 0xE1146D) is known color: Ruby. HEX triplet: E1, 14 and 6D. RGB value is (225,20,109). Sum of RGB (Red+Green+Blue) = 225+20+109=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E1146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1146D is #1EEB92. Grayscale: #5B5B5B. Windows color (decimal): -2026387 or 7148769. OLE color: 7148769.
HSL color Cylindrical-coordinate representation of color #E1146D: hue angle of 333.95º 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 #E1146D is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 109 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.12 |
| HSL | 333.95º | 0.84% | 0.48% | - |
| HSV(B) | 333.95º | 0.91% | 0.88% | - |
| XYZ | 34.06 | 17.61 | 16.07 | - |
| YUV | 91.44 | 137.92 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 109 | 0 | 0.91 | 0.52 | 0.12 | 333.95 | 0.84 | 0.48 |
| Hex | E1 | 14 | 6D | 0 | 5B | 34 | C | 14E | 54 | 30 |
| Octal | 341 | 24 | 155 | 0 | 133 | 64 | 14 | 516 | 124 | 60 |
| Binary | 11100001 | 10100 | 1101101 | 0 | 1011011 | 110100 | 1100 | 101001110 | 1010100 | 110000 |
Color Harmonies of #E1146D
Complementary color
Monochromatic Colors of #E1146D
Black with #E1146D
Text Example
Text Example
White with #E1146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1146D; }
p { color: rgb(225,20,109); }
H1.HeaderClassName
{
color: #E1146D;
}
.AnyTagClassName
{
color: #E1146D;
}
</style>
background-color css
<style>
a { background-color: #E1146D; }
a { background-color: rgb(225,20,109); }
div.DivClassName
{
background-color: #E1146D;
}
.BgClassName
{
background-color: #E1146D;
}
</style>
border-color css
<style>
span { border-color: #E1146D; }
span { border-color: rgb(225,20,109); }
td.TdClassName
{
border-color: #E1146D;
}
.TagClassName
{
border-color: #E1146D;
}
</style>