Shades of Ruby #E71275
Tints of Ruby #E71275
RGB
CMYK
RGB Variations
Color information
#E71275 (or 0xE71275) is known color: Ruby. HEX triplet: E7, 12 and 75. RGB value is (231,18,117). Sum of RGB (Red+Green+Blue) = 231+18+117=366 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.11% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 231 - color contains mainly: red. Hex color #E71275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71275 is #18ED8A. Grayscale: #5C5C5C. Windows color (decimal): -1633675 or 7672551. OLE color: 7672551.
HSL color Cylindrical-coordinate representation of color #E71275: hue angle of 332.11º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E71275 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 117 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.09 |
| HSL | 332.11º | 0.86% | 0.49% | - |
| HSV(B) | 332.11º | 0.92% | 0.91% | - |
| XYZ | 36.38 | 18.71 | 18.52 | - |
| YUV | 92.97 | 141.57 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 117 | 0 | 0.92 | 0.49 | 0.09 | 332.11 | 0.86 | 0.49 |
| Hex | E7 | 12 | 75 | 0 | 5C | 31 | 9 | 14C | 56 | 31 |
| Octal | 347 | 22 | 165 | 0 | 134 | 61 | 11 | 514 | 126 | 61 |
| Binary | 11100111 | 10010 | 1110101 | 0 | 1011100 | 110001 | 1001 | 101001100 | 1010110 | 110001 |
Color Harmonies of #E71275
Complementary color
Monochromatic Colors of #E71275
Black with #E71275
Text Example
Text Example
White with #E71275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71275; }
p { color: rgb(231,18,117); }
H1.HeaderClassName
{
color: #E71275;
}
.AnyTagClassName
{
color: #E71275;
}
</style>
background-color css
<style>
a { background-color: #E71275; }
a { background-color: rgb(231,18,117); }
div.DivClassName
{
background-color: #E71275;
}
.BgClassName
{
background-color: #E71275;
}
</style>
border-color css
<style>
span { border-color: #E71275; }
span { border-color: rgb(231,18,117); }
td.TdClassName
{
border-color: #E71275;
}
.TagClassName
{
border-color: #E71275;
}
</style>