Shades of Ruby #E10374
Tints of Ruby #E10374
RGB
CMYK
RGB Variations
Color information
#E10374 (or 0xE10374) is known color: Ruby. HEX triplet: E1, 03 and 74. RGB value is (225,3,116). Sum of RGB (Red+Green+Blue) = 225+3+116=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E10374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10374 is #1EFC8B. Grayscale: #525252. Windows color (decimal): -2030732 or 7603169. OLE color: 7603169.
HSL color Cylindrical-coordinate representation of color #E10374: hue angle of 329.46º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10374 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 116 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.12 |
| HSL | 329.46º | 0.97% | 0.45% | - |
| HSV(B) | 329.46º | 0.99% | 0.88% | - |
| XYZ | 34.24 | 17.33 | 18.06 | - |
| YUV | 82.26 | 147.05 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 116 | 0 | 0.99 | 0.48 | 0.12 | 329.46 | 0.97 | 0.45 |
| Hex | E1 | 3 | 74 | 0 | 63 | 30 | C | 149 | 61 | 2D |
| Octal | 341 | 3 | 164 | 0 | 143 | 60 | 14 | 511 | 141 | 55 |
| Binary | 11100001 | 11 | 1110100 | 0 | 1100011 | 110000 | 1100 | 101001001 | 1100001 | 101101 |
Color Harmonies of #E10374
Complementary color
Monochromatic Colors of #E10374
Black with #E10374
Text Example
Text Example
White with #E10374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10374; }
p { color: rgb(225,3,116); }
H1.HeaderClassName
{
color: #E10374;
}
.AnyTagClassName
{
color: #E10374;
}
</style>
background-color css
<style>
a { background-color: #E10374; }
a { background-color: rgb(225,3,116); }
div.DivClassName
{
background-color: #E10374;
}
.BgClassName
{
background-color: #E10374;
}
</style>
border-color css
<style>
span { border-color: #E10374; }
span { border-color: rgb(225,3,116); }
td.TdClassName
{
border-color: #E10374;
}
.TagClassName
{
border-color: #E10374;
}
</style>