Shades of Ruby #E62063
Tints of Ruby #E62063
RGB
CMYK
RGB Variations
Color information
#E62063 (or 0xE62063) is known color: Ruby. HEX triplet: E6, 20 and 63. RGB value is (230,32,99). Sum of RGB (Red+Green+Blue) = 230+32+99=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E62063 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62063 is #19DF9C. Grayscale: #626262. Windows color (decimal): -1695645 or 6496486. OLE color: 6496486.
HSL color Cylindrical-coordinate representation of color #E62063: hue angle of 339.7º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E62063 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 99 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.10 |
| HSL | 339.7º | 0.8% | 0.51% | - |
| HSV(B) | 339.7º | 0.86% | 0.9% | - |
| XYZ | 35.4 | 18.76 | 13.56 | - |
| YUV | 98.84 | 128.1 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 99 | 0 | 0.86 | 0.57 | 0.10 | 339.7 | 0.8 | 0.51 |
| Hex | E6 | 20 | 63 | 0 | 56 | 39 | A | 154 | 50 | 33 |
| Octal | 346 | 40 | 143 | 0 | 126 | 71 | 12 | 524 | 120 | 63 |
| Binary | 11100110 | 100000 | 1100011 | 0 | 1010110 | 111001 | 1010 | 101010100 | 1010000 | 110011 |
Color Harmonies of #E62063
Complementary color
Monochromatic Colors of #E62063
Black with #E62063
Text Example
Text Example
White with #E62063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62063; }
p { color: rgb(230,32,99); }
H1.HeaderClassName
{
color: #E62063;
}
.AnyTagClassName
{
color: #E62063;
}
</style>
background-color css
<style>
a { background-color: #E62063; }
a { background-color: rgb(230,32,99); }
div.DivClassName
{
background-color: #E62063;
}
.BgClassName
{
background-color: #E62063;
}
</style>
border-color css
<style>
span { border-color: #E62063; }
span { border-color: rgb(230,32,99); }
td.TdClassName
{
border-color: #E62063;
}
.TagClassName
{
border-color: #E62063;
}
</style>