Shades of Ruby #E11954
Tints of Ruby #E11954
RGB
CMYK
RGB Variations
Color information
#E11954 (or 0xE11954) is known color: Ruby. HEX triplet: E1, 19 and 54. RGB value is (225,25,84). Sum of RGB (Red+Green+Blue) = 225+25+84=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E11954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11954 is #1EE6AB. Grayscale: #5B5B5B. Windows color (decimal): -2025132 or 5511649. OLE color: 5511649.
HSL color Cylindrical-coordinate representation of color #E11954: hue angle of 342.3º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E11954 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 84 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.12 |
| HSL | 342.3º | 0.8% | 0.49% | - |
| HSV(B) | 342.3º | 0.89% | 0.88% | - |
| XYZ | 33 | 17.34 | 10 | - |
| YUV | 91.53 | 123.76 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 84 | 0 | 0.89 | 0.63 | 0.12 | 342.3 | 0.8 | 0.49 |
| Hex | E1 | 19 | 54 | 0 | 59 | 3F | C | 156 | 50 | 31 |
| Octal | 341 | 31 | 124 | 0 | 131 | 77 | 14 | 526 | 120 | 61 |
| Binary | 11100001 | 11001 | 1010100 | 0 | 1011001 | 111111 | 1100 | 101010110 | 1010000 | 110001 |
Color Harmonies of #E11954
Complementary color
Monochromatic Colors of #E11954
Black with #E11954
Text Example
Text Example
White with #E11954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11954; }
p { color: rgb(225,25,84); }
H1.HeaderClassName
{
color: #E11954;
}
.AnyTagClassName
{
color: #E11954;
}
</style>
background-color css
<style>
a { background-color: #E11954; }
a { background-color: rgb(225,25,84); }
div.DivClassName
{
background-color: #E11954;
}
.BgClassName
{
background-color: #E11954;
}
</style>
border-color css
<style>
span { border-color: #E11954; }
span { border-color: rgb(225,25,84); }
td.TdClassName
{
border-color: #E11954;
}
.TagClassName
{
border-color: #E11954;
}
</style>