Shades of Ruby #E92063
Tints of Ruby #E92063
RGB
CMYK
RGB Variations
Color information
#E92063 (or 0xE92063) is known color: Ruby. HEX triplet: E9, 20 and 63. RGB value is (233,32,99). Sum of RGB (Red+Green+Blue) = 233+32+99=364 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.01% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 233 - color contains mainly: red. Hex color #E92063 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92063 is #16DF9C. Grayscale: #636363. Windows color (decimal): -1499037 or 6496489. OLE color: 6496489.
HSL color Cylindrical-coordinate representation of color #E92063: hue angle of 340º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E92063 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 99 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.09 |
| HSL | 340º | 0.82% | 0.52% | - |
| HSV(B) | 340º | 0.86% | 0.91% | - |
| XYZ | 36.37 | 19.26 | 13.6 | - |
| YUV | 99.74 | 127.59 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 99 | 0 | 0.86 | 0.58 | 0.09 | 340 | 0.82 | 0.52 |
| Hex | E9 | 20 | 63 | 0 | 56 | 3A | 9 | 154 | 52 | 34 |
| Octal | 351 | 40 | 143 | 0 | 126 | 72 | 11 | 524 | 122 | 64 |
| Binary | 11101001 | 100000 | 1100011 | 0 | 1010110 | 111010 | 1001 | 101010100 | 1010010 | 110100 |
Color Harmonies of #E92063
Complementary color
Monochromatic Colors of #E92063
Black with #E92063
Text Example
Text Example
White with #E92063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92063; }
p { color: rgb(233,32,99); }
H1.HeaderClassName
{
color: #E92063;
}
.AnyTagClassName
{
color: #E92063;
}
</style>
background-color css
<style>
a { background-color: #E92063; }
a { background-color: rgb(233,32,99); }
div.DivClassName
{
background-color: #E92063;
}
.BgClassName
{
background-color: #E92063;
}
</style>
border-color css
<style>
span { border-color: #E92063; }
span { border-color: rgb(233,32,99); }
td.TdClassName
{
border-color: #E92063;
}
.TagClassName
{
border-color: #E92063;
}
</style>