Shades of Ruby #E11677
Tints of Ruby #E11677
RGB
CMYK
RGB Variations
Color information
#E11677 (or 0xE11677) is known color: Ruby. HEX triplet: E1, 16 and 77. RGB value is (225,22,119). Sum of RGB (Red+Green+Blue) = 225+22+119=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E11677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11677 is #1EE988. Grayscale: #5D5D5D. Windows color (decimal): -2025865 or 7804641. OLE color: 7804641.
HSL color Cylindrical-coordinate representation of color #E11677: hue angle of 331.33º 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 #E11677 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 22 | 119 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.12 |
| HSL | 331.33º | 0.82% | 0.48% | - |
| HSV(B) | 331.33º | 0.9% | 0.88% | - |
| XYZ | 34.67 | 17.91 | 19.08 | - |
| YUV | 93.76 | 142.25 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 22 | 119 | 0 | 0.90 | 0.47 | 0.12 | 331.33 | 0.82 | 0.48 |
| Hex | E1 | 16 | 77 | 0 | 5A | 2F | C | 14B | 52 | 30 |
| Octal | 341 | 26 | 167 | 0 | 132 | 57 | 14 | 513 | 122 | 60 |
| Binary | 11100001 | 10110 | 1110111 | 0 | 1011010 | 101111 | 1100 | 101001011 | 1010010 | 110000 |
Color Harmonies of #E11677
Complementary color
Monochromatic Colors of #E11677
Black with #E11677
Text Example
Text Example
White with #E11677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11677; }
p { color: rgb(225,22,119); }
H1.HeaderClassName
{
color: #E11677;
}
.AnyTagClassName
{
color: #E11677;
}
</style>
background-color css
<style>
a { background-color: #E11677; }
a { background-color: rgb(225,22,119); }
div.DivClassName
{
background-color: #E11677;
}
.BgClassName
{
background-color: #E11677;
}
</style>
border-color css
<style>
span { border-color: #E11677; }
span { border-color: rgb(225,22,119); }
td.TdClassName
{
border-color: #E11677;
}
.TagClassName
{
border-color: #E11677;
}
</style>