Shades of Ruby #E91772
Tints of Ruby #E91772
RGB
CMYK
RGB Variations
Color information
#E91772 (or 0xE91772) is known color: Ruby. HEX triplet: E9, 17 and 72. RGB value is (233,23,114). Sum of RGB (Red+Green+Blue) = 233+23+114=370 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.97% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 233 - color contains mainly: red. Hex color #E91772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91772 is #16E88D. Grayscale: #606060. Windows color (decimal): -1501326 or 7477225. OLE color: 7477225.
HSL color Cylindrical-coordinate representation of color #E91772: hue angle of 334º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E91772 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 114 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.09 |
| HSL | 334º | 0.83% | 0.5% | - |
| HSV(B) | 334º | 0.9% | 0.91% | - |
| XYZ | 36.95 | 19.15 | 17.67 | - |
| YUV | 96.16 | 138.07 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 114 | 0 | 0.90 | 0.51 | 0.09 | 334 | 0.83 | 0.5 |
| Hex | E9 | 17 | 72 | 0 | 5A | 33 | 9 | 14E | 53 | 32 |
| Octal | 351 | 27 | 162 | 0 | 132 | 63 | 11 | 516 | 123 | 62 |
| Binary | 11101001 | 10111 | 1110010 | 0 | 1011010 | 110011 | 1001 | 101001110 | 1010011 | 110010 |
Color Harmonies of #E91772
Complementary color
Monochromatic Colors of #E91772
Black with #E91772
Text Example
Text Example
White with #E91772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91772; }
p { color: rgb(233,23,114); }
H1.HeaderClassName
{
color: #E91772;
}
.AnyTagClassName
{
color: #E91772;
}
</style>
background-color css
<style>
a { background-color: #E91772; }
a { background-color: rgb(233,23,114); }
div.DivClassName
{
background-color: #E91772;
}
.BgClassName
{
background-color: #E91772;
}
</style>
border-color css
<style>
span { border-color: #E91772; }
span { border-color: rgb(233,23,114); }
td.TdClassName
{
border-color: #E91772;
}
.TagClassName
{
border-color: #E91772;
}
</style>