Shades of Ruby #E10674
Tints of Ruby #E10674
RGB
CMYK
RGB Variations
Color information
#E10674 (or 0xE10674) is known color: Ruby. HEX triplet: E1, 06 and 74. RGB value is (225,6,116). Sum of RGB (Red+Green+Blue) = 225+6+116=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E10674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10674 is #1EF98B. Grayscale: #535353. Windows color (decimal): -2029964 or 7603937. OLE color: 7603937.
HSL color Cylindrical-coordinate representation of color #E10674: hue angle of 329.86º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E10674 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 6 | 116 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.12 |
| HSL | 329.86º | 0.95% | 0.45% | - |
| HSV(B) | 329.86º | 0.97% | 0.88% | - |
| XYZ | 34.27 | 17.4 | 18.08 | - |
| YUV | 84.02 | 146.05 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 6 | 116 | 0 | 0.97 | 0.48 | 0.12 | 329.86 | 0.95 | 0.45 |
| Hex | E1 | 6 | 74 | 0 | 61 | 30 | C | 14A | 5F | 2D |
| Octal | 341 | 6 | 164 | 0 | 141 | 60 | 14 | 512 | 137 | 55 |
| Binary | 11100001 | 110 | 1110100 | 0 | 1100001 | 110000 | 1100 | 101001010 | 1011111 | 101101 |
Color Harmonies of #E10674
Complementary color
Monochromatic Colors of #E10674
Black with #E10674
Text Example
Text Example
White with #E10674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10674; }
p { color: rgb(225,6,116); }
H1.HeaderClassName
{
color: #E10674;
}
.AnyTagClassName
{
color: #E10674;
}
</style>
background-color css
<style>
a { background-color: #E10674; }
a { background-color: rgb(225,6,116); }
div.DivClassName
{
background-color: #E10674;
}
.BgClassName
{
background-color: #E10674;
}
</style>
border-color css
<style>
span { border-color: #E10674; }
span { border-color: rgb(225,6,116); }
td.TdClassName
{
border-color: #E10674;
}
.TagClassName
{
border-color: #E10674;
}
</style>