Shades of Ruby #E0165E
Tints of Ruby #E0165E
RGB
CMYK
RGB Variations
Color information
#E0165E (or 0xE0165E) is known color: Ruby. HEX triplet: E0, 16 and 5E. RGB value is (224,22,94). Sum of RGB (Red+Green+Blue) = 224+22+94=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E0165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0165E is #1FE9A1. Grayscale: #5A5A5A. Windows color (decimal): -2091426 or 6166240. OLE color: 6166240.
HSL color Cylindrical-coordinate representation of color #E0165E: hue angle of 338.61º 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 #E0165E is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 94 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.12 |
| HSL | 338.61º | 0.82% | 0.48% | - |
| HSV(B) | 338.61º | 0.9% | 0.88% | - |
| XYZ | 33.05 | 17.23 | 12.17 | - |
| YUV | 90.61 | 129.92 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 94 | 0 | 0.90 | 0.58 | 0.12 | 338.61 | 0.82 | 0.48 |
| Hex | E0 | 16 | 5E | 0 | 5A | 3A | C | 153 | 52 | 30 |
| Octal | 340 | 26 | 136 | 0 | 132 | 72 | 14 | 523 | 122 | 60 |
| Binary | 11100000 | 10110 | 1011110 | 0 | 1011010 | 111010 | 1100 | 101010011 | 1010010 | 110000 |
Color Harmonies of #E0165E
Complementary color
Monochromatic Colors of #E0165E
Black with #E0165E
Text Example
Text Example
White with #E0165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0165E; }
p { color: rgb(224,22,94); }
H1.HeaderClassName
{
color: #E0165E;
}
.AnyTagClassName
{
color: #E0165E;
}
</style>
background-color css
<style>
a { background-color: #E0165E; }
a { background-color: rgb(224,22,94); }
div.DivClassName
{
background-color: #E0165E;
}
.BgClassName
{
background-color: #E0165E;
}
</style>
border-color css
<style>
span { border-color: #E0165E; }
span { border-color: rgb(224,22,94); }
td.TdClassName
{
border-color: #E0165E;
}
.TagClassName
{
border-color: #E0165E;
}
</style>