Shades of Ruby #E50F6B
Tints of Ruby #E50F6B
RGB
CMYK
RGB Variations
Color information
#E50F6B (or 0xE50F6B) is known color: Ruby. HEX triplet: E5, 0F and 6B. RGB value is (229,15,107). Sum of RGB (Red+Green+Blue) = 229+15+107=351 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.24% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50F6B is #1AF094. Grayscale: #595959. Windows color (decimal): -1765525 or 7016421. OLE color: 7016421.
HSL color Cylindrical-coordinate representation of color #E50F6B: hue angle of 334.21º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E50F6B is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 107 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.10 |
| HSL | 334.21º | 0.88% | 0.48% | - |
| HSV(B) | 334.21º | 0.93% | 0.9% | - |
| XYZ | 35.14 | 18.06 | 15.54 | - |
| YUV | 89.47 | 137.9 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 107 | 0 | 0.93 | 0.53 | 0.10 | 334.21 | 0.88 | 0.48 |
| Hex | E5 | F | 6B | 0 | 5D | 35 | A | 14E | 58 | 30 |
| Octal | 345 | 17 | 153 | 0 | 135 | 65 | 12 | 516 | 130 | 60 |
| Binary | 11100101 | 1111 | 1101011 | 0 | 1011101 | 110101 | 1010 | 101001110 | 1011000 | 110000 |
Color Harmonies of #E50F6B
Complementary color
Monochromatic Colors of #E50F6B
Black with #E50F6B
Text Example
Text Example
White with #E50F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50F6B; }
p { color: rgb(229,15,107); }
H1.HeaderClassName
{
color: #E50F6B;
}
.AnyTagClassName
{
color: #E50F6B;
}
</style>
background-color css
<style>
a { background-color: #E50F6B; }
a { background-color: rgb(229,15,107); }
div.DivClassName
{
background-color: #E50F6B;
}
.BgClassName
{
background-color: #E50F6B;
}
</style>
border-color css
<style>
span { border-color: #E50F6B; }
span { border-color: rgb(229,15,107); }
td.TdClassName
{
border-color: #E50F6B;
}
.TagClassName
{
border-color: #E50F6B;
}
</style>