Shades of Ruby #E91F75
Tints of Ruby #E91F75
RGB
CMYK
RGB Variations
Color information
#E91F75 (or 0xE91F75) is known color: Ruby. HEX triplet: E9, 1F and 75. RGB value is (233,31,117). Sum of RGB (Red+Green+Blue) = 233+31+117=381 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.15% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 233 - color contains mainly: red. Hex color #E91F75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91F75 is #16E08A. Grayscale: #656565. Windows color (decimal): -1499275 or 7675881. OLE color: 7675881.
HSL color Cylindrical-coordinate representation of color #E91F75: hue angle of 334.46º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91F75 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 31 | 117 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.09 |
| HSL | 334.46º | 0.82% | 0.52% | - |
| HSV(B) | 334.46º | 0.87% | 0.91% | - |
| XYZ | 37.31 | 19.59 | 18.64 | - |
| YUV | 101.2 | 136.92 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 31 | 117 | 0 | 0.87 | 0.50 | 0.09 | 334.46 | 0.82 | 0.52 |
| Hex | E9 | 1F | 75 | 0 | 57 | 32 | 9 | 14E | 52 | 34 |
| Octal | 351 | 37 | 165 | 0 | 127 | 62 | 11 | 516 | 122 | 64 |
| Binary | 11101001 | 11111 | 1110101 | 0 | 1010111 | 110010 | 1001 | 101001110 | 1010010 | 110100 |
Color Harmonies of #E91F75
Complementary color
Monochromatic Colors of #E91F75
Black with #E91F75
Text Example
Text Example
White with #E91F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91F75; }
p { color: rgb(233,31,117); }
H1.HeaderClassName
{
color: #E91F75;
}
.AnyTagClassName
{
color: #E91F75;
}
</style>
background-color css
<style>
a { background-color: #E91F75; }
a { background-color: rgb(233,31,117); }
div.DivClassName
{
background-color: #E91F75;
}
.BgClassName
{
background-color: #E91F75;
}
</style>
border-color css
<style>
span { border-color: #E91F75; }
span { border-color: rgb(233,31,117); }
td.TdClassName
{
border-color: #E91F75;
}
.TagClassName
{
border-color: #E91F75;
}
</style>