Shades of Ruby #E92069
Tints of Ruby #E92069
RGB
CMYK
RGB Variations
Color information
#E92069 (or 0xE92069) is known color: Ruby. HEX triplet: E9, 20 and 69. RGB value is (233,32,105). Sum of RGB (Red+Green+Blue) = 233+32+105=370 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.97% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 233 - color contains mainly: red. Hex color #E92069 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92069 is #16DF96. Grayscale: #646464. Windows color (decimal): -1499031 or 6889705. OLE color: 6889705.
HSL color Cylindrical-coordinate representation of color #E92069: hue angle of 338.21º 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 #E92069 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 105 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.09 |
| HSL | 338.21º | 0.82% | 0.52% | - |
| HSV(B) | 338.21º | 0.86% | 0.91% | - |
| XYZ | 36.67 | 19.38 | 15.17 | - |
| YUV | 100.42 | 130.59 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 105 | 0 | 0.86 | 0.55 | 0.09 | 338.21 | 0.82 | 0.52 |
| Hex | E9 | 20 | 69 | 0 | 56 | 37 | 9 | 152 | 52 | 34 |
| Octal | 351 | 40 | 151 | 0 | 126 | 67 | 11 | 522 | 122 | 64 |
| Binary | 11101001 | 100000 | 1101001 | 0 | 1010110 | 110111 | 1001 | 101010010 | 1010010 | 110100 |
Color Harmonies of #E92069
Complementary color
Monochromatic Colors of #E92069
Black with #E92069
Text Example
Text Example
White with #E92069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92069; }
p { color: rgb(233,32,105); }
H1.HeaderClassName
{
color: #E92069;
}
.AnyTagClassName
{
color: #E92069;
}
</style>
background-color css
<style>
a { background-color: #E92069; }
a { background-color: rgb(233,32,105); }
div.DivClassName
{
background-color: #E92069;
}
.BgClassName
{
background-color: #E92069;
}
</style>
border-color css
<style>
span { border-color: #E92069; }
span { border-color: rgb(233,32,105); }
td.TdClassName
{
border-color: #E92069;
}
.TagClassName
{
border-color: #E92069;
}
</style>