Shades of Ruby #E32169
Tints of Ruby #E32169
RGB
CMYK
RGB Variations
Color information
#E32169 (or 0xE32169) is known color: Ruby. HEX triplet: E3, 21 and 69. RGB value is (227,33,105). Sum of RGB (Red+Green+Blue) = 227+33+105=365 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.19% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 227 - color contains mainly: red. Hex color #E32169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32169 is #1CDE96. Grayscale: #636363. Windows color (decimal): -1891991 or 6889955. OLE color: 6889955.
HSL color Cylindrical-coordinate representation of color #E32169: hue angle of 337.73º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E32169 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 33 | 105 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.11 |
| HSL | 337.73º | 0.78% | 0.51% | - |
| HSV(B) | 337.73º | 0.85% | 0.89% | - |
| XYZ | 34.77 | 18.44 | 15.09 | - |
| YUV | 99.21 | 131.27 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 105 | 0 | 0.85 | 0.54 | 0.11 | 337.73 | 0.78 | 0.51 |
| Hex | E3 | 21 | 69 | 0 | 55 | 36 | B | 152 | 4E | 33 |
| Octal | 343 | 41 | 151 | 0 | 125 | 66 | 13 | 522 | 116 | 63 |
| Binary | 11100011 | 100001 | 1101001 | 0 | 1010101 | 110110 | 1011 | 101010010 | 1001110 | 110011 |
Color Harmonies of #E32169
Complementary color
Monochromatic Colors of #E32169
Black with #E32169
Text Example
Text Example
White with #E32169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32169; }
p { color: rgb(227,33,105); }
H1.HeaderClassName
{
color: #E32169;
}
.AnyTagClassName
{
color: #E32169;
}
</style>
background-color css
<style>
a { background-color: #E32169; }
a { background-color: rgb(227,33,105); }
div.DivClassName
{
background-color: #E32169;
}
.BgClassName
{
background-color: #E32169;
}
</style>
border-color css
<style>
span { border-color: #E32169; }
span { border-color: rgb(227,33,105); }
td.TdClassName
{
border-color: #E32169;
}
.TagClassName
{
border-color: #E32169;
}
</style>