Shades of Ruby #E2007B
Tints of Ruby #E2007B
RGB
CMYK
RGB Variations
Color information
#E2007B (or 0xE2007B) is known color: Ruby. HEX triplet: E2, 00 and 7B. RGB value is (226,0,123). Sum of RGB (Red+Green+Blue) = 226+0+123=349 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.76% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 226 - color contains mainly: red. Hex color #E2007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2007B is #1DFF84. Grayscale: #515151. Windows color (decimal): -1965957 or 8061154. OLE color: 8061154.
HSL color Cylindrical-coordinate representation of color #E2007B: hue angle of 327.35º 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 #E2007B is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.46 | 0.11 |
| HSL | 327.35º | 1% | 0.44% | - |
| HSV(B) | 327.35º | 1% | 0.89% | - |
| XYZ | 34.94 | 17.6 | 20.29 | - |
| YUV | 81.6 | 151.37 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 123 | 0 | 1 | 0.46 | 0.11 | 327.35 | 1 | 0.44 |
| Hex | E2 | 0 | 7B | 0 | 64 | 2E | B | 147 | 64 | 2C |
| Octal | 342 | 0 | 173 | 0 | 144 | 56 | 13 | 507 | 144 | 54 |
| Binary | 11100010 | 0 | 1111011 | 0 | 1100100 | 101110 | 1011 | 101000111 | 1100100 | 101100 |
Color Harmonies of #E2007B
Complementary color
Monochromatic Colors of #E2007B
Black with #E2007B
Text Example
Text Example
White with #E2007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2007B; }
p { color: rgb(226,0,123); }
H1.HeaderClassName
{
color: #E2007B;
}
.AnyTagClassName
{
color: #E2007B;
}
</style>
background-color css
<style>
a { background-color: #E2007B; }
a { background-color: rgb(226,0,123); }
div.DivClassName
{
background-color: #E2007B;
}
.BgClassName
{
background-color: #E2007B;
}
</style>
border-color css
<style>
span { border-color: #E2007B; }
span { border-color: rgb(226,0,123); }
td.TdClassName
{
border-color: #E2007B;
}
.TagClassName
{
border-color: #E2007B;
}
</style>