Shades of Ruby #E00775
Tints of Ruby #E00775
RGB
CMYK
RGB Variations
Color information
#E00775 (or 0xE00775) is known color: Ruby. HEX triplet: E0, 07 and 75. RGB value is (224,7,117). Sum of RGB (Red+Green+Blue) = 224+7+117=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E00775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00775 is #1FF88A. Grayscale: #545454. Windows color (decimal): -2095243 or 7669728. OLE color: 7669728.
HSL color Cylindrical-coordinate representation of color #E00775: hue angle of 329.59º degrees, saturation: 0.94, 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 #E00775 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 117 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.12 |
| HSL | 329.59º | 0.94% | 0.45% | - |
| HSV(B) | 329.59º | 0.97% | 0.88% | - |
| XYZ | 34.03 | 17.28 | 18.37 | - |
| YUV | 84.42 | 146.39 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 117 | 0 | 0.97 | 0.48 | 0.12 | 329.59 | 0.94 | 0.45 |
| Hex | E0 | 7 | 75 | 0 | 61 | 30 | C | 14A | 5E | 2D |
| Octal | 340 | 7 | 165 | 0 | 141 | 60 | 14 | 512 | 136 | 55 |
| Binary | 11100000 | 111 | 1110101 | 0 | 1100001 | 110000 | 1100 | 101001010 | 1011110 | 101101 |
Color Harmonies of #E00775
Complementary color
Monochromatic Colors of #E00775
Black with #E00775
Text Example
Text Example
White with #E00775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00775; }
p { color: rgb(224,7,117); }
H1.HeaderClassName
{
color: #E00775;
}
.AnyTagClassName
{
color: #E00775;
}
</style>
background-color css
<style>
a { background-color: #E00775; }
a { background-color: rgb(224,7,117); }
div.DivClassName
{
background-color: #E00775;
}
.BgClassName
{
background-color: #E00775;
}
</style>
border-color css
<style>
span { border-color: #E00775; }
span { border-color: rgb(224,7,117); }
td.TdClassName
{
border-color: #E00775;
}
.TagClassName
{
border-color: #E00775;
}
</style>