Shades of Ruby #E01677
Tints of Ruby #E01677
RGB
CMYK
RGB Variations
Color information
#E01677 (or 0xE01677) is known color: Ruby. HEX triplet: E0, 16 and 77. RGB value is (224,22,119). Sum of RGB (Red+Green+Blue) = 224+22+119=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E01677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01677 is #1FE988. Grayscale: #5D5D5D. Windows color (decimal): -2091401 or 7804640. OLE color: 7804640.
HSL color Cylindrical-coordinate representation of color #E01677: hue angle of 331.19º 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 #E01677 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 119 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.12 |
| HSL | 331.19º | 0.82% | 0.48% | - |
| HSV(B) | 331.19º | 0.9% | 0.88% | - |
| XYZ | 34.36 | 17.75 | 19.07 | - |
| YUV | 93.46 | 142.42 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 119 | 0 | 0.90 | 0.47 | 0.12 | 331.19 | 0.82 | 0.48 |
| Hex | E0 | 16 | 77 | 0 | 5A | 2F | C | 14B | 52 | 30 |
| Octal | 340 | 26 | 167 | 0 | 132 | 57 | 14 | 513 | 122 | 60 |
| Binary | 11100000 | 10110 | 1110111 | 0 | 1011010 | 101111 | 1100 | 101001011 | 1010010 | 110000 |
Color Harmonies of #E01677
Complementary color
Monochromatic Colors of #E01677
Black with #E01677
Text Example
Text Example
White with #E01677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01677; }
p { color: rgb(224,22,119); }
H1.HeaderClassName
{
color: #E01677;
}
.AnyTagClassName
{
color: #E01677;
}
</style>
background-color css
<style>
a { background-color: #E01677; }
a { background-color: rgb(224,22,119); }
div.DivClassName
{
background-color: #E01677;
}
.BgClassName
{
background-color: #E01677;
}
</style>
border-color css
<style>
span { border-color: #E01677; }
span { border-color: rgb(224,22,119); }
td.TdClassName
{
border-color: #E01677;
}
.TagClassName
{
border-color: #E01677;
}
</style>