Shades of Ruby #E91268
Tints of Ruby #E91268
RGB
CMYK
RGB Variations
Color information
#E91268 (or 0xE91268) is known color: Ruby. HEX triplet: E9, 12 and 68. RGB value is (233,18,104). Sum of RGB (Red+Green+Blue) = 233+18+104=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E91268 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91268 is #16ED97. Grayscale: #5B5B5B. Windows color (decimal): -1502616 or 6820585. OLE color: 6820585.
HSL color Cylindrical-coordinate representation of color #E91268: hue angle of 336º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E91268 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 104 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.09 |
| HSL | 336º | 0.86% | 0.49% | - |
| HSV(B) | 336º | 0.92% | 0.91% | - |
| XYZ | 36.32 | 18.76 | 14.8 | - |
| YUV | 92.09 | 134.73 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 104 | 0 | 0.92 | 0.55 | 0.09 | 336 | 0.86 | 0.49 |
| Hex | E9 | 12 | 68 | 0 | 5C | 37 | 9 | 150 | 56 | 31 |
| Octal | 351 | 22 | 150 | 0 | 134 | 67 | 11 | 520 | 126 | 61 |
| Binary | 11101001 | 10010 | 1101000 | 0 | 1011100 | 110111 | 1001 | 101010000 | 1010110 | 110001 |
Color Harmonies of #E91268
Complementary color
Monochromatic Colors of #E91268
Black with #E91268
Text Example
Text Example
White with #E91268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91268; }
p { color: rgb(233,18,104); }
H1.HeaderClassName
{
color: #E91268;
}
.AnyTagClassName
{
color: #E91268;
}
</style>
background-color css
<style>
a { background-color: #E91268; }
a { background-color: rgb(233,18,104); }
div.DivClassName
{
background-color: #E91268;
}
.BgClassName
{
background-color: #E91268;
}
</style>
border-color css
<style>
span { border-color: #E91268; }
span { border-color: rgb(233,18,104); }
td.TdClassName
{
border-color: #E91268;
}
.TagClassName
{
border-color: #E91268;
}
</style>