Shades of Ruby #E2165E
Tints of Ruby #E2165E
RGB
CMYK
RGB Variations
Color information
#E2165E (or 0xE2165E) is known color: Ruby. HEX triplet: E2, 16 and 5E. RGB value is (226,22,94). Sum of RGB (Red+Green+Blue) = 226+22+94=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E2165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2165E is #1DE9A1. Grayscale: #5B5B5B. Windows color (decimal): -1960354 or 6166242. OLE color: 6166242.
HSL color Cylindrical-coordinate representation of color #E2165E: hue angle of 338.82º 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 #E2165E is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 94 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.11 |
| HSL | 338.82º | 0.82% | 0.49% | - |
| HSV(B) | 338.82º | 0.9% | 0.89% | - |
| XYZ | 33.67 | 17.55 | 12.2 | - |
| YUV | 91.2 | 129.59 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 94 | 0 | 0.90 | 0.58 | 0.11 | 338.82 | 0.82 | 0.49 |
| Hex | E2 | 16 | 5E | 0 | 5A | 3A | B | 153 | 52 | 31 |
| Octal | 342 | 26 | 136 | 0 | 132 | 72 | 13 | 523 | 122 | 61 |
| Binary | 11100010 | 10110 | 1011110 | 0 | 1011010 | 111010 | 1011 | 101010011 | 1010010 | 110001 |
Color Harmonies of #E2165E
Complementary color
Monochromatic Colors of #E2165E
Black with #E2165E
Text Example
Text Example
White with #E2165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2165E; }
p { color: rgb(226,22,94); }
H1.HeaderClassName
{
color: #E2165E;
}
.AnyTagClassName
{
color: #E2165E;
}
</style>
background-color css
<style>
a { background-color: #E2165E; }
a { background-color: rgb(226,22,94); }
div.DivClassName
{
background-color: #E2165E;
}
.BgClassName
{
background-color: #E2165E;
}
</style>
border-color css
<style>
span { border-color: #E2165E; }
span { border-color: rgb(226,22,94); }
td.TdClassName
{
border-color: #E2165E;
}
.TagClassName
{
border-color: #E2165E;
}
</style>