Shades of Ruby #E2067A
Tints of Ruby #E2067A
RGB
CMYK
RGB Variations
Color information
#E2067A (or 0xE2067A) is known color: Ruby. HEX triplet: E2, 06 and 7A. RGB value is (226,6,122). Sum of RGB (Red+Green+Blue) = 226+6+122=354 (46% of max value = 765). Red value is 226 (88.67% from 255 or 63.84% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 226 - color contains mainly: red. Hex color #E2067A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2067A is #1DF985. Grayscale: #545454. Windows color (decimal): -1964422 or 7997154. OLE color: 7997154.
HSL color Cylindrical-coordinate representation of color #E2067A: hue angle of 328.36º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2067A is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 122 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.11 |
| HSL | 328.36º | 0.95% | 0.45% | - |
| HSV(B) | 328.36º | 0.97% | 0.89% | - |
| XYZ | 34.94 | 17.7 | 19.99 | - |
| YUV | 85 | 148.89 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 122 | 0 | 0.97 | 0.46 | 0.11 | 328.36 | 0.95 | 0.45 |
| Hex | E2 | 6 | 7A | 0 | 61 | 2E | B | 148 | 5F | 2D |
| Octal | 342 | 6 | 172 | 0 | 141 | 56 | 13 | 510 | 137 | 55 |
| Binary | 11100010 | 110 | 1111010 | 0 | 1100001 | 101110 | 1011 | 101001000 | 1011111 | 101101 |
Color Harmonies of #E2067A
Complementary color
Monochromatic Colors of #E2067A
Black with #E2067A
Text Example
Text Example
White with #E2067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2067A; }
p { color: rgb(226,6,122); }
H1.HeaderClassName
{
color: #E2067A;
}
.AnyTagClassName
{
color: #E2067A;
}
</style>
background-color css
<style>
a { background-color: #E2067A; }
a { background-color: rgb(226,6,122); }
div.DivClassName
{
background-color: #E2067A;
}
.BgClassName
{
background-color: #E2067A;
}
</style>
border-color css
<style>
span { border-color: #E2067A; }
span { border-color: rgb(226,6,122); }
td.TdClassName
{
border-color: #E2067A;
}
.TagClassName
{
border-color: #E2067A;
}
</style>