Shades of Ruby #E32163
Tints of Ruby #E32163
RGB
CMYK
RGB Variations
Color information
#E32163 (or 0xE32163) is known color: Ruby. HEX triplet: E3, 21 and 63. RGB value is (227,33,99). Sum of RGB (Red+Green+Blue) = 227+33+99=359 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.23% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 227 - color contains mainly: red. Hex color #E32163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32163 is #1CDE9C. Grayscale: #626262. Windows color (decimal): -1891997 or 6496739. OLE color: 6496739.
HSL color Cylindrical-coordinate representation of color #E32163: hue angle of 339.59º 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 #E32163 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 33 | 99 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.11 |
| HSL | 339.59º | 0.78% | 0.51% | - |
| HSV(B) | 339.59º | 0.85% | 0.89% | - |
| XYZ | 34.47 | 18.32 | 13.52 | - |
| YUV | 98.53 | 128.27 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 99 | 0 | 0.85 | 0.56 | 0.11 | 339.59 | 0.78 | 0.51 |
| Hex | E3 | 21 | 63 | 0 | 55 | 38 | B | 154 | 4E | 33 |
| Octal | 343 | 41 | 143 | 0 | 125 | 70 | 13 | 524 | 116 | 63 |
| Binary | 11100011 | 100001 | 1100011 | 0 | 1010101 | 111000 | 1011 | 101010100 | 1001110 | 110011 |
Color Harmonies of #E32163
Complementary color
Monochromatic Colors of #E32163
Black with #E32163
Text Example
Text Example
White with #E32163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32163; }
p { color: rgb(227,33,99); }
H1.HeaderClassName
{
color: #E32163;
}
.AnyTagClassName
{
color: #E32163;
}
</style>
background-color css
<style>
a { background-color: #E32163; }
a { background-color: rgb(227,33,99); }
div.DivClassName
{
background-color: #E32163;
}
.BgClassName
{
background-color: #E32163;
}
</style>
border-color css
<style>
span { border-color: #E32163; }
span { border-color: rgb(227,33,99); }
td.TdClassName
{
border-color: #E32163;
}
.TagClassName
{
border-color: #E32163;
}
</style>