Shades of Ruby #E32062
Tints of Ruby #E32062
RGB
CMYK
RGB Variations
Color information
#E32062 (or 0xE32062) is known color: Ruby. HEX triplet: E3, 20 and 62. RGB value is (227,32,98). Sum of RGB (Red+Green+Blue) = 227+32+98=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E32062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32062 is #1CDF9D. Grayscale: #616161. Windows color (decimal): -1892254 or 6430947. OLE color: 6430947.
HSL color Cylindrical-coordinate representation of color #E32062: hue angle of 339.69º 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 #E32062 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 98 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.11 |
| HSL | 339.69º | 0.78% | 0.51% | - |
| HSV(B) | 339.69º | 0.86% | 0.89% | - |
| XYZ | 34.4 | 18.25 | 13.26 | - |
| YUV | 97.83 | 128.1 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 98 | 0 | 0.86 | 0.57 | 0.11 | 339.69 | 0.78 | 0.51 |
| Hex | E3 | 20 | 62 | 0 | 56 | 39 | B | 154 | 4E | 33 |
| Octal | 343 | 40 | 142 | 0 | 126 | 71 | 13 | 524 | 116 | 63 |
| Binary | 11100011 | 100000 | 1100010 | 0 | 1010110 | 111001 | 1011 | 101010100 | 1001110 | 110011 |
Color Harmonies of #E32062
Complementary color
Monochromatic Colors of #E32062
Black with #E32062
Text Example
Text Example
White with #E32062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32062; }
p { color: rgb(227,32,98); }
H1.HeaderClassName
{
color: #E32062;
}
.AnyTagClassName
{
color: #E32062;
}
</style>
background-color css
<style>
a { background-color: #E32062; }
a { background-color: rgb(227,32,98); }
div.DivClassName
{
background-color: #E32062;
}
.BgClassName
{
background-color: #E32062;
}
</style>
border-color css
<style>
span { border-color: #E32062; }
span { border-color: rgb(227,32,98); }
td.TdClassName
{
border-color: #E32062;
}
.TagClassName
{
border-color: #E32062;
}
</style>