Shades of Ruby #E91675
Tints of Ruby #E91675
RGB
CMYK
RGB Variations
Color information
#E91675 (or 0xE91675) is known color: Ruby. HEX triplet: E9, 16 and 75. RGB value is (233,22,117). Sum of RGB (Red+Green+Blue) = 233+22+117=372 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.63% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 233 - color contains mainly: red. Hex color #E91675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91675 is #16E98A. Grayscale: #5F5F5F. Windows color (decimal): -1501579 or 7673577. OLE color: 7673577.
HSL color Cylindrical-coordinate representation of color #E91675: hue angle of 332.99º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E91675 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 22 | 117 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.09 |
| HSL | 332.99º | 0.83% | 0.5% | - |
| HSV(B) | 332.99º | 0.91% | 0.91% | - |
| XYZ | 37.1 | 19.18 | 18.58 | - |
| YUV | 95.92 | 139.9 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 22 | 117 | 0 | 0.91 | 0.50 | 0.09 | 332.99 | 0.83 | 0.5 |
| Hex | E9 | 16 | 75 | 0 | 5B | 32 | 9 | 14D | 53 | 32 |
| Octal | 351 | 26 | 165 | 0 | 133 | 62 | 11 | 515 | 123 | 62 |
| Binary | 11101001 | 10110 | 1110101 | 0 | 1011011 | 110010 | 1001 | 101001101 | 1010011 | 110010 |
Color Harmonies of #E91675
Complementary color
Monochromatic Colors of #E91675
Black with #E91675
Text Example
Text Example
White with #E91675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91675; }
p { color: rgb(233,22,117); }
H1.HeaderClassName
{
color: #E91675;
}
.AnyTagClassName
{
color: #E91675;
}
</style>
background-color css
<style>
a { background-color: #E91675; }
a { background-color: rgb(233,22,117); }
div.DivClassName
{
background-color: #E91675;
}
.BgClassName
{
background-color: #E91675;
}
</style>
border-color css
<style>
span { border-color: #E91675; }
span { border-color: rgb(233,22,117); }
td.TdClassName
{
border-color: #E91675;
}
.TagClassName
{
border-color: #E91675;
}
</style>