Shades of Ruby #E91D5E
Tints of Ruby #E91D5E
RGB
CMYK
RGB Variations
Color information
#E91D5E (or 0xE91D5E) is known color: Ruby. HEX triplet: E9, 1D and 5E. RGB value is (233,29,94). Sum of RGB (Red+Green+Blue) = 233+29+94=356 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.45% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91D5E is #16E2A1. Grayscale: #616161. Windows color (decimal): -1499810 or 6168041. OLE color: 6168041.
HSL color Cylindrical-coordinate representation of color #E91D5E: hue angle of 340.88º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91D5E is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 94 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.09 |
| HSL | 340.88º | 0.82% | 0.51% | - |
| HSV(B) | 340.88º | 0.88% | 0.91% | - |
| XYZ | 36.06 | 19.01 | 12.36 | - |
| YUV | 97.41 | 126.09 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 94 | 0 | 0.88 | 0.60 | 0.09 | 340.88 | 0.82 | 0.51 |
| Hex | E9 | 1D | 5E | 0 | 58 | 3C | 9 | 155 | 52 | 33 |
| Octal | 351 | 35 | 136 | 0 | 130 | 74 | 11 | 525 | 122 | 63 |
| Binary | 11101001 | 11101 | 1011110 | 0 | 1011000 | 111100 | 1001 | 101010101 | 1010010 | 110011 |
Color Harmonies of #E91D5E
Complementary color
Monochromatic Colors of #E91D5E
Black with #E91D5E
Text Example
Text Example
White with #E91D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91D5E; }
p { color: rgb(233,29,94); }
H1.HeaderClassName
{
color: #E91D5E;
}
.AnyTagClassName
{
color: #E91D5E;
}
</style>
background-color css
<style>
a { background-color: #E91D5E; }
a { background-color: rgb(233,29,94); }
div.DivClassName
{
background-color: #E91D5E;
}
.BgClassName
{
background-color: #E91D5E;
}
</style>
border-color css
<style>
span { border-color: #E91D5E; }
span { border-color: rgb(233,29,94); }
td.TdClassName
{
border-color: #E91D5E;
}
.TagClassName
{
border-color: #E91D5E;
}
</style>