Shades of Ruby #E01565
Tints of Ruby #E01565
RGB
CMYK
RGB Variations
Color information
#E01565 (or 0xE01565) is known color: Ruby. HEX triplet: E0, 15 and 65. RGB value is (224,21,101). Sum of RGB (Red+Green+Blue) = 224+21+101=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E01565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01565 is #1FEA9A. Grayscale: #5A5A5A. Windows color (decimal): -2091675 or 6624736. OLE color: 6624736.
HSL color Cylindrical-coordinate representation of color #E01565: hue angle of 336.35º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E01565 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 101 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.12 |
| HSL | 336.35º | 0.83% | 0.48% | - |
| HSV(B) | 336.35º | 0.91% | 0.88% | - |
| XYZ | 33.36 | 17.32 | 13.9 | - |
| YUV | 90.82 | 133.75 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 101 | 0 | 0.91 | 0.55 | 0.12 | 336.35 | 0.83 | 0.48 |
| Hex | E0 | 15 | 65 | 0 | 5B | 37 | C | 150 | 53 | 30 |
| Octal | 340 | 25 | 145 | 0 | 133 | 67 | 14 | 520 | 123 | 60 |
| Binary | 11100000 | 10101 | 1100101 | 0 | 1011011 | 110111 | 1100 | 101010000 | 1010011 | 110000 |
Color Harmonies of #E01565
Complementary color
Monochromatic Colors of #E01565
Black with #E01565
Text Example
Text Example
White with #E01565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01565; }
p { color: rgb(224,21,101); }
H1.HeaderClassName
{
color: #E01565;
}
.AnyTagClassName
{
color: #E01565;
}
</style>
background-color css
<style>
a { background-color: #E01565; }
a { background-color: rgb(224,21,101); }
div.DivClassName
{
background-color: #E01565;
}
.BgClassName
{
background-color: #E01565;
}
</style>
border-color css
<style>
span { border-color: #E01565; }
span { border-color: rgb(224,21,101); }
td.TdClassName
{
border-color: #E01565;
}
.TagClassName
{
border-color: #E01565;
}
</style>