Shades of Ruby #E01075
Tints of Ruby #E01075
RGB
CMYK
RGB Variations
Color information
#E01075 (or 0xE01075) is known color: Ruby. HEX triplet: E0, 10 and 75. RGB value is (224,16,117). Sum of RGB (Red+Green+Blue) = 224+16+117=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E01075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01075 is #1FEF8A. Grayscale: #595959. Windows color (decimal): -2092939 or 7672032. OLE color: 7672032.
HSL color Cylindrical-coordinate representation of color #E01075: hue angle of 330.87º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E01075 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 117 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.12 |
| HSL | 330.87º | 0.87% | 0.47% | - |
| HSV(B) | 330.87º | 0.93% | 0.88% | - |
| XYZ | 34.14 | 17.5 | 18.41 | - |
| YUV | 89.71 | 143.41 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 117 | 0 | 0.93 | 0.48 | 0.12 | 330.87 | 0.87 | 0.47 |
| Hex | E0 | 10 | 75 | 0 | 5D | 30 | C | 14B | 57 | 2F |
| Octal | 340 | 20 | 165 | 0 | 135 | 60 | 14 | 513 | 127 | 57 |
| Binary | 11100000 | 10000 | 1110101 | 0 | 1011101 | 110000 | 1100 | 101001011 | 1010111 | 101111 |
Color Harmonies of #E01075
Complementary color
Monochromatic Colors of #E01075
Black with #E01075
Text Example
Text Example
White with #E01075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01075; }
p { color: rgb(224,16,117); }
H1.HeaderClassName
{
color: #E01075;
}
.AnyTagClassName
{
color: #E01075;
}
</style>
background-color css
<style>
a { background-color: #E01075; }
a { background-color: rgb(224,16,117); }
div.DivClassName
{
background-color: #E01075;
}
.BgClassName
{
background-color: #E01075;
}
</style>
border-color css
<style>
span { border-color: #E01075; }
span { border-color: rgb(224,16,117); }
td.TdClassName
{
border-color: #E01075;
}
.TagClassName
{
border-color: #E01075;
}
</style>