Shades of Ruby #E01869
Tints of Ruby #E01869
RGB
CMYK
RGB Variations
Color information
#E01869 (or 0xE01869) is known color: Ruby. HEX triplet: E0, 18 and 69. RGB value is (224,24,105). Sum of RGB (Red+Green+Blue) = 224+24+105=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E01869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01869 is #1FE796. Grayscale: #5C5C5C. Windows color (decimal): -2090903 or 6887648. OLE color: 6887648.
HSL color Cylindrical-coordinate representation of color #E01869: hue angle of 335.7º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01869 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 105 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.12 |
| HSL | 335.7º | 0.81% | 0.49% | - |
| HSV(B) | 335.7º | 0.89% | 0.88% | - |
| XYZ | 33.62 | 17.52 | 14.97 | - |
| YUV | 93.03 | 134.76 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 105 | 0 | 0.89 | 0.53 | 0.12 | 335.7 | 0.81 | 0.49 |
| Hex | E0 | 18 | 69 | 0 | 59 | 35 | C | 150 | 51 | 31 |
| Octal | 340 | 30 | 151 | 0 | 131 | 65 | 14 | 520 | 121 | 61 |
| Binary | 11100000 | 11000 | 1101001 | 0 | 1011001 | 110101 | 1100 | 101010000 | 1010001 | 110001 |
Color Harmonies of #E01869
Complementary color
Monochromatic Colors of #E01869
Black with #E01869
Text Example
Text Example
White with #E01869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01869; }
p { color: rgb(224,24,105); }
H1.HeaderClassName
{
color: #E01869;
}
.AnyTagClassName
{
color: #E01869;
}
</style>
background-color css
<style>
a { background-color: #E01869; }
a { background-color: rgb(224,24,105); }
div.DivClassName
{
background-color: #E01869;
}
.BgClassName
{
background-color: #E01869;
}
</style>
border-color css
<style>
span { border-color: #E01869; }
span { border-color: rgb(224,24,105); }
td.TdClassName
{
border-color: #E01869;
}
.TagClassName
{
border-color: #E01869;
}
</style>