Shades of Ruby #E90F72
Tints of Ruby #E90F72
RGB
CMYK
RGB Variations
Color information
#E90F72 (or 0xE90F72) is known color: Ruby. HEX triplet: E9, 0F and 72. RGB value is (233,15,114). Sum of RGB (Red+Green+Blue) = 233+15+114=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90F72 is #16F08D. Grayscale: #5B5B5B. Windows color (decimal): -1503374 or 7475177. OLE color: 7475177.
HSL color Cylindrical-coordinate representation of color #E90F72: hue angle of 332.75º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90F72 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 114 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.09 |
| HSL | 332.75º | 0.88% | 0.49% | - |
| HSV(B) | 332.75º | 0.94% | 0.91% | - |
| XYZ | 36.81 | 18.88 | 17.62 | - |
| YUV | 91.47 | 140.72 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 114 | 0 | 0.94 | 0.51 | 0.09 | 332.75 | 0.88 | 0.49 |
| Hex | E9 | F | 72 | 0 | 5E | 33 | 9 | 14D | 58 | 31 |
| Octal | 351 | 17 | 162 | 0 | 136 | 63 | 11 | 515 | 130 | 61 |
| Binary | 11101001 | 1111 | 1110010 | 0 | 1011110 | 110011 | 1001 | 101001101 | 1011000 | 110001 |
Color Harmonies of #E90F72
Complementary color
Monochromatic Colors of #E90F72
Black with #E90F72
Text Example
Text Example
White with #E90F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F72; }
p { color: rgb(233,15,114); }
H1.HeaderClassName
{
color: #E90F72;
}
.AnyTagClassName
{
color: #E90F72;
}
</style>
background-color css
<style>
a { background-color: #E90F72; }
a { background-color: rgb(233,15,114); }
div.DivClassName
{
background-color: #E90F72;
}
.BgClassName
{
background-color: #E90F72;
}
</style>
border-color css
<style>
span { border-color: #E90F72; }
span { border-color: rgb(233,15,114); }
td.TdClassName
{
border-color: #E90F72;
}
.TagClassName
{
border-color: #E90F72;
}
</style>