Shades of Ruby #E91C72
Tints of Ruby #E91C72
RGB
CMYK
RGB Variations
Color information
#E91C72 (or 0xE91C72) is known color: Ruby. HEX triplet: E9, 1C and 72. RGB value is (233,28,114). Sum of RGB (Red+Green+Blue) = 233+28+114=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E91C72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91C72 is #16E38D. Grayscale: #626262. Windows color (decimal): -1500046 or 7478505. OLE color: 7478505.
HSL color Cylindrical-coordinate representation of color #E91C72: hue angle of 334.83º 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 #E91C72 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 114 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.09 |
| HSL | 334.83º | 0.82% | 0.51% | - |
| HSV(B) | 334.83º | 0.88% | 0.91% | - |
| XYZ | 37.06 | 19.37 | 17.71 | - |
| YUV | 99.1 | 136.42 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 114 | 0 | 0.88 | 0.51 | 0.09 | 334.83 | 0.82 | 0.51 |
| Hex | E9 | 1C | 72 | 0 | 58 | 33 | 9 | 14F | 52 | 33 |
| Octal | 351 | 34 | 162 | 0 | 130 | 63 | 11 | 517 | 122 | 63 |
| Binary | 11101001 | 11100 | 1110010 | 0 | 1011000 | 110011 | 1001 | 101001111 | 1010010 | 110011 |
Color Harmonies of #E91C72
Complementary color
Monochromatic Colors of #E91C72
Black with #E91C72
Text Example
Text Example
White with #E91C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91C72; }
p { color: rgb(233,28,114); }
H1.HeaderClassName
{
color: #E91C72;
}
.AnyTagClassName
{
color: #E91C72;
}
</style>
background-color css
<style>
a { background-color: #E91C72; }
a { background-color: rgb(233,28,114); }
div.DivClassName
{
background-color: #E91C72;
}
.BgClassName
{
background-color: #E91C72;
}
</style>
border-color css
<style>
span { border-color: #E91C72; }
span { border-color: rgb(233,28,114); }
td.TdClassName
{
border-color: #E91C72;
}
.TagClassName
{
border-color: #E91C72;
}
</style>