Shades of Ruby #E2145D
Tints of Ruby #E2145D
RGB
CMYK
RGB Variations
Color information
#E2145D (or 0xE2145D) is known color: Ruby. HEX triplet: E2, 14 and 5D. RGB value is (226,20,93). Sum of RGB (Red+Green+Blue) = 226+20+93=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E2145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2145D is #1DEBA2. Grayscale: #595959. Windows color (decimal): -1960867 or 6100194. OLE color: 6100194.
HSL color Cylindrical-coordinate representation of color #E2145D: hue angle of 338.74º degrees, saturation: 0.84, 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 #E2145D is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 93 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.11 |
| HSL | 338.74º | 0.84% | 0.48% | - |
| HSV(B) | 338.74º | 0.91% | 0.89% | - |
| XYZ | 33.59 | 17.46 | 11.96 | - |
| YUV | 89.92 | 129.75 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 93 | 0 | 0.91 | 0.59 | 0.11 | 338.74 | 0.84 | 0.48 |
| Hex | E2 | 14 | 5D | 0 | 5B | 3B | B | 153 | 54 | 30 |
| Octal | 342 | 24 | 135 | 0 | 133 | 73 | 13 | 523 | 124 | 60 |
| Binary | 11100010 | 10100 | 1011101 | 0 | 1011011 | 111011 | 1011 | 101010011 | 1010100 | 110000 |
Color Harmonies of #E2145D
Complementary color
Monochromatic Colors of #E2145D
Black with #E2145D
Text Example
Text Example
White with #E2145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2145D; }
p { color: rgb(226,20,93); }
H1.HeaderClassName
{
color: #E2145D;
}
.AnyTagClassName
{
color: #E2145D;
}
</style>
background-color css
<style>
a { background-color: #E2145D; }
a { background-color: rgb(226,20,93); }
div.DivClassName
{
background-color: #E2145D;
}
.BgClassName
{
background-color: #E2145D;
}
</style>
border-color css
<style>
span { border-color: #E2145D; }
span { border-color: rgb(226,20,93); }
td.TdClassName
{
border-color: #E2145D;
}
.TagClassName
{
border-color: #E2145D;
}
</style>