Shades of Ruby #E2087A
Tints of Ruby #E2087A
RGB
CMYK
RGB Variations
Color information
#E2087A (or 0xE2087A) is known color: Ruby. HEX triplet: E2, 08 and 7A. RGB value is (226,8,122). Sum of RGB (Red+Green+Blue) = 226+8+122=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E2087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2087A is #1DF785. Grayscale: #555555. Windows color (decimal): -1963910 or 7997666. OLE color: 7997666.
HSL color Cylindrical-coordinate representation of color #E2087A: hue angle of 328.62º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2087A is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 122 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.11 |
| HSL | 328.62º | 0.93% | 0.46% | - |
| HSV(B) | 328.62º | 0.96% | 0.89% | - |
| XYZ | 34.96 | 17.75 | 20 | - |
| YUV | 86.18 | 148.22 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 122 | 0 | 0.96 | 0.46 | 0.11 | 328.62 | 0.93 | 0.46 |
| Hex | E2 | 8 | 7A | 0 | 60 | 2E | B | 149 | 5D | 2E |
| Octal | 342 | 10 | 172 | 0 | 140 | 56 | 13 | 511 | 135 | 56 |
| Binary | 11100010 | 1000 | 1111010 | 0 | 1100000 | 101110 | 1011 | 101001001 | 1011101 | 101110 |
Color Harmonies of #E2087A
Complementary color
Monochromatic Colors of #E2087A
Black with #E2087A
Text Example
Text Example
White with #E2087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2087A; }
p { color: rgb(226,8,122); }
H1.HeaderClassName
{
color: #E2087A;
}
.AnyTagClassName
{
color: #E2087A;
}
</style>
background-color css
<style>
a { background-color: #E2087A; }
a { background-color: rgb(226,8,122); }
div.DivClassName
{
background-color: #E2087A;
}
.BgClassName
{
background-color: #E2087A;
}
</style>
border-color css
<style>
span { border-color: #E2087A; }
span { border-color: rgb(226,8,122); }
td.TdClassName
{
border-color: #E2087A;
}
.TagClassName
{
border-color: #E2087A;
}
</style>