Shades of Ruby #E91874
Tints of Ruby #E91874
RGB
CMYK
RGB Variations
Color information
#E91874 (or 0xE91874) is known color: Ruby. HEX triplet: E9, 18 and 74. RGB value is (233,24,116). Sum of RGB (Red+Green+Blue) = 233+24+116=373 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.47% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 233 - color contains mainly: red. Hex color #E91874 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91874 is #16E78B. Grayscale: #606060. Windows color (decimal): -1501068 or 7608553. OLE color: 7608553.
HSL color Cylindrical-coordinate representation of color #E91874: hue angle of 333.59º 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 #E91874 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 116 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.09 |
| HSL | 333.59º | 0.83% | 0.5% | - |
| HSV(B) | 333.59º | 0.9% | 0.91% | - |
| XYZ | 37.08 | 19.24 | 18.28 | - |
| YUV | 96.98 | 138.74 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 116 | 0 | 0.90 | 0.50 | 0.09 | 333.59 | 0.83 | 0.5 |
| Hex | E9 | 18 | 74 | 0 | 5A | 32 | 9 | 14E | 53 | 32 |
| Octal | 351 | 30 | 164 | 0 | 132 | 62 | 11 | 516 | 123 | 62 |
| Binary | 11101001 | 11000 | 1110100 | 0 | 1011010 | 110010 | 1001 | 101001110 | 1010011 | 110010 |
Color Harmonies of #E91874
Complementary color
Monochromatic Colors of #E91874
Black with #E91874
Text Example
Text Example
White with #E91874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91874; }
p { color: rgb(233,24,116); }
H1.HeaderClassName
{
color: #E91874;
}
.AnyTagClassName
{
color: #E91874;
}
</style>
background-color css
<style>
a { background-color: #E91874; }
a { background-color: rgb(233,24,116); }
div.DivClassName
{
background-color: #E91874;
}
.BgClassName
{
background-color: #E91874;
}
</style>
border-color css
<style>
span { border-color: #E91874; }
span { border-color: rgb(233,24,116); }
td.TdClassName
{
border-color: #E91874;
}
.TagClassName
{
border-color: #E91874;
}
</style>