Shades of Ruby #E01658
Tints of Ruby #E01658
RGB
CMYK
RGB Variations
Color information
#E01658 (or 0xE01658) is known color: Ruby. HEX triplet: E0, 16 and 58. RGB value is (224,22,88). Sum of RGB (Red+Green+Blue) = 224+22+88=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E01658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01658 is #1FE9A7. Grayscale: #595959. Windows color (decimal): -2091432 or 5773024. OLE color: 5773024.
HSL color Cylindrical-coordinate representation of color #E01658: hue angle of 340.4º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01658 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 88 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.12 |
| HSL | 340.4º | 0.82% | 0.48% | - |
| HSV(B) | 340.4º | 0.9% | 0.88% | - |
| XYZ | 32.79 | 17.13 | 10.81 | - |
| YUV | 89.92 | 126.92 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 88 | 0 | 0.90 | 0.61 | 0.12 | 340.4 | 0.82 | 0.48 |
| Hex | E0 | 16 | 58 | 0 | 5A | 3D | C | 154 | 52 | 30 |
| Octal | 340 | 26 | 130 | 0 | 132 | 75 | 14 | 524 | 122 | 60 |
| Binary | 11100000 | 10110 | 1011000 | 0 | 1011010 | 111101 | 1100 | 101010100 | 1010010 | 110000 |
Color Harmonies of #E01658
Complementary color
Monochromatic Colors of #E01658
Black with #E01658
Text Example
Text Example
White with #E01658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01658; }
p { color: rgb(224,22,88); }
H1.HeaderClassName
{
color: #E01658;
}
.AnyTagClassName
{
color: #E01658;
}
</style>
background-color css
<style>
a { background-color: #E01658; }
a { background-color: rgb(224,22,88); }
div.DivClassName
{
background-color: #E01658;
}
.BgClassName
{
background-color: #E01658;
}
</style>
border-color css
<style>
span { border-color: #E01658; }
span { border-color: rgb(224,22,88); }
td.TdClassName
{
border-color: #E01658;
}
.TagClassName
{
border-color: #E01658;
}
</style>