Shades of Ruby #E50378
Tints of Ruby #E50378
RGB
CMYK
RGB Variations
Color information
#E50378 (or 0xE50378) is known color: Ruby. HEX triplet: E5, 03 and 78. RGB value is (229,3,120). Sum of RGB (Red+Green+Blue) = 229+3+120=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E50378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50378 is #1AFC87. Grayscale: #535353. Windows color (decimal): -1768584 or 7865317. OLE color: 7865317.
HSL color Cylindrical-coordinate representation of color #E50378: hue angle of 328.94º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50378 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 120 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.10 |
| HSL | 328.94º | 0.97% | 0.45% | - |
| HSV(B) | 328.94º | 0.99% | 0.9% | - |
| XYZ | 35.74 | 18.08 | 19.38 | - |
| YUV | 83.91 | 148.37 | 231.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 120 | 0 | 0.99 | 0.48 | 0.10 | 328.94 | 0.97 | 0.45 |
| Hex | E5 | 3 | 78 | 0 | 63 | 30 | A | 149 | 61 | 2D |
| Octal | 345 | 3 | 170 | 0 | 143 | 60 | 12 | 511 | 141 | 55 |
| Binary | 11100101 | 11 | 1111000 | 0 | 1100011 | 110000 | 1010 | 101001001 | 1100001 | 101101 |
Color Harmonies of #E50378
Complementary color
Monochromatic Colors of #E50378
Black with #E50378
Text Example
Text Example
White with #E50378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50378; }
p { color: rgb(229,3,120); }
H1.HeaderClassName
{
color: #E50378;
}
.AnyTagClassName
{
color: #E50378;
}
</style>
background-color css
<style>
a { background-color: #E50378; }
a { background-color: rgb(229,3,120); }
div.DivClassName
{
background-color: #E50378;
}
.BgClassName
{
background-color: #E50378;
}
</style>
border-color css
<style>
span { border-color: #E50378; }
span { border-color: rgb(229,3,120); }
td.TdClassName
{
border-color: #E50378;
}
.TagClassName
{
border-color: #E50378;
}
</style>