Shades of Ruby #E11658
Tints of Ruby #E11658
RGB
CMYK
RGB Variations
Color information
#E11658 (or 0xE11658) is known color: Ruby. HEX triplet: E1, 16 and 58. RGB value is (225,22,88). Sum of RGB (Red+Green+Blue) = 225+22+88=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E11658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11658 is #1EE9A7. Grayscale: #5A5A5A. Windows color (decimal): -2025896 or 5773025. OLE color: 5773025.
HSL color Cylindrical-coordinate representation of color #E11658: hue angle of 340.49º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11658 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 88 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.12 |
| HSL | 340.49º | 0.82% | 0.48% | - |
| HSV(B) | 340.49º | 0.9% | 0.88% | - |
| XYZ | 33.1 | 17.29 | 10.82 | - |
| YUV | 90.22 | 126.75 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 88 | 0 | 0.90 | 0.61 | 0.12 | 340.49 | 0.82 | 0.48 |
| Hex | E1 | 16 | 58 | 0 | 5A | 3D | C | 154 | 52 | 30 |
| Octal | 341 | 26 | 130 | 0 | 132 | 75 | 14 | 524 | 122 | 60 |
| Binary | 11100001 | 10110 | 1011000 | 0 | 1011010 | 111101 | 1100 | 101010100 | 1010010 | 110000 |
Color Harmonies of #E11658
Complementary color
Monochromatic Colors of #E11658
Black with #E11658
Text Example
Text Example
White with #E11658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11658; }
p { color: rgb(225,22,88); }
H1.HeaderClassName
{
color: #E11658;
}
.AnyTagClassName
{
color: #E11658;
}
</style>
background-color css
<style>
a { background-color: #E11658; }
a { background-color: rgb(225,22,88); }
div.DivClassName
{
background-color: #E11658;
}
.BgClassName
{
background-color: #E11658;
}
</style>
border-color css
<style>
span { border-color: #E11658; }
span { border-color: rgb(225,22,88); }
td.TdClassName
{
border-color: #E11658;
}
.TagClassName
{
border-color: #E11658;
}
</style>