Shades of Ruby #E71574
Tints of Ruby #E71574
RGB
CMYK
RGB Variations
Color information
#E71574 (or 0xE71574) is known color: Ruby. HEX triplet: E7, 15 and 74. RGB value is (231,21,116). Sum of RGB (Red+Green+Blue) = 231+21+116=368 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.77% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 231 - color contains mainly: red. Hex color #E71574 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71574 is #18EA8B. Grayscale: #5E5E5E. Windows color (decimal): -1632908 or 7607783. OLE color: 7607783.
HSL color Cylindrical-coordinate representation of color #E71574: hue angle of 332.86º degrees, saturation: 0.83, 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 #E71574 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 116 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.09 |
| HSL | 332.86º | 0.83% | 0.49% | - |
| HSV(B) | 332.86º | 0.91% | 0.91% | - |
| XYZ | 36.38 | 18.79 | 18.23 | - |
| YUV | 94.62 | 140.07 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 116 | 0 | 0.91 | 0.50 | 0.09 | 332.86 | 0.83 | 0.49 |
| Hex | E7 | 15 | 74 | 0 | 5B | 32 | 9 | 14D | 53 | 31 |
| Octal | 347 | 25 | 164 | 0 | 133 | 62 | 11 | 515 | 123 | 61 |
| Binary | 11100111 | 10101 | 1110100 | 0 | 1011011 | 110010 | 1001 | 101001101 | 1010011 | 110001 |
Color Harmonies of #E71574
Complementary color
Monochromatic Colors of #E71574
Black with #E71574
Text Example
Text Example
White with #E71574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71574; }
p { color: rgb(231,21,116); }
H1.HeaderClassName
{
color: #E71574;
}
.AnyTagClassName
{
color: #E71574;
}
</style>
background-color css
<style>
a { background-color: #E71574; }
a { background-color: rgb(231,21,116); }
div.DivClassName
{
background-color: #E71574;
}
.BgClassName
{
background-color: #E71574;
}
</style>
border-color css
<style>
span { border-color: #E71574; }
span { border-color: rgb(231,21,116); }
td.TdClassName
{
border-color: #E71574;
}
.TagClassName
{
border-color: #E71574;
}
</style>