Shades of Ruby #E32168
Tints of Ruby #E32168
RGB
CMYK
RGB Variations
Color information
#E32168 (or 0xE32168) is known color: Ruby. HEX triplet: E3, 21 and 68. RGB value is (227,33,104). Sum of RGB (Red+Green+Blue) = 227+33+104=364 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.36% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 227 - color contains mainly: red. Hex color #E32168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32168 is #1CDE97. Grayscale: #636363. Windows color (decimal): -1891992 or 6824419. OLE color: 6824419.
HSL color Cylindrical-coordinate representation of color #E32168: hue angle of 338.04º 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 #E32168 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 33 | 104 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.11 |
| HSL | 338.04º | 0.78% | 0.51% | - |
| HSV(B) | 338.04º | 0.85% | 0.89% | - |
| XYZ | 34.72 | 18.42 | 14.82 | - |
| YUV | 99.1 | 130.77 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 104 | 0 | 0.85 | 0.54 | 0.11 | 338.04 | 0.78 | 0.51 |
| Hex | E3 | 21 | 68 | 0 | 55 | 36 | B | 152 | 4E | 33 |
| Octal | 343 | 41 | 150 | 0 | 125 | 66 | 13 | 522 | 116 | 63 |
| Binary | 11100011 | 100001 | 1101000 | 0 | 1010101 | 110110 | 1011 | 101010010 | 1001110 | 110011 |
Color Harmonies of #E32168
Complementary color
Monochromatic Colors of #E32168
Black with #E32168
Text Example
Text Example
White with #E32168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32168; }
p { color: rgb(227,33,104); }
H1.HeaderClassName
{
color: #E32168;
}
.AnyTagClassName
{
color: #E32168;
}
</style>
background-color css
<style>
a { background-color: #E32168; }
a { background-color: rgb(227,33,104); }
div.DivClassName
{
background-color: #E32168;
}
.BgClassName
{
background-color: #E32168;
}
</style>
border-color css
<style>
span { border-color: #E32168; }
span { border-color: rgb(227,33,104); }
td.TdClassName
{
border-color: #E32168;
}
.TagClassName
{
border-color: #E32168;
}
</style>