Shades of Ruby #E01668
Tints of Ruby #E01668
RGB
CMYK
RGB Variations
Color information
#E01668 (or 0xE01668) is known color: Ruby. HEX triplet: E0, 16 and 68. RGB value is (224,22,104). Sum of RGB (Red+Green+Blue) = 224+22+104=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E01668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01668 is #1FE997. Grayscale: #5B5B5B. Windows color (decimal): -2091416 or 6821600. OLE color: 6821600.
HSL color Cylindrical-coordinate representation of color #E01668: hue angle of 335.64º 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 #E01668 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 104 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.12 |
| HSL | 335.64º | 0.82% | 0.48% | - |
| HSV(B) | 335.64º | 0.9% | 0.88% | - |
| XYZ | 33.53 | 17.42 | 14.69 | - |
| YUV | 91.75 | 134.92 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 104 | 0 | 0.90 | 0.54 | 0.12 | 335.64 | 0.82 | 0.48 |
| Hex | E0 | 16 | 68 | 0 | 5A | 36 | C | 150 | 52 | 30 |
| Octal | 340 | 26 | 150 | 0 | 132 | 66 | 14 | 520 | 122 | 60 |
| Binary | 11100000 | 10110 | 1101000 | 0 | 1011010 | 110110 | 1100 | 101010000 | 1010010 | 110000 |
Color Harmonies of #E01668
Complementary color
Monochromatic Colors of #E01668
Black with #E01668
Text Example
Text Example
White with #E01668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01668; }
p { color: rgb(224,22,104); }
H1.HeaderClassName
{
color: #E01668;
}
.AnyTagClassName
{
color: #E01668;
}
</style>
background-color css
<style>
a { background-color: #E01668; }
a { background-color: rgb(224,22,104); }
div.DivClassName
{
background-color: #E01668;
}
.BgClassName
{
background-color: #E01668;
}
</style>
border-color css
<style>
span { border-color: #E01668; }
span { border-color: rgb(224,22,104); }
td.TdClassName
{
border-color: #E01668;
}
.TagClassName
{
border-color: #E01668;
}
</style>