Shades of Ruby #E31476
Tints of Ruby #E31476
RGB
CMYK
RGB Variations
Color information
#E31476 (or 0xE31476) is known color: Ruby. HEX triplet: E3, 14 and 76. RGB value is (227,20,118). Sum of RGB (Red+Green+Blue) = 227+20+118=365 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.19% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 227 - color contains mainly: red. Hex color #E31476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31476 is #1CEB89. Grayscale: #5C5C5C. Windows color (decimal): -1895306 or 7738595. OLE color: 7738595.
HSL color Cylindrical-coordinate representation of color #E31476: hue angle of 331.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E31476 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 118 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.11 |
| HSL | 331.59º | 0.84% | 0.48% | - |
| HSV(B) | 331.59º | 0.91% | 0.89% | - |
| XYZ | 35.2 | 18.14 | 18.79 | - |
| YUV | 93.07 | 142.08 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 118 | 0 | 0.91 | 0.48 | 0.11 | 331.59 | 0.84 | 0.48 |
| Hex | E3 | 14 | 76 | 0 | 5B | 30 | B | 14C | 54 | 30 |
| Octal | 343 | 24 | 166 | 0 | 133 | 60 | 13 | 514 | 124 | 60 |
| Binary | 11100011 | 10100 | 1110110 | 0 | 1011011 | 110000 | 1011 | 101001100 | 1010100 | 110000 |
Color Harmonies of #E31476
Complementary color
Monochromatic Colors of #E31476
Black with #E31476
Text Example
Text Example
White with #E31476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31476; }
p { color: rgb(227,20,118); }
H1.HeaderClassName
{
color: #E31476;
}
.AnyTagClassName
{
color: #E31476;
}
</style>
background-color css
<style>
a { background-color: #E31476; }
a { background-color: rgb(227,20,118); }
div.DivClassName
{
background-color: #E31476;
}
.BgClassName
{
background-color: #E31476;
}
</style>
border-color css
<style>
span { border-color: #E31476; }
span { border-color: rgb(227,20,118); }
td.TdClassName
{
border-color: #E31476;
}
.TagClassName
{
border-color: #E31476;
}
</style>