Shades of Ruby #E02063
Tints of Ruby #E02063
RGB
CMYK
RGB Variations
Color information
#E02063 (or 0xE02063) is known color: Ruby. HEX triplet: E0, 20 and 63. RGB value is (224,32,99). Sum of RGB (Red+Green+Blue) = 224+32+99=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E02063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02063 is #1FDF9C. Grayscale: #606060. Windows color (decimal): -2088861 or 6496480. OLE color: 6496480.
HSL color Cylindrical-coordinate representation of color #E02063: hue angle of 339.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E02063 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 99 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.12 |
| HSL | 339.06º | 0.76% | 0.5% | - |
| HSV(B) | 339.06º | 0.86% | 0.88% | - |
| XYZ | 33.51 | 17.78 | 13.47 | - |
| YUV | 97.05 | 129.11 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 99 | 0 | 0.86 | 0.56 | 0.12 | 339.06 | 0.76 | 0.5 |
| Hex | E0 | 20 | 63 | 0 | 56 | 38 | C | 153 | 4C | 32 |
| Octal | 340 | 40 | 143 | 0 | 126 | 70 | 14 | 523 | 114 | 62 |
| Binary | 11100000 | 100000 | 1100011 | 0 | 1010110 | 111000 | 1100 | 101010011 | 1001100 | 110010 |
Color Harmonies of #E02063
Complementary color
Monochromatic Colors of #E02063
Black with #E02063
Text Example
Text Example
White with #E02063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02063; }
p { color: rgb(224,32,99); }
H1.HeaderClassName
{
color: #E02063;
}
.AnyTagClassName
{
color: #E02063;
}
</style>
background-color css
<style>
a { background-color: #E02063; }
a { background-color: rgb(224,32,99); }
div.DivClassName
{
background-color: #E02063;
}
.BgClassName
{
background-color: #E02063;
}
</style>
border-color css
<style>
span { border-color: #E02063; }
span { border-color: rgb(224,32,99); }
td.TdClassName
{
border-color: #E02063;
}
.TagClassName
{
border-color: #E02063;
}
</style>