Shades of Ruby #E52065
Tints of Ruby #E52065
RGB
CMYK
RGB Variations
Color information
#E52065 (or 0xE52065) is known color: Ruby. HEX triplet: E5, 20 and 65. RGB value is (229,32,101). Sum of RGB (Red+Green+Blue) = 229+32+101=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E52065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52065 is #1ADF9A. Grayscale: #626262. Windows color (decimal): -1761179 or 6627557. OLE color: 6627557.
HSL color Cylindrical-coordinate representation of color #E52065: hue angle of 338.98º 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 #E52065 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 101 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.10 |
| HSL | 338.98º | 0.79% | 0.51% | - |
| HSV(B) | 338.98º | 0.86% | 0.9% | - |
| XYZ | 35.18 | 18.63 | 14.05 | - |
| YUV | 98.77 | 129.27 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 101 | 0 | 0.86 | 0.56 | 0.10 | 338.98 | 0.79 | 0.51 |
| Hex | E5 | 20 | 65 | 0 | 56 | 38 | A | 153 | 4F | 33 |
| Octal | 345 | 40 | 145 | 0 | 126 | 70 | 12 | 523 | 117 | 63 |
| Binary | 11100101 | 100000 | 1100101 | 0 | 1010110 | 111000 | 1010 | 101010011 | 1001111 | 110011 |
Color Harmonies of #E52065
Complementary color
Monochromatic Colors of #E52065
Black with #E52065
Text Example
Text Example
White with #E52065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52065; }
p { color: rgb(229,32,101); }
H1.HeaderClassName
{
color: #E52065;
}
.AnyTagClassName
{
color: #E52065;
}
</style>
background-color css
<style>
a { background-color: #E52065; }
a { background-color: rgb(229,32,101); }
div.DivClassName
{
background-color: #E52065;
}
.BgClassName
{
background-color: #E52065;
}
</style>
border-color css
<style>
span { border-color: #E52065; }
span { border-color: rgb(229,32,101); }
td.TdClassName
{
border-color: #E52065;
}
.TagClassName
{
border-color: #E52065;
}
</style>