Shades of Ruby #E11364
Tints of Ruby #E11364
RGB
CMYK
RGB Variations
Color information
#E11364 (or 0xE11364) is known color: Ruby. HEX triplet: E1, 13 and 64. RGB value is (225,19,100). Sum of RGB (Red+Green+Blue) = 225+19+100=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E11364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11364 is #1EEC9B. Grayscale: #595959. Windows color (decimal): -2026652 or 6558689. OLE color: 6558689.
HSL color Cylindrical-coordinate representation of color #E11364: hue angle of 336.41º degrees, saturation: 0.84, 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 #E11364 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 100 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.12 |
| HSL | 336.41º | 0.84% | 0.48% | - |
| HSV(B) | 336.41º | 0.92% | 0.88% | - |
| XYZ | 33.58 | 17.39 | 13.64 | - |
| YUV | 89.83 | 133.75 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 100 | 0 | 0.92 | 0.56 | 0.12 | 336.41 | 0.84 | 0.48 |
| Hex | E1 | 13 | 64 | 0 | 5C | 38 | C | 150 | 54 | 30 |
| Octal | 341 | 23 | 144 | 0 | 134 | 70 | 14 | 520 | 124 | 60 |
| Binary | 11100001 | 10011 | 1100100 | 0 | 1011100 | 111000 | 1100 | 101010000 | 1010100 | 110000 |
Color Harmonies of #E11364
Complementary color
Monochromatic Colors of #E11364
Black with #E11364
Text Example
Text Example
White with #E11364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11364; }
p { color: rgb(225,19,100); }
H1.HeaderClassName
{
color: #E11364;
}
.AnyTagClassName
{
color: #E11364;
}
</style>
background-color css
<style>
a { background-color: #E11364; }
a { background-color: rgb(225,19,100); }
div.DivClassName
{
background-color: #E11364;
}
.BgClassName
{
background-color: #E11364;
}
</style>
border-color css
<style>
span { border-color: #E11364; }
span { border-color: rgb(225,19,100); }
td.TdClassName
{
border-color: #E11364;
}
.TagClassName
{
border-color: #E11364;
}
</style>