Shades of Ruby #E2165D
Tints of Ruby #E2165D
RGB
CMYK
RGB Variations
Color information
#E2165D (or 0xE2165D) is known color: Ruby. HEX triplet: E2, 16 and 5D. RGB value is (226,22,93). Sum of RGB (Red+Green+Blue) = 226+22+93=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E2165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2165D is #1DE9A2. Grayscale: #5B5B5B. Windows color (decimal): -1960355 or 6100706. OLE color: 6100706.
HSL color Cylindrical-coordinate representation of color #E2165D: hue angle of 339.12º 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 #E2165D is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 93 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.11 |
| HSL | 339.12º | 0.82% | 0.49% | - |
| HSV(B) | 339.12º | 0.9% | 0.89% | - |
| XYZ | 33.63 | 17.53 | 11.97 | - |
| YUV | 91.09 | 129.09 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 93 | 0 | 0.90 | 0.59 | 0.11 | 339.12 | 0.82 | 0.49 |
| Hex | E2 | 16 | 5D | 0 | 5A | 3B | B | 153 | 52 | 31 |
| Octal | 342 | 26 | 135 | 0 | 132 | 73 | 13 | 523 | 122 | 61 |
| Binary | 11100010 | 10110 | 1011101 | 0 | 1011010 | 111011 | 1011 | 101010011 | 1010010 | 110001 |
Color Harmonies of #E2165D
Complementary color
Monochromatic Colors of #E2165D
Black with #E2165D
Text Example
Text Example
White with #E2165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2165D; }
p { color: rgb(226,22,93); }
H1.HeaderClassName
{
color: #E2165D;
}
.AnyTagClassName
{
color: #E2165D;
}
</style>
background-color css
<style>
a { background-color: #E2165D; }
a { background-color: rgb(226,22,93); }
div.DivClassName
{
background-color: #E2165D;
}
.BgClassName
{
background-color: #E2165D;
}
</style>
border-color css
<style>
span { border-color: #E2165D; }
span { border-color: rgb(226,22,93); }
td.TdClassName
{
border-color: #E2165D;
}
.TagClassName
{
border-color: #E2165D;
}
</style>