Shades of Ruby #E91D70
Tints of Ruby #E91D70
RGB
CMYK
RGB Variations
Color information
#E91D70 (or 0xE91D70) is known color: Ruby. HEX triplet: E9, 1D and 70. RGB value is (233,29,112). Sum of RGB (Red+Green+Blue) = 233+29+112=374 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.30% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91D70 is #16E28F. Grayscale: #636363. Windows color (decimal): -1499792 or 7347689. OLE color: 7347689.
HSL color Cylindrical-coordinate representation of color #E91D70: hue angle of 335.59º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91D70 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 112 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.09 |
| HSL | 335.59º | 0.82% | 0.51% | - |
| HSV(B) | 335.59º | 0.88% | 0.91% | - |
| XYZ | 36.97 | 19.37 | 17.12 | - |
| YUV | 99.46 | 135.09 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 112 | 0 | 0.88 | 0.52 | 0.09 | 335.59 | 0.82 | 0.51 |
| Hex | E9 | 1D | 70 | 0 | 58 | 34 | 9 | 150 | 52 | 33 |
| Octal | 351 | 35 | 160 | 0 | 130 | 64 | 11 | 520 | 122 | 63 |
| Binary | 11101001 | 11101 | 1110000 | 0 | 1011000 | 110100 | 1001 | 101010000 | 1010010 | 110011 |
Color Harmonies of #E91D70
Complementary color
Monochromatic Colors of #E91D70
Black with #E91D70
Text Example
Text Example
White with #E91D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91D70; }
p { color: rgb(233,29,112); }
H1.HeaderClassName
{
color: #E91D70;
}
.AnyTagClassName
{
color: #E91D70;
}
</style>
background-color css
<style>
a { background-color: #E91D70; }
a { background-color: rgb(233,29,112); }
div.DivClassName
{
background-color: #E91D70;
}
.BgClassName
{
background-color: #E91D70;
}
</style>
border-color css
<style>
span { border-color: #E91D70; }
span { border-color: rgb(233,29,112); }
td.TdClassName
{
border-color: #E91D70;
}
.TagClassName
{
border-color: #E91D70;
}
</style>