Shades of Ruby #E51E6A
Tints of Ruby #E51E6A
RGB
CMYK
RGB Variations
Color information
#E51E6A (or 0xE51E6A) is known color: Ruby. HEX triplet: E5, 1E and 6A. RGB value is (229,30,106). Sum of RGB (Red+Green+Blue) = 229+30+106=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E51E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51E6A is #1AE195. Grayscale: #626262. Windows color (decimal): -1761686 or 6954725. OLE color: 6954725.
HSL color Cylindrical-coordinate representation of color #E51E6A: hue angle of 337.09º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51E6A is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 30 | 106 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.10 |
| HSL | 337.09º | 0.79% | 0.51% | - |
| HSV(B) | 337.09º | 0.87% | 0.9% | - |
| XYZ | 35.38 | 18.63 | 15.37 | - |
| YUV | 98.17 | 132.43 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 30 | 106 | 0 | 0.87 | 0.54 | 0.10 | 337.09 | 0.79 | 0.51 |
| Hex | E5 | 1E | 6A | 0 | 57 | 36 | A | 151 | 4F | 33 |
| Octal | 345 | 36 | 152 | 0 | 127 | 66 | 12 | 521 | 117 | 63 |
| Binary | 11100101 | 11110 | 1101010 | 0 | 1010111 | 110110 | 1010 | 101010001 | 1001111 | 110011 |
Color Harmonies of #E51E6A
Complementary color
Monochromatic Colors of #E51E6A
Black with #E51E6A
Text Example
Text Example
White with #E51E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51E6A; }
p { color: rgb(229,30,106); }
H1.HeaderClassName
{
color: #E51E6A;
}
.AnyTagClassName
{
color: #E51E6A;
}
</style>
background-color css
<style>
a { background-color: #E51E6A; }
a { background-color: rgb(229,30,106); }
div.DivClassName
{
background-color: #E51E6A;
}
.BgClassName
{
background-color: #E51E6A;
}
</style>
border-color css
<style>
span { border-color: #E51E6A; }
span { border-color: rgb(229,30,106); }
td.TdClassName
{
border-color: #E51E6A;
}
.TagClassName
{
border-color: #E51E6A;
}
</style>