Shades of Ruby #E91574
Tints of Ruby #E91574
RGB
CMYK
RGB Variations
Color information
#E91574 (or 0xE91574) is known color: Ruby. HEX triplet: E9, 15 and 74. RGB value is (233,21,116). Sum of RGB (Red+Green+Blue) = 233+21+116=370 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.97% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 233 - color contains mainly: red. Hex color #E91574 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91574 is #16EA8B. Grayscale: #5F5F5F. Windows color (decimal): -1501836 or 7607785. OLE color: 7607785.
HSL color Cylindrical-coordinate representation of color #E91574: hue angle of 333.11º 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 #E91574 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 116 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.09 |
| HSL | 333.11º | 0.83% | 0.5% | - |
| HSV(B) | 333.11º | 0.91% | 0.91% | - |
| XYZ | 37.02 | 19.12 | 18.26 | - |
| YUV | 95.22 | 139.74 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 116 | 0 | 0.91 | 0.50 | 0.09 | 333.11 | 0.83 | 0.5 |
| Hex | E9 | 15 | 74 | 0 | 5B | 32 | 9 | 14D | 53 | 32 |
| Octal | 351 | 25 | 164 | 0 | 133 | 62 | 11 | 515 | 123 | 62 |
| Binary | 11101001 | 10101 | 1110100 | 0 | 1011011 | 110010 | 1001 | 101001101 | 1010011 | 110010 |
Color Harmonies of #E91574
Complementary color
Monochromatic Colors of #E91574
Black with #E91574
Text Example
Text Example
White with #E91574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91574; }
p { color: rgb(233,21,116); }
H1.HeaderClassName
{
color: #E91574;
}
.AnyTagClassName
{
color: #E91574;
}
</style>
background-color css
<style>
a { background-color: #E91574; }
a { background-color: rgb(233,21,116); }
div.DivClassName
{
background-color: #E91574;
}
.BgClassName
{
background-color: #E91574;
}
</style>
border-color css
<style>
span { border-color: #E91574; }
span { border-color: rgb(233,21,116); }
td.TdClassName
{
border-color: #E91574;
}
.TagClassName
{
border-color: #E91574;
}
</style>