Shades of Ruby #E01664
Tints of Ruby #E01664
RGB
CMYK
RGB Variations
Color information
#E01664 (or 0xE01664) is known color: Ruby. HEX triplet: E0, 16 and 64. RGB value is (224,22,100). Sum of RGB (Red+Green+Blue) = 224+22+100=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E01664 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01664 is #1FE99B. Grayscale: #5B5B5B. Windows color (decimal): -2091420 or 6559456. OLE color: 6559456.
HSL color Cylindrical-coordinate representation of color #E01664: hue angle of 336.83º 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 #E01664 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 100 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.12 |
| HSL | 336.83º | 0.82% | 0.48% | - |
| HSV(B) | 336.83º | 0.9% | 0.88% | - |
| XYZ | 33.33 | 17.34 | 13.65 | - |
| YUV | 91.29 | 132.92 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 100 | 0 | 0.90 | 0.55 | 0.12 | 336.83 | 0.82 | 0.48 |
| Hex | E0 | 16 | 64 | 0 | 5A | 37 | C | 151 | 52 | 30 |
| Octal | 340 | 26 | 144 | 0 | 132 | 67 | 14 | 521 | 122 | 60 |
| Binary | 11100000 | 10110 | 1100100 | 0 | 1011010 | 110111 | 1100 | 101010001 | 1010010 | 110000 |
Color Harmonies of #E01664
Complementary color
Monochromatic Colors of #E01664
Black with #E01664
Text Example
Text Example
White with #E01664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01664; }
p { color: rgb(224,22,100); }
H1.HeaderClassName
{
color: #E01664;
}
.AnyTagClassName
{
color: #E01664;
}
</style>
background-color css
<style>
a { background-color: #E01664; }
a { background-color: rgb(224,22,100); }
div.DivClassName
{
background-color: #E01664;
}
.BgClassName
{
background-color: #E01664;
}
</style>
border-color css
<style>
span { border-color: #E01664; }
span { border-color: rgb(224,22,100); }
td.TdClassName
{
border-color: #E01664;
}
.TagClassName
{
border-color: #E01664;
}
</style>