Shades of Ruby #E11570
Tints of Ruby #E11570
RGB
CMYK
RGB Variations
Color information
#E11570 (or 0xE11570) is known color: Ruby. HEX triplet: E1, 15 and 70. RGB value is (225,21,112). Sum of RGB (Red+Green+Blue) = 225+21+112=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E11570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11570 is #1EEA8F. Grayscale: #5C5C5C. Windows color (decimal): -2026128 or 7345633. OLE color: 7345633.
HSL color Cylindrical-coordinate representation of color #E11570: hue angle of 333.24º 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 #E11570 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 112 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.12 |
| HSL | 333.24º | 0.83% | 0.48% | - |
| HSV(B) | 333.24º | 0.91% | 0.88% | - |
| XYZ | 34.24 | 17.71 | 16.94 | - |
| YUV | 92.37 | 139.09 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 112 | 0 | 0.91 | 0.50 | 0.12 | 333.24 | 0.83 | 0.48 |
| Hex | E1 | 15 | 70 | 0 | 5B | 32 | C | 14D | 53 | 30 |
| Octal | 341 | 25 | 160 | 0 | 133 | 62 | 14 | 515 | 123 | 60 |
| Binary | 11100001 | 10101 | 1110000 | 0 | 1011011 | 110010 | 1100 | 101001101 | 1010011 | 110000 |
Color Harmonies of #E11570
Complementary color
Monochromatic Colors of #E11570
Black with #E11570
Text Example
Text Example
White with #E11570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11570; }
p { color: rgb(225,21,112); }
H1.HeaderClassName
{
color: #E11570;
}
.AnyTagClassName
{
color: #E11570;
}
</style>
background-color css
<style>
a { background-color: #E11570; }
a { background-color: rgb(225,21,112); }
div.DivClassName
{
background-color: #E11570;
}
.BgClassName
{
background-color: #E11570;
}
</style>
border-color css
<style>
span { border-color: #E11570; }
span { border-color: rgb(225,21,112); }
td.TdClassName
{
border-color: #E11570;
}
.TagClassName
{
border-color: #E11570;
}
</style>