Shades of Ruby #E01E6C
Tints of Ruby #E01E6C
RGB
CMYK
RGB Variations
Color information
#E01E6C (or 0xE01E6C) is known color: Ruby. HEX triplet: E0, 1E and 6C. RGB value is (224,30,108). Sum of RGB (Red+Green+Blue) = 224+30+108=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01E6C is #1FE193. Grayscale: #606060. Windows color (decimal): -2089364 or 7085792. OLE color: 7085792.
HSL color Cylindrical-coordinate representation of color #E01E6C: hue angle of 335.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01E6C is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 30 | 108 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.12 |
| HSL | 335.88º | 0.76% | 0.5% | - |
| HSV(B) | 335.88º | 0.87% | 0.88% | - |
| XYZ | 33.91 | 17.86 | 15.85 | - |
| YUV | 96.9 | 134.27 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 30 | 108 | 0 | 0.87 | 0.52 | 0.12 | 335.88 | 0.76 | 0.5 |
| Hex | E0 | 1E | 6C | 0 | 57 | 34 | C | 150 | 4C | 32 |
| Octal | 340 | 36 | 154 | 0 | 127 | 64 | 14 | 520 | 114 | 62 |
| Binary | 11100000 | 11110 | 1101100 | 0 | 1010111 | 110100 | 1100 | 101010000 | 1001100 | 110010 |
Color Harmonies of #E01E6C
Complementary color
Monochromatic Colors of #E01E6C
Black with #E01E6C
Text Example
Text Example
White with #E01E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01E6C; }
p { color: rgb(224,30,108); }
H1.HeaderClassName
{
color: #E01E6C;
}
.AnyTagClassName
{
color: #E01E6C;
}
</style>
background-color css
<style>
a { background-color: #E01E6C; }
a { background-color: rgb(224,30,108); }
div.DivClassName
{
background-color: #E01E6C;
}
.BgClassName
{
background-color: #E01E6C;
}
</style>
border-color css
<style>
span { border-color: #E01E6C; }
span { border-color: rgb(224,30,108); }
td.TdClassName
{
border-color: #E01E6C;
}
.TagClassName
{
border-color: #E01E6C;
}
</style>