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