Shades of Ruby #E2155A
Tints of Ruby #E2155A
RGB
CMYK
RGB Variations
Color information
#E2155A (or 0xE2155A) is known color: Ruby. HEX triplet: E2, 15 and 5A. RGB value is (226,21,90). Sum of RGB (Red+Green+Blue) = 226+21+90=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E2155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2155A is #1DEAA5. Grayscale: #5A5A5A. Windows color (decimal): -1960614 or 5903842. OLE color: 5903842.
HSL color Cylindrical-coordinate representation of color #E2155A: hue angle of 339.8º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2155A is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 90 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.11 |
| HSL | 339.8º | 0.83% | 0.48% | - |
| HSV(B) | 339.8º | 0.91% | 0.89% | - |
| XYZ | 33.48 | 17.44 | 11.28 | - |
| YUV | 90.16 | 127.92 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 90 | 0 | 0.91 | 0.60 | 0.11 | 339.8 | 0.83 | 0.48 |
| Hex | E2 | 15 | 5A | 0 | 5B | 3C | B | 154 | 53 | 30 |
| Octal | 342 | 25 | 132 | 0 | 133 | 74 | 13 | 524 | 123 | 60 |
| Binary | 11100010 | 10101 | 1011010 | 0 | 1011011 | 111100 | 1011 | 101010100 | 1010011 | 110000 |
Color Harmonies of #E2155A
Complementary color
Monochromatic Colors of #E2155A
Black with #E2155A
Text Example
Text Example
White with #E2155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2155A; }
p { color: rgb(226,21,90); }
H1.HeaderClassName
{
color: #E2155A;
}
.AnyTagClassName
{
color: #E2155A;
}
</style>
background-color css
<style>
a { background-color: #E2155A; }
a { background-color: rgb(226,21,90); }
div.DivClassName
{
background-color: #E2155A;
}
.BgClassName
{
background-color: #E2155A;
}
</style>
border-color css
<style>
span { border-color: #E2155A; }
span { border-color: rgb(226,21,90); }
td.TdClassName
{
border-color: #E2155A;
}
.TagClassName
{
border-color: #E2155A;
}
</style>