Shades of Ruby #E32073
Tints of Ruby #E32073
RGB
CMYK
RGB Variations
Color information
#E32073 (or 0xE32073) is known color: Ruby. HEX triplet: E3, 20 and 73. RGB value is (227,32,115). Sum of RGB (Red+Green+Blue) = 227+32+115=374 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.70% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 227 - color contains mainly: red. Hex color #E32073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32073 is #1CDF8C. Grayscale: #636363. Windows color (decimal): -1892237 or 7545059. OLE color: 7545059.
HSL color Cylindrical-coordinate representation of color #E32073: hue angle of 334.46º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E32073 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 115 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.11 |
| HSL | 334.46º | 0.78% | 0.51% | - |
| HSV(B) | 334.46º | 0.86% | 0.89% | - |
| XYZ | 35.29 | 18.6 | 17.95 | - |
| YUV | 99.77 | 136.6 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 115 | 0 | 0.86 | 0.49 | 0.11 | 334.46 | 0.78 | 0.51 |
| Hex | E3 | 20 | 73 | 0 | 56 | 31 | B | 14E | 4E | 33 |
| Octal | 343 | 40 | 163 | 0 | 126 | 61 | 13 | 516 | 116 | 63 |
| Binary | 11100011 | 100000 | 1110011 | 0 | 1010110 | 110001 | 1011 | 101001110 | 1001110 | 110011 |
Color Harmonies of #E32073
Complementary color
Monochromatic Colors of #E32073
Black with #E32073
Text Example
Text Example
White with #E32073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32073; }
p { color: rgb(227,32,115); }
H1.HeaderClassName
{
color: #E32073;
}
.AnyTagClassName
{
color: #E32073;
}
</style>
background-color css
<style>
a { background-color: #E32073; }
a { background-color: rgb(227,32,115); }
div.DivClassName
{
background-color: #E32073;
}
.BgClassName
{
background-color: #E32073;
}
</style>
border-color css
<style>
span { border-color: #E32073; }
span { border-color: rgb(227,32,115); }
td.TdClassName
{
border-color: #E32073;
}
.TagClassName
{
border-color: #E32073;
}
</style>