Shades of Ruby #E91875
Tints of Ruby #E91875
RGB
CMYK
RGB Variations
Color information
#E91875 (or 0xE91875) is known color: Ruby. HEX triplet: E9, 18 and 75. RGB value is (233,24,117). Sum of RGB (Red+Green+Blue) = 233+24+117=374 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.30% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 233 - color contains mainly: red. Hex color #E91875 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91875 is #16E78A. Grayscale: #606060. Windows color (decimal): -1501067 or 7674089. OLE color: 7674089.
HSL color Cylindrical-coordinate representation of color #E91875: hue angle of 333.3º 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 #E91875 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 117 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.09 |
| HSL | 333.3º | 0.83% | 0.5% | - |
| HSV(B) | 333.3º | 0.9% | 0.91% | - |
| XYZ | 37.14 | 19.26 | 18.59 | - |
| YUV | 97.09 | 139.24 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 117 | 0 | 0.90 | 0.50 | 0.09 | 333.3 | 0.83 | 0.5 |
| Hex | E9 | 18 | 75 | 0 | 5A | 32 | 9 | 14D | 53 | 32 |
| Octal | 351 | 30 | 165 | 0 | 132 | 62 | 11 | 515 | 123 | 62 |
| Binary | 11101001 | 11000 | 1110101 | 0 | 1011010 | 110010 | 1001 | 101001101 | 1010011 | 110010 |
Color Harmonies of #E91875
Complementary color
Monochromatic Colors of #E91875
Black with #E91875
Text Example
Text Example
White with #E91875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91875; }
p { color: rgb(233,24,117); }
H1.HeaderClassName
{
color: #E91875;
}
.AnyTagClassName
{
color: #E91875;
}
</style>
background-color css
<style>
a { background-color: #E91875; }
a { background-color: rgb(233,24,117); }
div.DivClassName
{
background-color: #E91875;
}
.BgClassName
{
background-color: #E91875;
}
</style>
border-color css
<style>
span { border-color: #E91875; }
span { border-color: rgb(233,24,117); }
td.TdClassName
{
border-color: #E91875;
}
.TagClassName
{
border-color: #E91875;
}
</style>