Shades of Ruby #E91971
Tints of Ruby #E91971
RGB
CMYK
RGB Variations
Color information
#E91971 (or 0xE91971) is known color: Ruby. HEX triplet: E9, 19 and 71. RGB value is (233,25,113). Sum of RGB (Red+Green+Blue) = 233+25+113=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E91971 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91971 is #16E68E. Grayscale: #616161. Windows color (decimal): -1500815 or 7412201. OLE color: 7412201.
HSL color Cylindrical-coordinate representation of color #E91971: hue angle of 334.62º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E91971 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 113 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.09 |
| HSL | 334.62º | 0.83% | 0.51% | - |
| HSV(B) | 334.62º | 0.89% | 0.91% | - |
| XYZ | 36.93 | 19.21 | 17.38 | - |
| YUV | 97.22 | 136.91 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 113 | 0 | 0.89 | 0.52 | 0.09 | 334.62 | 0.83 | 0.51 |
| Hex | E9 | 19 | 71 | 0 | 59 | 34 | 9 | 14F | 53 | 33 |
| Octal | 351 | 31 | 161 | 0 | 131 | 64 | 11 | 517 | 123 | 63 |
| Binary | 11101001 | 11001 | 1110001 | 0 | 1011001 | 110100 | 1001 | 101001111 | 1010011 | 110011 |
Color Harmonies of #E91971
Complementary color
Monochromatic Colors of #E91971
Black with #E91971
Text Example
Text Example
White with #E91971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91971; }
p { color: rgb(233,25,113); }
H1.HeaderClassName
{
color: #E91971;
}
.AnyTagClassName
{
color: #E91971;
}
</style>
background-color css
<style>
a { background-color: #E91971; }
a { background-color: rgb(233,25,113); }
div.DivClassName
{
background-color: #E91971;
}
.BgClassName
{
background-color: #E91971;
}
</style>
border-color css
<style>
span { border-color: #E91971; }
span { border-color: rgb(233,25,113); }
td.TdClassName
{
border-color: #E91971;
}
.TagClassName
{
border-color: #E91971;
}
</style>