Shades of Ruby #E90B72
Tints of Ruby #E90B72
RGB
CMYK
RGB Variations
Color information
#E90B72 (or 0xE90B72) is known color: Ruby. HEX triplet: E9, 0B and 72. RGB value is (233,11,114). Sum of RGB (Red+Green+Blue) = 233+11+114=358 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.08% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 233 - color contains mainly: red. Hex color #E90B72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90B72 is #16F48D. Grayscale: #585858. Windows color (decimal): -1504398 or 7474153. OLE color: 7474153.
HSL color Cylindrical-coordinate representation of color #E90B72: hue angle of 332.16º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90B72 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 11 | 114 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.09 |
| HSL | 332.16º | 0.91% | 0.48% | - |
| HSV(B) | 332.16º | 0.95% | 0.91% | - |
| XYZ | 36.76 | 18.78 | 17.61 | - |
| YUV | 89.12 | 142.05 | 230.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 11 | 114 | 0 | 0.95 | 0.51 | 0.09 | 332.16 | 0.91 | 0.48 |
| Hex | E9 | B | 72 | 0 | 5F | 33 | 9 | 14C | 5B | 30 |
| Octal | 351 | 13 | 162 | 0 | 137 | 63 | 11 | 514 | 133 | 60 |
| Binary | 11101001 | 1011 | 1110010 | 0 | 1011111 | 110011 | 1001 | 101001100 | 1011011 | 110000 |
Color Harmonies of #E90B72
Complementary color
Monochromatic Colors of #E90B72
Black with #E90B72
Text Example
Text Example
White with #E90B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90B72; }
p { color: rgb(233,11,114); }
H1.HeaderClassName
{
color: #E90B72;
}
.AnyTagClassName
{
color: #E90B72;
}
</style>
background-color css
<style>
a { background-color: #E90B72; }
a { background-color: rgb(233,11,114); }
div.DivClassName
{
background-color: #E90B72;
}
.BgClassName
{
background-color: #E90B72;
}
</style>
border-color css
<style>
span { border-color: #E90B72; }
span { border-color: rgb(233,11,114); }
td.TdClassName
{
border-color: #E90B72;
}
.TagClassName
{
border-color: #E90B72;
}
</style>