Shades of Ruby #E71758
Tints of Ruby #E71758
RGB
CMYK
RGB Variations
Color information
#E71758 (or 0xE71758) is known color: Ruby. HEX triplet: E7, 17 and 58. RGB value is (231,23,88). Sum of RGB (Red+Green+Blue) = 231+23+88=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E71758 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71758 is #18E8A7. Grayscale: #5C5C5C. Windows color (decimal): -1632424 or 5773287. OLE color: 5773287.
HSL color Cylindrical-coordinate representation of color #E71758: hue angle of 341.25º 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 #E71758 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 88 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.09 |
| HSL | 341.25º | 0.82% | 0.5% | - |
| HSV(B) | 341.25º | 0.9% | 0.91% | - |
| XYZ | 35.02 | 18.31 | 10.92 | - |
| YUV | 92.6 | 125.41 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 88 | 0 | 0.90 | 0.62 | 0.09 | 341.25 | 0.82 | 0.5 |
| Hex | E7 | 17 | 58 | 0 | 5A | 3E | 9 | 155 | 52 | 32 |
| Octal | 347 | 27 | 130 | 0 | 132 | 76 | 11 | 525 | 122 | 62 |
| Binary | 11100111 | 10111 | 1011000 | 0 | 1011010 | 111110 | 1001 | 101010101 | 1010010 | 110010 |
Color Harmonies of #E71758
Complementary color
Monochromatic Colors of #E71758
Black with #E71758
Text Example
Text Example
White with #E71758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71758; }
p { color: rgb(231,23,88); }
H1.HeaderClassName
{
color: #E71758;
}
.AnyTagClassName
{
color: #E71758;
}
</style>
background-color css
<style>
a { background-color: #E71758; }
a { background-color: rgb(231,23,88); }
div.DivClassName
{
background-color: #E71758;
}
.BgClassName
{
background-color: #E71758;
}
</style>
border-color css
<style>
span { border-color: #E71758; }
span { border-color: rgb(231,23,88); }
td.TdClassName
{
border-color: #E71758;
}
.TagClassName
{
border-color: #E71758;
}
</style>