Shades of Ruby #E11C58
Tints of Ruby #E11C58
RGB
CMYK
RGB Variations
Color information
#E11C58 (or 0xE11C58) is known color: Ruby. HEX triplet: E1, 1C and 58. RGB value is (225,28,88). Sum of RGB (Red+Green+Blue) = 225+28+88=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11C58 is #1EE3A7. Grayscale: #5D5D5D. Windows color (decimal): -2024360 or 5774561. OLE color: 5774561.
HSL color Cylindrical-coordinate representation of color #E11C58: hue angle of 341.73º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11C58 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 88 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.12 |
| HSL | 341.73º | 0.78% | 0.5% | - |
| HSV(B) | 341.73º | 0.88% | 0.88% | - |
| XYZ | 33.23 | 17.54 | 10.87 | - |
| YUV | 93.74 | 124.77 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 88 | 0 | 0.88 | 0.61 | 0.12 | 341.73 | 0.78 | 0.5 |
| Hex | E1 | 1C | 58 | 0 | 58 | 3D | C | 156 | 4E | 32 |
| Octal | 341 | 34 | 130 | 0 | 130 | 75 | 14 | 526 | 116 | 62 |
| Binary | 11100001 | 11100 | 1011000 | 0 | 1011000 | 111101 | 1100 | 101010110 | 1001110 | 110010 |
Color Harmonies of #E11C58
Complementary color
Monochromatic Colors of #E11C58
Black with #E11C58
Text Example
Text Example
White with #E11C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C58; }
p { color: rgb(225,28,88); }
H1.HeaderClassName
{
color: #E11C58;
}
.AnyTagClassName
{
color: #E11C58;
}
</style>
background-color css
<style>
a { background-color: #E11C58; }
a { background-color: rgb(225,28,88); }
div.DivClassName
{
background-color: #E11C58;
}
.BgClassName
{
background-color: #E11C58;
}
</style>
border-color css
<style>
span { border-color: #E11C58; }
span { border-color: rgb(225,28,88); }
td.TdClassName
{
border-color: #E11C58;
}
.TagClassName
{
border-color: #E11C58;
}
</style>