Shades of Ruby #E5067B
Tints of Ruby #E5067B
RGB
CMYK
RGB Variations
Color information
#E5067B (or 0xE5067B) is known color: Ruby. HEX triplet: E5, 06 and 7B. RGB value is (229,6,123). Sum of RGB (Red+Green+Blue) = 229+6+123=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5067B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5067B is #1AF984. Grayscale: #555555. Windows color (decimal): -1767813 or 8062693. OLE color: 8062693.
HSL color Cylindrical-coordinate representation of color #E5067B: hue angle of 328.52º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5067B is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 6 | 123 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.10 |
| HSL | 328.52º | 0.95% | 0.46% | - |
| HSV(B) | 328.52º | 0.97% | 0.9% | - |
| XYZ | 35.95 | 18.22 | 20.36 | - |
| YUV | 86.02 | 148.88 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 6 | 123 | 0 | 0.97 | 0.46 | 0.10 | 328.52 | 0.95 | 0.46 |
| Hex | E5 | 6 | 7B | 0 | 61 | 2E | A | 149 | 5F | 2E |
| Octal | 345 | 6 | 173 | 0 | 141 | 56 | 12 | 511 | 137 | 56 |
| Binary | 11100101 | 110 | 1111011 | 0 | 1100001 | 101110 | 1010 | 101001001 | 1011111 | 101110 |
Color Harmonies of #E5067B
Complementary color
Monochromatic Colors of #E5067B
Black with #E5067B
Text Example
Text Example
White with #E5067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5067B; }
p { color: rgb(229,6,123); }
H1.HeaderClassName
{
color: #E5067B;
}
.AnyTagClassName
{
color: #E5067B;
}
</style>
background-color css
<style>
a { background-color: #E5067B; }
a { background-color: rgb(229,6,123); }
div.DivClassName
{
background-color: #E5067B;
}
.BgClassName
{
background-color: #E5067B;
}
</style>
border-color css
<style>
span { border-color: #E5067B; }
span { border-color: rgb(229,6,123); }
td.TdClassName
{
border-color: #E5067B;
}
.TagClassName
{
border-color: #E5067B;
}
</style>