Shades of Ruby #E91F72
Tints of Ruby #E91F72
RGB
CMYK
RGB Variations
Color information
#E91F72 (or 0xE91F72) is known color: Ruby. HEX triplet: E9, 1F and 72. RGB value is (233,31,114). Sum of RGB (Red+Green+Blue) = 233+31+114=378 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.64% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 233 - color contains mainly: red. Hex color #E91F72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91F72 is #16E08D. Grayscale: #646464. Windows color (decimal): -1499278 or 7479273. OLE color: 7479273.
HSL color Cylindrical-coordinate representation of color #E91F72: hue angle of 335.35º 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 #E91F72 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 31 | 114 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.09 |
| HSL | 335.35º | 0.82% | 0.52% | - |
| HSV(B) | 335.35º | 0.87% | 0.91% | - |
| XYZ | 37.13 | 19.52 | 17.73 | - |
| YUV | 100.86 | 135.42 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 31 | 114 | 0 | 0.87 | 0.51 | 0.09 | 335.35 | 0.82 | 0.52 |
| Hex | E9 | 1F | 72 | 0 | 57 | 33 | 9 | 14F | 52 | 34 |
| Octal | 351 | 37 | 162 | 0 | 127 | 63 | 11 | 517 | 122 | 64 |
| Binary | 11101001 | 11111 | 1110010 | 0 | 1010111 | 110011 | 1001 | 101001111 | 1010010 | 110100 |
Color Harmonies of #E91F72
Complementary color
Monochromatic Colors of #E91F72
Black with #E91F72
Text Example
Text Example
White with #E91F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91F72; }
p { color: rgb(233,31,114); }
H1.HeaderClassName
{
color: #E91F72;
}
.AnyTagClassName
{
color: #E91F72;
}
</style>
background-color css
<style>
a { background-color: #E91F72; }
a { background-color: rgb(233,31,114); }
div.DivClassName
{
background-color: #E91F72;
}
.BgClassName
{
background-color: #E91F72;
}
</style>
border-color css
<style>
span { border-color: #E91F72; }
span { border-color: rgb(233,31,114); }
td.TdClassName
{
border-color: #E91F72;
}
.TagClassName
{
border-color: #E91F72;
}
</style>