Shades of Ruby #E81477
Tints of Ruby #E81477
RGB
CMYK
RGB Variations
Color information
#E81477 (or 0xE81477) is known color: Ruby. HEX triplet: E8, 14 and 77. RGB value is (232,20,119). Sum of RGB (Red+Green+Blue) = 232+20+119=371 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.53% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 232 - color contains mainly: red. Hex color #E81477 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81477 is #17EB88. Grayscale: #5E5E5E. Windows color (decimal): -1567625 or 7804136. OLE color: 7804136.
HSL color Cylindrical-coordinate representation of color #E81477: hue angle of 331.98º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81477 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 119 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.09 |
| HSL | 331.98º | 0.84% | 0.49% | - |
| HSV(B) | 331.98º | 0.91% | 0.91% | - |
| XYZ | 36.86 | 18.99 | 19.18 | - |
| YUV | 94.67 | 141.74 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 119 | 0 | 0.91 | 0.49 | 0.09 | 331.98 | 0.84 | 0.49 |
| Hex | E8 | 14 | 77 | 0 | 5B | 31 | 9 | 14C | 54 | 31 |
| Octal | 350 | 24 | 167 | 0 | 133 | 61 | 11 | 514 | 124 | 61 |
| Binary | 11101000 | 10100 | 1110111 | 0 | 1011011 | 110001 | 1001 | 101001100 | 1010100 | 110001 |
Color Harmonies of #E81477
Complementary color
Monochromatic Colors of #E81477
Black with #E81477
Text Example
Text Example
White with #E81477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81477; }
p { color: rgb(232,20,119); }
H1.HeaderClassName
{
color: #E81477;
}
.AnyTagClassName
{
color: #E81477;
}
</style>
background-color css
<style>
a { background-color: #E81477; }
a { background-color: rgb(232,20,119); }
div.DivClassName
{
background-color: #E81477;
}
.BgClassName
{
background-color: #E81477;
}
</style>
border-color css
<style>
span { border-color: #E81477; }
span { border-color: rgb(232,20,119); }
td.TdClassName
{
border-color: #E81477;
}
.TagClassName
{
border-color: #E81477;
}
</style>