Shades of Ruby #E2007A
Tints of Ruby #E2007A
RGB
CMYK
RGB Variations
Color information
#E2007A (or 0xE2007A) is known color: Ruby. HEX triplet: E2, 00 and 7A. RGB value is (226,0,122). Sum of RGB (Red+Green+Blue) = 226+0+122=348 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.94% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 226 - color contains mainly: red. Hex color #E2007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2007A is #1DFF85. Grayscale: #515151. Windows color (decimal): -1965958 or 7995618. OLE color: 7995618.
HSL color Cylindrical-coordinate representation of color #E2007A: hue angle of 327.61º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2007A is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.46 | 0.11 |
| HSL | 327.61º | 1% | 0.44% | - |
| HSV(B) | 327.61º | 1% | 0.89% | - |
| XYZ | 34.88 | 17.57 | 19.97 | - |
| YUV | 81.48 | 150.87 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 122 | 0 | 1 | 0.46 | 0.11 | 327.61 | 1 | 0.44 |
| Hex | E2 | 0 | 7A | 0 | 64 | 2E | B | 148 | 64 | 2C |
| Octal | 342 | 0 | 172 | 0 | 144 | 56 | 13 | 510 | 144 | 54 |
| Binary | 11100010 | 0 | 1111010 | 0 | 1100100 | 101110 | 1011 | 101001000 | 1100100 | 101100 |
Color Harmonies of #E2007A
Complementary color
Monochromatic Colors of #E2007A
Black with #E2007A
Text Example
Text Example
White with #E2007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2007A; }
p { color: rgb(226,0,122); }
H1.HeaderClassName
{
color: #E2007A;
}
.AnyTagClassName
{
color: #E2007A;
}
</style>
background-color css
<style>
a { background-color: #E2007A; }
a { background-color: rgb(226,0,122); }
div.DivClassName
{
background-color: #E2007A;
}
.BgClassName
{
background-color: #E2007A;
}
</style>
border-color css
<style>
span { border-color: #E2007A; }
span { border-color: rgb(226,0,122); }
td.TdClassName
{
border-color: #E2007A;
}
.TagClassName
{
border-color: #E2007A;
}
</style>