Shades of Ruby #E3165C
Tints of Ruby #E3165C
RGB
CMYK
RGB Variations
Color information
#E3165C (or 0xE3165C) is known color: Ruby. HEX triplet: E3, 16 and 5C. RGB value is (227,22,92). Sum of RGB (Red+Green+Blue) = 227+22+92=341 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.57% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 227 - color contains mainly: red. Hex color #E3165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3165C is #1CE9A3. Grayscale: #5B5B5B. Windows color (decimal): -1894820 or 6035171. OLE color: 6035171.
HSL color Cylindrical-coordinate representation of color #E3165C: hue angle of 339.51º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E3165C is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 92 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.11 |
| HSL | 339.51º | 0.82% | 0.49% | - |
| HSV(B) | 339.51º | 0.9% | 0.89% | - |
| XYZ | 33.9 | 17.68 | 11.75 | - |
| YUV | 91.28 | 128.42 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 92 | 0 | 0.90 | 0.59 | 0.11 | 339.51 | 0.82 | 0.49 |
| Hex | E3 | 16 | 5C | 0 | 5A | 3B | B | 154 | 52 | 31 |
| Octal | 343 | 26 | 134 | 0 | 132 | 73 | 13 | 524 | 122 | 61 |
| Binary | 11100011 | 10110 | 1011100 | 0 | 1011010 | 111011 | 1011 | 101010100 | 1010010 | 110001 |
Color Harmonies of #E3165C
Complementary color
Monochromatic Colors of #E3165C
Black with #E3165C
Text Example
Text Example
White with #E3165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3165C; }
p { color: rgb(227,22,92); }
H1.HeaderClassName
{
color: #E3165C;
}
.AnyTagClassName
{
color: #E3165C;
}
</style>
background-color css
<style>
a { background-color: #E3165C; }
a { background-color: rgb(227,22,92); }
div.DivClassName
{
background-color: #E3165C;
}
.BgClassName
{
background-color: #E3165C;
}
</style>
border-color css
<style>
span { border-color: #E3165C; }
span { border-color: rgb(227,22,92); }
td.TdClassName
{
border-color: #E3165C;
}
.TagClassName
{
border-color: #E3165C;
}
</style>