Shades of Ruby #E11562
Tints of Ruby #E11562
RGB
CMYK
RGB Variations
Color information
#E11562 (or 0xE11562) is known color: Ruby. HEX triplet: E1, 15 and 62. RGB value is (225,21,98). Sum of RGB (Red+Green+Blue) = 225+21+98=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E11562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11562 is #1EEA9D. Grayscale: #5A5A5A. Windows color (decimal): -2026142 or 6428129. OLE color: 6428129.
HSL color Cylindrical-coordinate representation of color #E11562: hue angle of 337.35º degrees, saturation: 0.83, 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 #E11562 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 98 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.12 |
| HSL | 337.35º | 0.83% | 0.48% | - |
| HSV(B) | 337.35º | 0.91% | 0.88% | - |
| XYZ | 33.52 | 17.43 | 13.15 | - |
| YUV | 90.77 | 132.09 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 98 | 0 | 0.91 | 0.56 | 0.12 | 337.35 | 0.83 | 0.48 |
| Hex | E1 | 15 | 62 | 0 | 5B | 38 | C | 151 | 53 | 30 |
| Octal | 341 | 25 | 142 | 0 | 133 | 70 | 14 | 521 | 123 | 60 |
| Binary | 11100001 | 10101 | 1100010 | 0 | 1011011 | 111000 | 1100 | 101010001 | 1010011 | 110000 |
Color Harmonies of #E11562
Complementary color
Monochromatic Colors of #E11562
Black with #E11562
Text Example
Text Example
White with #E11562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11562; }
p { color: rgb(225,21,98); }
H1.HeaderClassName
{
color: #E11562;
}
.AnyTagClassName
{
color: #E11562;
}
</style>
background-color css
<style>
a { background-color: #E11562; }
a { background-color: rgb(225,21,98); }
div.DivClassName
{
background-color: #E11562;
}
.BgClassName
{
background-color: #E11562;
}
</style>
border-color css
<style>
span { border-color: #E11562; }
span { border-color: rgb(225,21,98); }
td.TdClassName
{
border-color: #E11562;
}
.TagClassName
{
border-color: #E11562;
}
</style>