Shades of Ruby #E11C74
Tints of Ruby #E11C74
RGB
CMYK
RGB Variations
Color information
#E11C74 (or 0xE11C74) is known color: Ruby. HEX triplet: E1, 1C and 74. RGB value is (225,28,116). Sum of RGB (Red+Green+Blue) = 225+28+116=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11C74 is #1EE38B. Grayscale: #606060. Windows color (decimal): -2024332 or 7609569. OLE color: 7609569.
HSL color Cylindrical-coordinate representation of color #E11C74: hue angle of 333.2º 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 #E11C74 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 116 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.12 |
| HSL | 333.2º | 0.78% | 0.5% | - |
| HSV(B) | 333.2º | 0.88% | 0.88% | - |
| XYZ | 34.62 | 18.1 | 18.19 | - |
| YUV | 96.94 | 138.77 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 116 | 0 | 0.88 | 0.48 | 0.12 | 333.2 | 0.78 | 0.5 |
| Hex | E1 | 1C | 74 | 0 | 58 | 30 | C | 14D | 4E | 32 |
| Octal | 341 | 34 | 164 | 0 | 130 | 60 | 14 | 515 | 116 | 62 |
| Binary | 11100001 | 11100 | 1110100 | 0 | 1011000 | 110000 | 1100 | 101001101 | 1001110 | 110010 |
Color Harmonies of #E11C74
Complementary color
Monochromatic Colors of #E11C74
Black with #E11C74
Text Example
Text Example
White with #E11C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C74; }
p { color: rgb(225,28,116); }
H1.HeaderClassName
{
color: #E11C74;
}
.AnyTagClassName
{
color: #E11C74;
}
</style>
background-color css
<style>
a { background-color: #E11C74; }
a { background-color: rgb(225,28,116); }
div.DivClassName
{
background-color: #E11C74;
}
.BgClassName
{
background-color: #E11C74;
}
</style>
border-color css
<style>
span { border-color: #E11C74; }
span { border-color: rgb(225,28,116); }
td.TdClassName
{
border-color: #E11C74;
}
.TagClassName
{
border-color: #E11C74;
}
</style>