Shades of Ruby #E31478
Tints of Ruby #E31478
RGB
CMYK
RGB Variations
Color information
#E31478 (or 0xE31478) is known color: Ruby. HEX triplet: E3, 14 and 78. RGB value is (227,20,120). Sum of RGB (Red+Green+Blue) = 227+20+120=367 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.85% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 227 - color contains mainly: red. Hex color #E31478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31478 is #1CEB87. Grayscale: #5D5D5D. Windows color (decimal): -1895304 or 7869667. OLE color: 7869667.
HSL color Cylindrical-coordinate representation of color #E31478: hue angle of 331.01º 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 #E31478 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 120 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.11 |
| HSL | 331.01º | 0.84% | 0.48% | - |
| HSV(B) | 331.01º | 0.91% | 0.89% | - |
| XYZ | 35.32 | 18.19 | 19.42 | - |
| YUV | 93.29 | 143.08 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 120 | 0 | 0.91 | 0.47 | 0.11 | 331.01 | 0.84 | 0.48 |
| Hex | E3 | 14 | 78 | 0 | 5B | 2F | B | 14B | 54 | 30 |
| Octal | 343 | 24 | 170 | 0 | 133 | 57 | 13 | 513 | 124 | 60 |
| Binary | 11100011 | 10100 | 1111000 | 0 | 1011011 | 101111 | 1011 | 101001011 | 1010100 | 110000 |
Color Harmonies of #E31478
Complementary color
Monochromatic Colors of #E31478
Black with #E31478
Text Example
Text Example
White with #E31478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31478; }
p { color: rgb(227,20,120); }
H1.HeaderClassName
{
color: #E31478;
}
.AnyTagClassName
{
color: #E31478;
}
</style>
background-color css
<style>
a { background-color: #E31478; }
a { background-color: rgb(227,20,120); }
div.DivClassName
{
background-color: #E31478;
}
.BgClassName
{
background-color: #E31478;
}
</style>
border-color css
<style>
span { border-color: #E31478; }
span { border-color: rgb(227,20,120); }
td.TdClassName
{
border-color: #E31478;
}
.TagClassName
{
border-color: #E31478;
}
</style>