Shades of Ruby #E11C75
Tints of Ruby #E11C75
RGB
CMYK
RGB Variations
Color information
#E11C75 (or 0xE11C75) is known color: Ruby. HEX triplet: E1, 1C and 75. RGB value is (225,28,117). Sum of RGB (Red+Green+Blue) = 225+28+117=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11C75 is #1EE38A. Grayscale: #606060. Windows color (decimal): -2024331 or 7675105. OLE color: 7675105.
HSL color Cylindrical-coordinate representation of color #E11C75: hue angle of 332.89º 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 #E11C75 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 117 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.12 |
| HSL | 332.89º | 0.78% | 0.5% | - |
| HSV(B) | 332.89º | 0.88% | 0.88% | - |
| XYZ | 34.68 | 18.12 | 18.5 | - |
| YUV | 97.05 | 139.27 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 117 | 0 | 0.88 | 0.48 | 0.12 | 332.89 | 0.78 | 0.5 |
| Hex | E1 | 1C | 75 | 0 | 58 | 30 | C | 14D | 4E | 32 |
| Octal | 341 | 34 | 165 | 0 | 130 | 60 | 14 | 515 | 116 | 62 |
| Binary | 11100001 | 11100 | 1110101 | 0 | 1011000 | 110000 | 1100 | 101001101 | 1001110 | 110010 |
Color Harmonies of #E11C75
Complementary color
Monochromatic Colors of #E11C75
Black with #E11C75
Text Example
Text Example
White with #E11C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C75; }
p { color: rgb(225,28,117); }
H1.HeaderClassName
{
color: #E11C75;
}
.AnyTagClassName
{
color: #E11C75;
}
</style>
background-color css
<style>
a { background-color: #E11C75; }
a { background-color: rgb(225,28,117); }
div.DivClassName
{
background-color: #E11C75;
}
.BgClassName
{
background-color: #E11C75;
}
</style>
border-color css
<style>
span { border-color: #E11C75; }
span { border-color: rgb(225,28,117); }
td.TdClassName
{
border-color: #E11C75;
}
.TagClassName
{
border-color: #E11C75;
}
</style>