Shades of Ruby #E01665
Tints of Ruby #E01665
RGB
CMYK
RGB Variations
Color information
#E01665 (or 0xE01665) is known color: Ruby. HEX triplet: E0, 16 and 65. RGB value is (224,22,101). Sum of RGB (Red+Green+Blue) = 224+22+101=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E01665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01665 is #1FE99A. Grayscale: #5B5B5B. Windows color (decimal): -2091419 or 6624992. OLE color: 6624992.
HSL color Cylindrical-coordinate representation of color #E01665: hue angle of 336.53º 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 #E01665 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 101 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.12 |
| HSL | 336.53º | 0.82% | 0.48% | - |
| HSV(B) | 336.53º | 0.9% | 0.88% | - |
| XYZ | 33.38 | 17.36 | 13.9 | - |
| YUV | 91.4 | 133.42 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 101 | 0 | 0.90 | 0.55 | 0.12 | 336.53 | 0.82 | 0.48 |
| Hex | E0 | 16 | 65 | 0 | 5A | 37 | C | 151 | 52 | 30 |
| Octal | 340 | 26 | 145 | 0 | 132 | 67 | 14 | 521 | 122 | 60 |
| Binary | 11100000 | 10110 | 1100101 | 0 | 1011010 | 110111 | 1100 | 101010001 | 1010010 | 110000 |
Color Harmonies of #E01665
Complementary color
Monochromatic Colors of #E01665
Black with #E01665
Text Example
Text Example
White with #E01665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01665; }
p { color: rgb(224,22,101); }
H1.HeaderClassName
{
color: #E01665;
}
.AnyTagClassName
{
color: #E01665;
}
</style>
background-color css
<style>
a { background-color: #E01665; }
a { background-color: rgb(224,22,101); }
div.DivClassName
{
background-color: #E01665;
}
.BgClassName
{
background-color: #E01665;
}
</style>
border-color css
<style>
span { border-color: #E01665; }
span { border-color: rgb(224,22,101); }
td.TdClassName
{
border-color: #E01665;
}
.TagClassName
{
border-color: #E01665;
}
</style>