Shades of Ruby #E10574
Tints of Ruby #E10574
RGB
CMYK
RGB Variations
Color information
#E10574 (or 0xE10574) is known color: Ruby. HEX triplet: E1, 05 and 74. RGB value is (225,5,116). Sum of RGB (Red+Green+Blue) = 225+5+116=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E10574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10574 is #1EFA8B. Grayscale: #535353. Windows color (decimal): -2030220 or 7603681. OLE color: 7603681.
HSL color Cylindrical-coordinate representation of color #E10574: hue angle of 329.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10574 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 116 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.12 |
| HSL | 329.73º | 0.96% | 0.45% | - |
| HSV(B) | 329.73º | 0.98% | 0.88% | - |
| XYZ | 34.26 | 17.38 | 18.07 | - |
| YUV | 83.43 | 146.39 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 116 | 0 | 0.98 | 0.48 | 0.12 | 329.73 | 0.96 | 0.45 |
| Hex | E1 | 5 | 74 | 0 | 62 | 30 | C | 14A | 60 | 2D |
| Octal | 341 | 5 | 164 | 0 | 142 | 60 | 14 | 512 | 140 | 55 |
| Binary | 11100001 | 101 | 1110100 | 0 | 1100010 | 110000 | 1100 | 101001010 | 1100000 | 101101 |
Color Harmonies of #E10574
Complementary color
Monochromatic Colors of #E10574
Black with #E10574
Text Example
Text Example
White with #E10574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10574; }
p { color: rgb(225,5,116); }
H1.HeaderClassName
{
color: #E10574;
}
.AnyTagClassName
{
color: #E10574;
}
</style>
background-color css
<style>
a { background-color: #E10574; }
a { background-color: rgb(225,5,116); }
div.DivClassName
{
background-color: #E10574;
}
.BgClassName
{
background-color: #E10574;
}
</style>
border-color css
<style>
span { border-color: #E10574; }
span { border-color: rgb(225,5,116); }
td.TdClassName
{
border-color: #E10574;
}
.TagClassName
{
border-color: #E10574;
}
</style>