Shades of Ruby #E2157A
Tints of Ruby #E2157A
RGB
CMYK
RGB Variations
Color information
#E2157A (or 0xE2157A) is known color: Ruby. HEX triplet: E2, 15 and 7A. RGB value is (226,21,122). Sum of RGB (Red+Green+Blue) = 226+21+122=369 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.25% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 226 - color contains mainly: red. Hex color #E2157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2157A is #1DEA85. Grayscale: #5D5D5D. Windows color (decimal): -1960582 or 8000994. OLE color: 8000994.
HSL color Cylindrical-coordinate representation of color #E2157A: hue angle of 330.44º 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 #E2157A is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 122 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.11 |
| HSL | 330.44º | 0.83% | 0.48% | - |
| HSV(B) | 330.44º | 0.91% | 0.89% | - |
| XYZ | 35.15 | 18.11 | 20.06 | - |
| YUV | 93.81 | 143.92 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 122 | 0 | 0.91 | 0.46 | 0.11 | 330.44 | 0.83 | 0.48 |
| Hex | E2 | 15 | 7A | 0 | 5B | 2E | B | 14A | 53 | 30 |
| Octal | 342 | 25 | 172 | 0 | 133 | 56 | 13 | 512 | 123 | 60 |
| Binary | 11100010 | 10101 | 1111010 | 0 | 1011011 | 101110 | 1011 | 101001010 | 1010011 | 110000 |
Color Harmonies of #E2157A
Complementary color
Monochromatic Colors of #E2157A
Black with #E2157A
Text Example
Text Example
White with #E2157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2157A; }
p { color: rgb(226,21,122); }
H1.HeaderClassName
{
color: #E2157A;
}
.AnyTagClassName
{
color: #E2157A;
}
</style>
background-color css
<style>
a { background-color: #E2157A; }
a { background-color: rgb(226,21,122); }
div.DivClassName
{
background-color: #E2157A;
}
.BgClassName
{
background-color: #E2157A;
}
</style>
border-color css
<style>
span { border-color: #E2157A; }
span { border-color: rgb(226,21,122); }
td.TdClassName
{
border-color: #E2157A;
}
.TagClassName
{
border-color: #E2157A;
}
</style>