Shades of Ruby #E52069
Tints of Ruby #E52069
RGB
CMYK
RGB Variations
Color information
#E52069 (or 0xE52069) is known color: Ruby. HEX triplet: E5, 20 and 69. RGB value is (229,32,105). Sum of RGB (Red+Green+Blue) = 229+32+105=366 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.57% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 229 - color contains mainly: red. Hex color #E52069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52069 is #1ADF96. Grayscale: #636363. Windows color (decimal): -1761175 or 6889701. OLE color: 6889701.
HSL color Cylindrical-coordinate representation of color #E52069: hue angle of 337.77º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E52069 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 105 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.10 |
| HSL | 337.77º | 0.79% | 0.51% | - |
| HSV(B) | 337.77º | 0.86% | 0.9% | - |
| XYZ | 35.38 | 18.71 | 15.11 | - |
| YUV | 99.23 | 131.27 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 105 | 0 | 0.86 | 0.54 | 0.10 | 337.77 | 0.79 | 0.51 |
| Hex | E5 | 20 | 69 | 0 | 56 | 36 | A | 152 | 4F | 33 |
| Octal | 345 | 40 | 151 | 0 | 126 | 66 | 12 | 522 | 117 | 63 |
| Binary | 11100101 | 100000 | 1101001 | 0 | 1010110 | 110110 | 1010 | 101010010 | 1001111 | 110011 |
Color Harmonies of #E52069
Complementary color
Monochromatic Colors of #E52069
Black with #E52069
Text Example
Text Example
White with #E52069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52069; }
p { color: rgb(229,32,105); }
H1.HeaderClassName
{
color: #E52069;
}
.AnyTagClassName
{
color: #E52069;
}
</style>
background-color css
<style>
a { background-color: #E52069; }
a { background-color: rgb(229,32,105); }
div.DivClassName
{
background-color: #E52069;
}
.BgClassName
{
background-color: #E52069;
}
</style>
border-color css
<style>
span { border-color: #E52069; }
span { border-color: rgb(229,32,105); }
td.TdClassName
{
border-color: #E52069;
}
.TagClassName
{
border-color: #E52069;
}
</style>