Shades of Ruby #E31275
Tints of Ruby #E31275
RGB
CMYK
RGB Variations
Color information
#E31275 (or 0xE31275) is known color: Ruby. HEX triplet: E3, 12 and 75. RGB value is (227,18,117). Sum of RGB (Red+Green+Blue) = 227+18+117=362 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.71% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 227 - color contains mainly: red. Hex color #E31275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31275 is #1CED8A. Grayscale: #5B5B5B. Windows color (decimal): -1895819 or 7672547. OLE color: 7672547.
HSL color Cylindrical-coordinate representation of color #E31275: hue angle of 331.58º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E31275 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 18 | 117 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.11 |
| HSL | 331.58º | 0.85% | 0.48% | - |
| HSV(B) | 331.58º | 0.92% | 0.89% | - |
| XYZ | 35.11 | 18.05 | 18.46 | - |
| YUV | 91.78 | 142.24 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 18 | 117 | 0 | 0.92 | 0.48 | 0.11 | 331.58 | 0.85 | 0.48 |
| Hex | E3 | 12 | 75 | 0 | 5C | 30 | B | 14C | 55 | 30 |
| Octal | 343 | 22 | 165 | 0 | 134 | 60 | 13 | 514 | 125 | 60 |
| Binary | 11100011 | 10010 | 1110101 | 0 | 1011100 | 110000 | 1011 | 101001100 | 1010101 | 110000 |
Color Harmonies of #E31275
Complementary color
Monochromatic Colors of #E31275
Black with #E31275
Text Example
Text Example
White with #E31275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31275; }
p { color: rgb(227,18,117); }
H1.HeaderClassName
{
color: #E31275;
}
.AnyTagClassName
{
color: #E31275;
}
</style>
background-color css
<style>
a { background-color: #E31275; }
a { background-color: rgb(227,18,117); }
div.DivClassName
{
background-color: #E31275;
}
.BgClassName
{
background-color: #E31275;
}
</style>
border-color css
<style>
span { border-color: #E31275; }
span { border-color: rgb(227,18,117); }
td.TdClassName
{
border-color: #E31275;
}
.TagClassName
{
border-color: #E31275;
}
</style>