Shades of Ruby #E71774
Tints of Ruby #E71774
RGB
CMYK
RGB Variations
Color information
#E71774 (or 0xE71774) is known color: Ruby. HEX triplet: E7, 17 and 74. RGB value is (231,23,116). Sum of RGB (Red+Green+Blue) = 231+23+116=370 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.43% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 231 - color contains mainly: red. Hex color #E71774 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71774 is #18E88B. Grayscale: #5F5F5F. Windows color (decimal): -1632396 or 7608295. OLE color: 7608295.
HSL color Cylindrical-coordinate representation of color #E71774: hue angle of 333.17º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E71774 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 116 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.09 |
| HSL | 333.17º | 0.82% | 0.5% | - |
| HSV(B) | 333.17º | 0.9% | 0.91% | - |
| XYZ | 36.41 | 18.86 | 18.24 | - |
| YUV | 95.79 | 139.41 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 116 | 0 | 0.90 | 0.50 | 0.09 | 333.17 | 0.82 | 0.5 |
| Hex | E7 | 17 | 74 | 0 | 5A | 32 | 9 | 14D | 52 | 32 |
| Octal | 347 | 27 | 164 | 0 | 132 | 62 | 11 | 515 | 122 | 62 |
| Binary | 11100111 | 10111 | 1110100 | 0 | 1011010 | 110010 | 1001 | 101001101 | 1010010 | 110010 |
Color Harmonies of #E71774
Complementary color
Monochromatic Colors of #E71774
Black with #E71774
Text Example
Text Example
White with #E71774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71774; }
p { color: rgb(231,23,116); }
H1.HeaderClassName
{
color: #E71774;
}
.AnyTagClassName
{
color: #E71774;
}
</style>
background-color css
<style>
a { background-color: #E71774; }
a { background-color: rgb(231,23,116); }
div.DivClassName
{
background-color: #E71774;
}
.BgClassName
{
background-color: #E71774;
}
</style>
border-color css
<style>
span { border-color: #E71774; }
span { border-color: rgb(231,23,116); }
td.TdClassName
{
border-color: #E71774;
}
.TagClassName
{
border-color: #E71774;
}
</style>