Shades of Ruby #E00869
Tints of Ruby #E00869
RGB
CMYK
RGB Variations
Color information
#E00869 (or 0xE00869) is known color: Ruby. HEX triplet: E0, 08 and 69. RGB value is (224,8,105). Sum of RGB (Red+Green+Blue) = 224+8+105=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E00869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00869 is #1FF796. Grayscale: #535353. Windows color (decimal): -2094999 or 6883552. OLE color: 6883552.
HSL color Cylindrical-coordinate representation of color #E00869: hue angle of 333.06º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00869 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 105 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.12 |
| HSL | 333.06º | 0.93% | 0.45% | - |
| HSV(B) | 333.06º | 0.96% | 0.88% | - |
| XYZ | 33.38 | 17.04 | 14.89 | - |
| YUV | 83.64 | 140.06 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 105 | 0 | 0.96 | 0.53 | 0.12 | 333.06 | 0.93 | 0.45 |
| Hex | E0 | 8 | 69 | 0 | 60 | 35 | C | 14D | 5D | 2D |
| Octal | 340 | 10 | 151 | 0 | 140 | 65 | 14 | 515 | 135 | 55 |
| Binary | 11100000 | 1000 | 1101001 | 0 | 1100000 | 110101 | 1100 | 101001101 | 1011101 | 101101 |
Color Harmonies of #E00869
Complementary color
Monochromatic Colors of #E00869
Black with #E00869
Text Example
Text Example
White with #E00869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00869; }
p { color: rgb(224,8,105); }
H1.HeaderClassName
{
color: #E00869;
}
.AnyTagClassName
{
color: #E00869;
}
</style>
background-color css
<style>
a { background-color: #E00869; }
a { background-color: rgb(224,8,105); }
div.DivClassName
{
background-color: #E00869;
}
.BgClassName
{
background-color: #E00869;
}
</style>
border-color css
<style>
span { border-color: #E00869; }
span { border-color: rgb(224,8,105); }
td.TdClassName
{
border-color: #E00869;
}
.TagClassName
{
border-color: #E00869;
}
</style>