Shades of Ruby #E51852
Tints of Ruby #E51852
RGB
CMYK
RGB Variations
Color information
#E51852 (or 0xE51852) is known color: Ruby. HEX triplet: E5, 18 and 52. RGB value is (229,24,82). Sum of RGB (Red+Green+Blue) = 229+24+82=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E51852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51852 is #1AE7AD. Grayscale: #5B5B5B. Windows color (decimal): -1763246 or 5380325. OLE color: 5380325.
HSL color Cylindrical-coordinate representation of color #E51852: hue angle of 343.02º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51852 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 82 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.10 |
| HSL | 343.02º | 0.81% | 0.5% | - |
| HSV(B) | 343.02º | 0.9% | 0.9% | - |
| XYZ | 34.16 | 17.92 | 9.64 | - |
| YUV | 91.91 | 122.42 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 82 | 0 | 0.90 | 0.64 | 0.10 | 343.02 | 0.81 | 0.5 |
| Hex | E5 | 18 | 52 | 0 | 5A | 40 | A | 157 | 51 | 32 |
| Octal | 345 | 30 | 122 | 0 | 132 | 100 | 12 | 527 | 121 | 62 |
| Binary | 11100101 | 11000 | 1010010 | 0 | 1011010 | 1000000 | 1010 | 101010111 | 1010001 | 110010 |
Color Harmonies of #E51852
Complementary color
Monochromatic Colors of #E51852
Black with #E51852
Text Example
Text Example
White with #E51852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51852; }
p { color: rgb(229,24,82); }
H1.HeaderClassName
{
color: #E51852;
}
.AnyTagClassName
{
color: #E51852;
}
</style>
background-color css
<style>
a { background-color: #E51852; }
a { background-color: rgb(229,24,82); }
div.DivClassName
{
background-color: #E51852;
}
.BgClassName
{
background-color: #E51852;
}
</style>
border-color css
<style>
span { border-color: #E51852; }
span { border-color: rgb(229,24,82); }
td.TdClassName
{
border-color: #E51852;
}
.TagClassName
{
border-color: #E51852;
}
</style>