Shades of Ruby #E91D6C
Tints of Ruby #E91D6C
RGB
CMYK
RGB Variations
Color information
#E91D6C (or 0xE91D6C) is known color: Ruby. HEX triplet: E9, 1D and 6C. RGB value is (233,29,108). Sum of RGB (Red+Green+Blue) = 233+29+108=370 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.97% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91D6C is #16E293. Grayscale: #626262. Windows color (decimal): -1499796 or 7085545. OLE color: 7085545.
HSL color Cylindrical-coordinate representation of color #E91D6C: hue angle of 336.76º 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 #E91D6C is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 108 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.09 |
| HSL | 336.76º | 0.82% | 0.51% | - |
| HSV(B) | 336.76º | 0.88% | 0.91% | - |
| XYZ | 36.75 | 19.29 | 15.97 | - |
| YUV | 99 | 133.09 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 108 | 0 | 0.88 | 0.54 | 0.09 | 336.76 | 0.82 | 0.51 |
| Hex | E9 | 1D | 6C | 0 | 58 | 36 | 9 | 151 | 52 | 33 |
| Octal | 351 | 35 | 154 | 0 | 130 | 66 | 11 | 521 | 122 | 63 |
| Binary | 11101001 | 11101 | 1101100 | 0 | 1011000 | 110110 | 1001 | 101010001 | 1010010 | 110011 |
Color Harmonies of #E91D6C
Complementary color
Monochromatic Colors of #E91D6C
Black with #E91D6C
Text Example
Text Example
White with #E91D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91D6C; }
p { color: rgb(233,29,108); }
H1.HeaderClassName
{
color: #E91D6C;
}
.AnyTagClassName
{
color: #E91D6C;
}
</style>
background-color css
<style>
a { background-color: #E91D6C; }
a { background-color: rgb(233,29,108); }
div.DivClassName
{
background-color: #E91D6C;
}
.BgClassName
{
background-color: #E91D6C;
}
</style>
border-color css
<style>
span { border-color: #E91D6C; }
span { border-color: rgb(233,29,108); }
td.TdClassName
{
border-color: #E91D6C;
}
.TagClassName
{
border-color: #E91D6C;
}
</style>