Shades of Ruby #E91C70
Tints of Ruby #E91C70
RGB
CMYK
RGB Variations
Color information
#E91C70 (or 0xE91C70) is known color: Ruby. HEX triplet: E9, 1C and 70. RGB value is (233,28,112). Sum of RGB (Red+Green+Blue) = 233+28+112=373 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.47% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 233 - color contains mainly: red. Hex color #E91C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91C70 is #16E38F. Grayscale: #626262. Windows color (decimal): -1500048 or 7347433. OLE color: 7347433.
HSL color Cylindrical-coordinate representation of color #E91C70: hue angle of 335.41º 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 #E91C70 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 112 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.09 |
| HSL | 335.41º | 0.82% | 0.51% | - |
| HSV(B) | 335.41º | 0.88% | 0.91% | - |
| XYZ | 36.94 | 19.32 | 17.11 | - |
| YUV | 98.87 | 135.42 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 112 | 0 | 0.88 | 0.52 | 0.09 | 335.41 | 0.82 | 0.51 |
| Hex | E9 | 1C | 70 | 0 | 58 | 34 | 9 | 14F | 52 | 33 |
| Octal | 351 | 34 | 160 | 0 | 130 | 64 | 11 | 517 | 122 | 63 |
| Binary | 11101001 | 11100 | 1110000 | 0 | 1011000 | 110100 | 1001 | 101001111 | 1010010 | 110011 |
Color Harmonies of #E91C70
Complementary color
Monochromatic Colors of #E91C70
Black with #E91C70
Text Example
Text Example
White with #E91C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91C70; }
p { color: rgb(233,28,112); }
H1.HeaderClassName
{
color: #E91C70;
}
.AnyTagClassName
{
color: #E91C70;
}
</style>
background-color css
<style>
a { background-color: #E91C70; }
a { background-color: rgb(233,28,112); }
div.DivClassName
{
background-color: #E91C70;
}
.BgClassName
{
background-color: #E91C70;
}
</style>
border-color css
<style>
span { border-color: #E91C70; }
span { border-color: rgb(233,28,112); }
td.TdClassName
{
border-color: #E91C70;
}
.TagClassName
{
border-color: #E91C70;
}
</style>