Shades of Ruby #E01679
Tints of Ruby #E01679
RGB
CMYK
RGB Variations
Color information
#E01679 (or 0xE01679) is known color: Ruby. HEX triplet: E0, 16 and 79. RGB value is (224,22,121). Sum of RGB (Red+Green+Blue) = 224+22+121=367 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.04% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 224 - color contains mainly: red. Hex color #E01679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01679 is #1FE986. Grayscale: #5D5D5D. Windows color (decimal): -2091399 or 7935712. OLE color: 7935712.
HSL color Cylindrical-coordinate representation of color #E01679: hue angle of 330.59º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01679 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 121 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.12 |
| HSL | 330.59º | 0.82% | 0.48% | - |
| HSV(B) | 330.59º | 0.9% | 0.88% | - |
| XYZ | 34.48 | 17.8 | 19.71 | - |
| YUV | 93.68 | 143.42 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 121 | 0 | 0.90 | 0.46 | 0.12 | 330.59 | 0.82 | 0.48 |
| Hex | E0 | 16 | 79 | 0 | 5A | 2E | C | 14B | 52 | 30 |
| Octal | 340 | 26 | 171 | 0 | 132 | 56 | 14 | 513 | 122 | 60 |
| Binary | 11100000 | 10110 | 1111001 | 0 | 1011010 | 101110 | 1100 | 101001011 | 1010010 | 110000 |
Color Harmonies of #E01679
Complementary color
Monochromatic Colors of #E01679
Black with #E01679
Text Example
Text Example
White with #E01679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01679; }
p { color: rgb(224,22,121); }
H1.HeaderClassName
{
color: #E01679;
}
.AnyTagClassName
{
color: #E01679;
}
</style>
background-color css
<style>
a { background-color: #E01679; }
a { background-color: rgb(224,22,121); }
div.DivClassName
{
background-color: #E01679;
}
.BgClassName
{
background-color: #E01679;
}
</style>
border-color css
<style>
span { border-color: #E01679; }
span { border-color: rgb(224,22,121); }
td.TdClassName
{
border-color: #E01679;
}
.TagClassName
{
border-color: #E01679;
}
</style>