Shades of Ruby #E91A74
Tints of Ruby #E91A74
RGB
CMYK
RGB Variations
Color information
#E91A74 (or 0xE91A74) is known color: Ruby. HEX triplet: E9, 1A and 74. RGB value is (233,26,116). Sum of RGB (Red+Green+Blue) = 233+26+116=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91A74 is #16E58B. Grayscale: #626262. Windows color (decimal): -1500556 or 7609065. OLE color: 7609065.
HSL color Cylindrical-coordinate representation of color #E91A74: hue angle of 333.91º degrees, saturation: 0.82, 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 #E91A74 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 116 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.09 |
| HSL | 333.91º | 0.82% | 0.51% | - |
| HSV(B) | 333.91º | 0.89% | 0.91% | - |
| XYZ | 37.13 | 19.32 | 18.3 | - |
| YUV | 98.15 | 138.08 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 116 | 0 | 0.89 | 0.50 | 0.09 | 333.91 | 0.82 | 0.51 |
| Hex | E9 | 1A | 74 | 0 | 59 | 32 | 9 | 14E | 52 | 33 |
| Octal | 351 | 32 | 164 | 0 | 131 | 62 | 11 | 516 | 122 | 63 |
| Binary | 11101001 | 11010 | 1110100 | 0 | 1011001 | 110010 | 1001 | 101001110 | 1010010 | 110011 |
Color Harmonies of #E91A74
Complementary color
Monochromatic Colors of #E91A74
Black with #E91A74
Text Example
Text Example
White with #E91A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91A74; }
p { color: rgb(233,26,116); }
H1.HeaderClassName
{
color: #E91A74;
}
.AnyTagClassName
{
color: #E91A74;
}
</style>
background-color css
<style>
a { background-color: #E91A74; }
a { background-color: rgb(233,26,116); }
div.DivClassName
{
background-color: #E91A74;
}
.BgClassName
{
background-color: #E91A74;
}
</style>
border-color css
<style>
span { border-color: #E91A74; }
span { border-color: rgb(233,26,116); }
td.TdClassName
{
border-color: #E91A74;
}
.TagClassName
{
border-color: #E91A74;
}
</style>