Shades of Ruby #E91C5D
Tints of Ruby #E91C5D
RGB
CMYK
RGB Variations
Color information
#E91C5D (or 0xE91C5D) is known color: Ruby. HEX triplet: E9, 1C and 5D. RGB value is (233,28,93). Sum of RGB (Red+Green+Blue) = 233+28+93=354 (46% of max value = 765). Red value is 233 (91.41% from 255 or 65.82% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 233 - color contains mainly: red. Hex color #E91C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91C5D is #16E3A2. Grayscale: #606060. Windows color (decimal): -1500067 or 6102249. OLE color: 6102249.
HSL color Cylindrical-coordinate representation of color #E91C5D: hue angle of 340.98º 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 #E91C5D is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 93 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.09 |
| HSL | 340.98º | 0.82% | 0.51% | - |
| HSV(B) | 340.98º | 0.88% | 0.91% | - |
| XYZ | 36 | 18.94 | 12.12 | - |
| YUV | 96.71 | 125.92 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 93 | 0 | 0.88 | 0.60 | 0.09 | 340.98 | 0.82 | 0.51 |
| Hex | E9 | 1C | 5D | 0 | 58 | 3C | 9 | 155 | 52 | 33 |
| Octal | 351 | 34 | 135 | 0 | 130 | 74 | 11 | 525 | 122 | 63 |
| Binary | 11101001 | 11100 | 1011101 | 0 | 1011000 | 111100 | 1001 | 101010101 | 1010010 | 110011 |
Color Harmonies of #E91C5D
Complementary color
Monochromatic Colors of #E91C5D
Black with #E91C5D
Text Example
Text Example
White with #E91C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91C5D; }
p { color: rgb(233,28,93); }
H1.HeaderClassName
{
color: #E91C5D;
}
.AnyTagClassName
{
color: #E91C5D;
}
</style>
background-color css
<style>
a { background-color: #E91C5D; }
a { background-color: rgb(233,28,93); }
div.DivClassName
{
background-color: #E91C5D;
}
.BgClassName
{
background-color: #E91C5D;
}
</style>
border-color css
<style>
span { border-color: #E91C5D; }
span { border-color: rgb(233,28,93); }
td.TdClassName
{
border-color: #E91C5D;
}
.TagClassName
{
border-color: #E91C5D;
}
</style>