Shades of Ruby #E11754
Tints of Ruby #E11754
RGB
CMYK
RGB Variations
Color information
#E11754 (or 0xE11754) is known color: Ruby. HEX triplet: E1, 17 and 54. RGB value is (225,23,84). Sum of RGB (Red+Green+Blue) = 225+23+84=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E11754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11754 is #1EE8AB. Grayscale: #5A5A5A. Windows color (decimal): -2025644 or 5511137. OLE color: 5511137.
HSL color Cylindrical-coordinate representation of color #E11754: hue angle of 341.88º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11754 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 84 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.12 |
| HSL | 341.88º | 0.81% | 0.49% | - |
| HSV(B) | 341.88º | 0.9% | 0.88% | - |
| XYZ | 32.96 | 17.26 | 9.98 | - |
| YUV | 90.35 | 124.42 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 84 | 0 | 0.90 | 0.63 | 0.12 | 341.88 | 0.81 | 0.49 |
| Hex | E1 | 17 | 54 | 0 | 5A | 3F | C | 156 | 51 | 31 |
| Octal | 341 | 27 | 124 | 0 | 132 | 77 | 14 | 526 | 121 | 61 |
| Binary | 11100001 | 10111 | 1010100 | 0 | 1011010 | 111111 | 1100 | 101010110 | 1010001 | 110001 |
Color Harmonies of #E11754
Complementary color
Monochromatic Colors of #E11754
Black with #E11754
Text Example
Text Example
White with #E11754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11754; }
p { color: rgb(225,23,84); }
H1.HeaderClassName
{
color: #E11754;
}
.AnyTagClassName
{
color: #E11754;
}
</style>
background-color css
<style>
a { background-color: #E11754; }
a { background-color: rgb(225,23,84); }
div.DivClassName
{
background-color: #E11754;
}
.BgClassName
{
background-color: #E11754;
}
</style>
border-color css
<style>
span { border-color: #E11754; }
span { border-color: rgb(225,23,84); }
td.TdClassName
{
border-color: #E11754;
}
.TagClassName
{
border-color: #E11754;
}
</style>