Shades of Ruby #E2145F
Tints of Ruby #E2145F
RGB
CMYK
RGB Variations
Color information
#E2145F (or 0xE2145F) is known color: Ruby. HEX triplet: E2, 14 and 5F. RGB value is (226,20,95). Sum of RGB (Red+Green+Blue) = 226+20+95=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E2145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2145F is #1DEBA0. Grayscale: #5A5A5A. Windows color (decimal): -1960865 or 6231266. OLE color: 6231266.
HSL color Cylindrical-coordinate representation of color #E2145F: hue angle of 338.16º 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 #E2145F is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 95 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.11 |
| HSL | 338.16º | 0.84% | 0.48% | - |
| HSV(B) | 338.16º | 0.91% | 0.89% | - |
| XYZ | 33.68 | 17.5 | 12.43 | - |
| YUV | 90.14 | 130.75 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 95 | 0 | 0.91 | 0.58 | 0.11 | 338.16 | 0.84 | 0.48 |
| Hex | E2 | 14 | 5F | 0 | 5B | 3A | B | 152 | 54 | 30 |
| Octal | 342 | 24 | 137 | 0 | 133 | 72 | 13 | 522 | 124 | 60 |
| Binary | 11100010 | 10100 | 1011111 | 0 | 1011011 | 111010 | 1011 | 101010010 | 1010100 | 110000 |
Color Harmonies of #E2145F
Complementary color
Monochromatic Colors of #E2145F
Black with #E2145F
Text Example
Text Example
White with #E2145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2145F; }
p { color: rgb(226,20,95); }
H1.HeaderClassName
{
color: #E2145F;
}
.AnyTagClassName
{
color: #E2145F;
}
</style>
background-color css
<style>
a { background-color: #E2145F; }
a { background-color: rgb(226,20,95); }
div.DivClassName
{
background-color: #E2145F;
}
.BgClassName
{
background-color: #E2145F;
}
</style>
border-color css
<style>
span { border-color: #E2145F; }
span { border-color: rgb(226,20,95); }
td.TdClassName
{
border-color: #E2145F;
}
.TagClassName
{
border-color: #E2145F;
}
</style>