Shades of Ruby #E90D6C
Tints of Ruby #E90D6C
RGB
CMYK
RGB Variations
Color information
#E90D6C (or 0xE90D6C) is known color: Ruby. HEX triplet: E9, 0D and 6C. RGB value is (233,13,108). Sum of RGB (Red+Green+Blue) = 233+13+108=354 (46% of max value = 765). Red value is 233 (91.41% from 255 or 65.82% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90D6C is #16F293. Grayscale: #595959. Windows color (decimal): -1503892 or 7081449. OLE color: 7081449.
HSL color Cylindrical-coordinate representation of color #E90D6C: hue angle of 334.09º 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 #E90D6C is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 108 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.09 |
| HSL | 334.09º | 0.89% | 0.48% | - |
| HSV(B) | 334.09º | 0.94% | 0.91% | - |
| XYZ | 36.45 | 18.69 | 15.87 | - |
| YUV | 89.61 | 138.39 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 108 | 0 | 0.94 | 0.54 | 0.09 | 334.09 | 0.89 | 0.48 |
| Hex | E9 | D | 6C | 0 | 5E | 36 | 9 | 14E | 59 | 30 |
| Octal | 351 | 15 | 154 | 0 | 136 | 66 | 11 | 516 | 131 | 60 |
| Binary | 11101001 | 1101 | 1101100 | 0 | 1011110 | 110110 | 1001 | 101001110 | 1011001 | 110000 |
Color Harmonies of #E90D6C
Complementary color
Monochromatic Colors of #E90D6C
Black with #E90D6C
Text Example
Text Example
White with #E90D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90D6C; }
p { color: rgb(233,13,108); }
H1.HeaderClassName
{
color: #E90D6C;
}
.AnyTagClassName
{
color: #E90D6C;
}
</style>
background-color css
<style>
a { background-color: #E90D6C; }
a { background-color: rgb(233,13,108); }
div.DivClassName
{
background-color: #E90D6C;
}
.BgClassName
{
background-color: #E90D6C;
}
</style>
border-color css
<style>
span { border-color: #E90D6C; }
span { border-color: rgb(233,13,108); }
td.TdClassName
{
border-color: #E90D6C;
}
.TagClassName
{
border-color: #E90D6C;
}
</style>