Shades of Ruby #E1146E
Tints of Ruby #E1146E
RGB
CMYK
RGB Variations
Color information
#E1146E (or 0xE1146E) is known color: Ruby. HEX triplet: E1, 14 and 6E. RGB value is (225,20,110). Sum of RGB (Red+Green+Blue) = 225+20+110=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E1146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1146E is #1EEB91. Grayscale: #5B5B5B. Windows color (decimal): -2026386 or 7214305. OLE color: 7214305.
HSL color Cylindrical-coordinate representation of color #E1146E: hue angle of 333.66º 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 #E1146E is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 110 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.12 |
| HSL | 333.66º | 0.84% | 0.48% | - |
| HSV(B) | 333.66º | 0.91% | 0.88% | - |
| XYZ | 34.12 | 17.63 | 16.36 | - |
| YUV | 91.56 | 138.42 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 110 | 0 | 0.91 | 0.51 | 0.12 | 333.66 | 0.84 | 0.48 |
| Hex | E1 | 14 | 6E | 0 | 5B | 33 | C | 14E | 54 | 30 |
| Octal | 341 | 24 | 156 | 0 | 133 | 63 | 14 | 516 | 124 | 60 |
| Binary | 11100001 | 10100 | 1101110 | 0 | 1011011 | 110011 | 1100 | 101001110 | 1010100 | 110000 |
Color Harmonies of #E1146E
Complementary color
Monochromatic Colors of #E1146E
Black with #E1146E
Text Example
Text Example
White with #E1146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1146E; }
p { color: rgb(225,20,110); }
H1.HeaderClassName
{
color: #E1146E;
}
.AnyTagClassName
{
color: #E1146E;
}
</style>
background-color css
<style>
a { background-color: #E1146E; }
a { background-color: rgb(225,20,110); }
div.DivClassName
{
background-color: #E1146E;
}
.BgClassName
{
background-color: #E1146E;
}
</style>
border-color css
<style>
span { border-color: #E1146E; }
span { border-color: rgb(225,20,110); }
td.TdClassName
{
border-color: #E1146E;
}
.TagClassName
{
border-color: #E1146E;
}
</style>