Shades of Ruby #E02065
Tints of Ruby #E02065
RGB
CMYK
RGB Variations
Color information
#E02065 (or 0xE02065) is known color: Ruby. HEX triplet: E0, 20 and 65. RGB value is (224,32,101). Sum of RGB (Red+Green+Blue) = 224+32+101=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E02065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02065 is #1FDF9A. Grayscale: #616161. Windows color (decimal): -2088859 or 6627552. OLE color: 6627552.
HSL color Cylindrical-coordinate representation of color #E02065: hue angle of 338.44º 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 #E02065 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 101 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.12 |
| HSL | 338.44º | 0.76% | 0.5% | - |
| HSV(B) | 338.44º | 0.86% | 0.88% | - |
| XYZ | 33.61 | 17.82 | 13.98 | - |
| YUV | 97.27 | 130.11 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 101 | 0 | 0.86 | 0.55 | 0.12 | 338.44 | 0.76 | 0.5 |
| Hex | E0 | 20 | 65 | 0 | 56 | 37 | C | 152 | 4C | 32 |
| Octal | 340 | 40 | 145 | 0 | 126 | 67 | 14 | 522 | 114 | 62 |
| Binary | 11100000 | 100000 | 1100101 | 0 | 1010110 | 110111 | 1100 | 101010010 | 1001100 | 110010 |
Color Harmonies of #E02065
Complementary color
Monochromatic Colors of #E02065
Black with #E02065
Text Example
Text Example
White with #E02065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02065; }
p { color: rgb(224,32,101); }
H1.HeaderClassName
{
color: #E02065;
}
.AnyTagClassName
{
color: #E02065;
}
</style>
background-color css
<style>
a { background-color: #E02065; }
a { background-color: rgb(224,32,101); }
div.DivClassName
{
background-color: #E02065;
}
.BgClassName
{
background-color: #E02065;
}
</style>
border-color css
<style>
span { border-color: #E02065; }
span { border-color: rgb(224,32,101); }
td.TdClassName
{
border-color: #E02065;
}
.TagClassName
{
border-color: #E02065;
}
</style>