Shades of Ruby #E01568
Tints of Ruby #E01568
RGB
CMYK
RGB Variations
Color information
#E01568 (or 0xE01568) is known color: Ruby. HEX triplet: E0, 15 and 68. RGB value is (224,21,104). Sum of RGB (Red+Green+Blue) = 224+21+104=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E01568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01568 is #1FEA97. Grayscale: #5B5B5B. Windows color (decimal): -2091672 or 6821344. OLE color: 6821344.
HSL color Cylindrical-coordinate representation of color #E01568: hue angle of 335.47º 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 #E01568 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 104 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.12 |
| HSL | 335.47º | 0.83% | 0.48% | - |
| HSV(B) | 335.47º | 0.91% | 0.88% | - |
| XYZ | 33.51 | 17.38 | 14.69 | - |
| YUV | 91.16 | 135.25 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 104 | 0 | 0.91 | 0.54 | 0.12 | 335.47 | 0.83 | 0.48 |
| Hex | E0 | 15 | 68 | 0 | 5B | 36 | C | 14F | 53 | 30 |
| Octal | 340 | 25 | 150 | 0 | 133 | 66 | 14 | 517 | 123 | 60 |
| Binary | 11100000 | 10101 | 1101000 | 0 | 1011011 | 110110 | 1100 | 101001111 | 1010011 | 110000 |
Color Harmonies of #E01568
Complementary color
Monochromatic Colors of #E01568
Black with #E01568
Text Example
Text Example
White with #E01568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01568; }
p { color: rgb(224,21,104); }
H1.HeaderClassName
{
color: #E01568;
}
.AnyTagClassName
{
color: #E01568;
}
</style>
background-color css
<style>
a { background-color: #E01568; }
a { background-color: rgb(224,21,104); }
div.DivClassName
{
background-color: #E01568;
}
.BgClassName
{
background-color: #E01568;
}
</style>
border-color css
<style>
span { border-color: #E01568; }
span { border-color: rgb(224,21,104); }
td.TdClassName
{
border-color: #E01568;
}
.TagClassName
{
border-color: #E01568;
}
</style>