Shades of Ruby #E11574
Tints of Ruby #E11574
RGB
CMYK
RGB Variations
Color information
#E11574 (or 0xE11574) is known color: Ruby. HEX triplet: E1, 15 and 74. RGB value is (225,21,116). Sum of RGB (Red+Green+Blue) = 225+21+116=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E11574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11574 is #1EEA8B. Grayscale: #5C5C5C. Windows color (decimal): -2026124 or 7607777. OLE color: 7607777.
HSL color Cylindrical-coordinate representation of color #E11574: hue angle of 332.06º 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 #E11574 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 116 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.12 |
| HSL | 332.06º | 0.83% | 0.48% | - |
| HSV(B) | 332.06º | 0.91% | 0.88% | - |
| XYZ | 34.47 | 17.8 | 18.14 | - |
| YUV | 92.83 | 141.09 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 116 | 0 | 0.91 | 0.48 | 0.12 | 332.06 | 0.83 | 0.48 |
| Hex | E1 | 15 | 74 | 0 | 5B | 30 | C | 14C | 53 | 30 |
| Octal | 341 | 25 | 164 | 0 | 133 | 60 | 14 | 514 | 123 | 60 |
| Binary | 11100001 | 10101 | 1110100 | 0 | 1011011 | 110000 | 1100 | 101001100 | 1010011 | 110000 |
Color Harmonies of #E11574
Complementary color
Monochromatic Colors of #E11574
Black with #E11574
Text Example
Text Example
White with #E11574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11574; }
p { color: rgb(225,21,116); }
H1.HeaderClassName
{
color: #E11574;
}
.AnyTagClassName
{
color: #E11574;
}
</style>
background-color css
<style>
a { background-color: #E11574; }
a { background-color: rgb(225,21,116); }
div.DivClassName
{
background-color: #E11574;
}
.BgClassName
{
background-color: #E11574;
}
</style>
border-color css
<style>
span { border-color: #E11574; }
span { border-color: rgb(225,21,116); }
td.TdClassName
{
border-color: #E11574;
}
.TagClassName
{
border-color: #E11574;
}
</style>