Shades of Ruby #E2067B
Tints of Ruby #E2067B
RGB
CMYK
RGB Variations
Color information
#E2067B (or 0xE2067B) is known color: Ruby. HEX triplet: E2, 06 and 7B. RGB value is (226,6,123). Sum of RGB (Red+Green+Blue) = 226+6+123=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E2067B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2067B is #1DF984. Grayscale: #545454. Windows color (decimal): -1964421 or 8062690. OLE color: 8062690.
HSL color Cylindrical-coordinate representation of color #E2067B: hue angle of 328.09º 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 #E2067B is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 123 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.11 |
| HSL | 328.09º | 0.95% | 0.45% | - |
| HSV(B) | 328.09º | 0.97% | 0.89% | - |
| XYZ | 35 | 17.73 | 20.32 | - |
| YUV | 85.12 | 149.39 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 123 | 0 | 0.97 | 0.46 | 0.11 | 328.09 | 0.95 | 0.45 |
| Hex | E2 | 6 | 7B | 0 | 61 | 2E | B | 148 | 5F | 2D |
| Octal | 342 | 6 | 173 | 0 | 141 | 56 | 13 | 510 | 137 | 55 |
| Binary | 11100010 | 110 | 1111011 | 0 | 1100001 | 101110 | 1011 | 101001000 | 1011111 | 101101 |
Color Harmonies of #E2067B
Complementary color
Monochromatic Colors of #E2067B
Black with #E2067B
Text Example
Text Example
White with #E2067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2067B; }
p { color: rgb(226,6,123); }
H1.HeaderClassName
{
color: #E2067B;
}
.AnyTagClassName
{
color: #E2067B;
}
</style>
background-color css
<style>
a { background-color: #E2067B; }
a { background-color: rgb(226,6,123); }
div.DivClassName
{
background-color: #E2067B;
}
.BgClassName
{
background-color: #E2067B;
}
</style>
border-color css
<style>
span { border-color: #E2067B; }
span { border-color: rgb(226,6,123); }
td.TdClassName
{
border-color: #E2067B;
}
.TagClassName
{
border-color: #E2067B;
}
</style>