Shades of Ruby #E91D68
Tints of Ruby #E91D68
RGB
CMYK
RGB Variations
Color information
#E91D68 (or 0xE91D68) is known color: Ruby. HEX triplet: E9, 1D and 68. RGB value is (233,29,104). Sum of RGB (Red+Green+Blue) = 233+29+104=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91D68 is #16E297. Grayscale: #626262. Windows color (decimal): -1499800 or 6823401. OLE color: 6823401.
HSL color Cylindrical-coordinate representation of color #E91D68: hue angle of 337.94º 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 #E91D68 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 104 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.09 |
| HSL | 337.94º | 0.82% | 0.51% | - |
| HSV(B) | 337.94º | 0.88% | 0.91% | - |
| XYZ | 36.54 | 19.2 | 14.88 | - |
| YUV | 98.55 | 131.09 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 104 | 0 | 0.88 | 0.55 | 0.09 | 337.94 | 0.82 | 0.51 |
| Hex | E9 | 1D | 68 | 0 | 58 | 37 | 9 | 152 | 52 | 33 |
| Octal | 351 | 35 | 150 | 0 | 130 | 67 | 11 | 522 | 122 | 63 |
| Binary | 11101001 | 11101 | 1101000 | 0 | 1011000 | 110111 | 1001 | 101010010 | 1010010 | 110011 |
Color Harmonies of #E91D68
Complementary color
Monochromatic Colors of #E91D68
Black with #E91D68
Text Example
Text Example
White with #E91D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91D68; }
p { color: rgb(233,29,104); }
H1.HeaderClassName
{
color: #E91D68;
}
.AnyTagClassName
{
color: #E91D68;
}
</style>
background-color css
<style>
a { background-color: #E91D68; }
a { background-color: rgb(233,29,104); }
div.DivClassName
{
background-color: #E91D68;
}
.BgClassName
{
background-color: #E91D68;
}
</style>
border-color css
<style>
span { border-color: #E91D68; }
span { border-color: rgb(233,29,104); }
td.TdClassName
{
border-color: #E91D68;
}
.TagClassName
{
border-color: #E91D68;
}
</style>