Shades of Ruby #E90E6D
Tints of Ruby #E90E6D
RGB
CMYK
RGB Variations
Color information
#E90E6D (or 0xE90E6D) is known color: Ruby. HEX triplet: E9, 0E and 6D. RGB value is (233,14,109). Sum of RGB (Red+Green+Blue) = 233+14+109=356 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.45% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 233 - color contains mainly: red. Hex color #E90E6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90E6D is #16F192. Grayscale: #5A5A5A. Windows color (decimal): -1503635 or 7147241. OLE color: 7147241.
HSL color Cylindrical-coordinate representation of color #E90E6D: hue angle of 333.97º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90E6D is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 14 | 109 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.09 |
| HSL | 333.97º | 0.89% | 0.48% | - |
| HSV(B) | 333.97º | 0.94% | 0.91% | - |
| XYZ | 36.52 | 18.74 | 16.16 | - |
| YUV | 90.31 | 138.55 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 14 | 109 | 0 | 0.94 | 0.53 | 0.09 | 333.97 | 0.89 | 0.48 |
| Hex | E9 | E | 6D | 0 | 5E | 35 | 9 | 14E | 59 | 30 |
| Octal | 351 | 16 | 155 | 0 | 136 | 65 | 11 | 516 | 131 | 60 |
| Binary | 11101001 | 1110 | 1101101 | 0 | 1011110 | 110101 | 1001 | 101001110 | 1011001 | 110000 |
Color Harmonies of #E90E6D
Complementary color
Monochromatic Colors of #E90E6D
Black with #E90E6D
Text Example
Text Example
White with #E90E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90E6D; }
p { color: rgb(233,14,109); }
H1.HeaderClassName
{
color: #E90E6D;
}
.AnyTagClassName
{
color: #E90E6D;
}
</style>
background-color css
<style>
a { background-color: #E90E6D; }
a { background-color: rgb(233,14,109); }
div.DivClassName
{
background-color: #E90E6D;
}
.BgClassName
{
background-color: #E90E6D;
}
</style>
border-color css
<style>
span { border-color: #E90E6D; }
span { border-color: rgb(233,14,109); }
td.TdClassName
{
border-color: #E90E6D;
}
.TagClassName
{
border-color: #E90E6D;
}
</style>