Shades of Ruby #E1145C
Tints of Ruby #E1145C
RGB
CMYK
RGB Variations
Color information
#E1145C (or 0xE1145C) is known color: Ruby. HEX triplet: E1, 14 and 5C. RGB value is (225,20,92). Sum of RGB (Red+Green+Blue) = 225+20+92=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E1145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1145C is #1EEBA3. Grayscale: #595959. Windows color (decimal): -2026404 or 6034657. OLE color: 6034657.
HSL color Cylindrical-coordinate representation of color #E1145C: hue angle of 338.93º 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 #E1145C is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 92 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.12 |
| HSL | 338.93º | 0.84% | 0.48% | - |
| HSV(B) | 338.93º | 0.91% | 0.88% | - |
| XYZ | 33.23 | 17.28 | 11.71 | - |
| YUV | 89.5 | 129.42 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 92 | 0 | 0.91 | 0.59 | 0.12 | 338.93 | 0.84 | 0.48 |
| Hex | E1 | 14 | 5C | 0 | 5B | 3B | C | 153 | 54 | 30 |
| Octal | 341 | 24 | 134 | 0 | 133 | 73 | 14 | 523 | 124 | 60 |
| Binary | 11100001 | 10100 | 1011100 | 0 | 1011011 | 111011 | 1100 | 101010011 | 1010100 | 110000 |
Color Harmonies of #E1145C
Complementary color
Monochromatic Colors of #E1145C
Black with #E1145C
Text Example
Text Example
White with #E1145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1145C; }
p { color: rgb(225,20,92); }
H1.HeaderClassName
{
color: #E1145C;
}
.AnyTagClassName
{
color: #E1145C;
}
</style>
background-color css
<style>
a { background-color: #E1145C; }
a { background-color: rgb(225,20,92); }
div.DivClassName
{
background-color: #E1145C;
}
.BgClassName
{
background-color: #E1145C;
}
</style>
border-color css
<style>
span { border-color: #E1145C; }
span { border-color: rgb(225,20,92); }
td.TdClassName
{
border-color: #E1145C;
}
.TagClassName
{
border-color: #E1145C;
}
</style>