Shades of Ruby #E1145A
Tints of Ruby #E1145A
RGB
CMYK
RGB Variations
Color information
#E1145A (or 0xE1145A) is known color: Ruby. HEX triplet: E1, 14 and 5A. RGB value is (225,20,90). Sum of RGB (Red+Green+Blue) = 225+20+90=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E1145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1145A is #1EEBA5. Grayscale: #595959. Windows color (decimal): -2026406 or 5903585. OLE color: 5903585.
HSL color Cylindrical-coordinate representation of color #E1145A: hue angle of 339.51º 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 #E1145A is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 90 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.12 |
| HSL | 339.51º | 0.84% | 0.48% | - |
| HSV(B) | 339.51º | 0.91% | 0.88% | - |
| XYZ | 33.15 | 17.25 | 11.25 | - |
| YUV | 89.28 | 128.42 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 90 | 0 | 0.91 | 0.60 | 0.12 | 339.51 | 0.84 | 0.48 |
| Hex | E1 | 14 | 5A | 0 | 5B | 3C | C | 154 | 54 | 30 |
| Octal | 341 | 24 | 132 | 0 | 133 | 74 | 14 | 524 | 124 | 60 |
| Binary | 11100001 | 10100 | 1011010 | 0 | 1011011 | 111100 | 1100 | 101010100 | 1010100 | 110000 |
Color Harmonies of #E1145A
Complementary color
Monochromatic Colors of #E1145A
Black with #E1145A
Text Example
Text Example
White with #E1145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1145A; }
p { color: rgb(225,20,90); }
H1.HeaderClassName
{
color: #E1145A;
}
.AnyTagClassName
{
color: #E1145A;
}
</style>
background-color css
<style>
a { background-color: #E1145A; }
a { background-color: rgb(225,20,90); }
div.DivClassName
{
background-color: #E1145A;
}
.BgClassName
{
background-color: #E1145A;
}
</style>
border-color css
<style>
span { border-color: #E1145A; }
span { border-color: rgb(225,20,90); }
td.TdClassName
{
border-color: #E1145A;
}
.TagClassName
{
border-color: #E1145A;
}
</style>