Shades of Ruby #E90F67
Tints of Ruby #E90F67
RGB
CMYK
RGB Variations
Color information
#E90F67 (or 0xE90F67) is known color: Ruby. HEX triplet: E9, 0F and 67. RGB value is (233,15,103). Sum of RGB (Red+Green+Blue) = 233+15+103=351 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.38% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F67 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90F67 is #16F098. Grayscale: #5A5A5A. Windows color (decimal): -1503385 or 6754281. OLE color: 6754281.
HSL color Cylindrical-coordinate representation of color #E90F67: hue angle of 335.78º 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 #E90F67 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 103 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.09 |
| HSL | 335.78º | 0.88% | 0.49% | - |
| HSV(B) | 335.78º | 0.94% | 0.91% | - |
| XYZ | 36.22 | 18.64 | 14.52 | - |
| YUV | 90.21 | 135.22 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 103 | 0 | 0.94 | 0.56 | 0.09 | 335.78 | 0.88 | 0.49 |
| Hex | E9 | F | 67 | 0 | 5E | 38 | 9 | 150 | 58 | 31 |
| Octal | 351 | 17 | 147 | 0 | 136 | 70 | 11 | 520 | 130 | 61 |
| Binary | 11101001 | 1111 | 1100111 | 0 | 1011110 | 111000 | 1001 | 101010000 | 1011000 | 110001 |
Color Harmonies of #E90F67
Complementary color
Monochromatic Colors of #E90F67
Black with #E90F67
Text Example
Text Example
White with #E90F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F67; }
p { color: rgb(233,15,103); }
H1.HeaderClassName
{
color: #E90F67;
}
.AnyTagClassName
{
color: #E90F67;
}
</style>
background-color css
<style>
a { background-color: #E90F67; }
a { background-color: rgb(233,15,103); }
div.DivClassName
{
background-color: #E90F67;
}
.BgClassName
{
background-color: #E90F67;
}
</style>
border-color css
<style>
span { border-color: #E90F67; }
span { border-color: rgb(233,15,103); }
td.TdClassName
{
border-color: #E90F67;
}
.TagClassName
{
border-color: #E90F67;
}
</style>