Shades of Ruby #E11264
Tints of Ruby #E11264
RGB
CMYK
RGB Variations
Color information
#E11264 (or 0xE11264) is known color: Ruby. HEX triplet: E1, 12 and 64. RGB value is (225,18,100). Sum of RGB (Red+Green+Blue) = 225+18+100=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E11264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11264 is #1EED9B. Grayscale: #595959. Windows color (decimal): -2026908 or 6558433. OLE color: 6558433.
HSL color Cylindrical-coordinate representation of color #E11264: hue angle of 336.23º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11264 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 100 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.12 |
| HSL | 336.23º | 0.85% | 0.48% | - |
| HSV(B) | 336.23º | 0.92% | 0.88% | - |
| XYZ | 33.57 | 17.36 | 13.64 | - |
| YUV | 89.24 | 134.08 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 100 | 0 | 0.92 | 0.56 | 0.12 | 336.23 | 0.85 | 0.48 |
| Hex | E1 | 12 | 64 | 0 | 5C | 38 | C | 150 | 55 | 30 |
| Octal | 341 | 22 | 144 | 0 | 134 | 70 | 14 | 520 | 125 | 60 |
| Binary | 11100001 | 10010 | 1100100 | 0 | 1011100 | 111000 | 1100 | 101010000 | 1010101 | 110000 |
Color Harmonies of #E11264
Complementary color
Monochromatic Colors of #E11264
Black with #E11264
Text Example
Text Example
White with #E11264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11264; }
p { color: rgb(225,18,100); }
H1.HeaderClassName
{
color: #E11264;
}
.AnyTagClassName
{
color: #E11264;
}
</style>
background-color css
<style>
a { background-color: #E11264; }
a { background-color: rgb(225,18,100); }
div.DivClassName
{
background-color: #E11264;
}
.BgClassName
{
background-color: #E11264;
}
</style>
border-color css
<style>
span { border-color: #E11264; }
span { border-color: rgb(225,18,100); }
td.TdClassName
{
border-color: #E11264;
}
.TagClassName
{
border-color: #E11264;
}
</style>