Shades of Ruby #E91575
Tints of Ruby #E91575
RGB
CMYK
RGB Variations
Color information
#E91575 (or 0xE91575) is known color: Ruby. HEX triplet: E9, 15 and 75. RGB value is (233,21,117). Sum of RGB (Red+Green+Blue) = 233+21+117=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E91575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91575 is #16EA8A. Grayscale: #5F5F5F. Windows color (decimal): -1501835 or 7673321. OLE color: 7673321.
HSL color Cylindrical-coordinate representation of color #E91575: hue angle of 332.83º 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 #E91575 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 117 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.09 |
| HSL | 332.83º | 0.83% | 0.5% | - |
| HSV(B) | 332.83º | 0.91% | 0.91% | - |
| XYZ | 37.08 | 19.14 | 18.57 | - |
| YUV | 95.33 | 140.24 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 117 | 0 | 0.91 | 0.50 | 0.09 | 332.83 | 0.83 | 0.5 |
| Hex | E9 | 15 | 75 | 0 | 5B | 32 | 9 | 14D | 53 | 32 |
| Octal | 351 | 25 | 165 | 0 | 133 | 62 | 11 | 515 | 123 | 62 |
| Binary | 11101001 | 10101 | 1110101 | 0 | 1011011 | 110010 | 1001 | 101001101 | 1010011 | 110010 |
Color Harmonies of #E91575
Complementary color
Monochromatic Colors of #E91575
Black with #E91575
Text Example
Text Example
White with #E91575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91575; }
p { color: rgb(233,21,117); }
H1.HeaderClassName
{
color: #E91575;
}
.AnyTagClassName
{
color: #E91575;
}
</style>
background-color css
<style>
a { background-color: #E91575; }
a { background-color: rgb(233,21,117); }
div.DivClassName
{
background-color: #E91575;
}
.BgClassName
{
background-color: #E91575;
}
</style>
border-color css
<style>
span { border-color: #E91575; }
span { border-color: rgb(233,21,117); }
td.TdClassName
{
border-color: #E91575;
}
.TagClassName
{
border-color: #E91575;
}
</style>