Shades of Ruby #E71753
Tints of Ruby #E71753
RGB
CMYK
RGB Variations
Color information
#E71753 (or 0xE71753) is known color: Ruby. HEX triplet: E7, 17 and 53. RGB value is (231,23,83). Sum of RGB (Red+Green+Blue) = 231+23+83=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E71753 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71753 is #18E8AC. Grayscale: #5B5B5B. Windows color (decimal): -1632429 or 5445607. OLE color: 5445607.
HSL color Cylindrical-coordinate representation of color #E71753: hue angle of 342.69º 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 #E71753 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 83 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.09 |
| HSL | 342.69º | 0.82% | 0.5% | - |
| HSV(B) | 342.69º | 0.9% | 0.91% | - |
| XYZ | 34.82 | 18.23 | 9.87 | - |
| YUV | 92.03 | 122.91 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 83 | 0 | 0.90 | 0.64 | 0.09 | 342.69 | 0.82 | 0.5 |
| Hex | E7 | 17 | 53 | 0 | 5A | 40 | 9 | 157 | 52 | 32 |
| Octal | 347 | 27 | 123 | 0 | 132 | 100 | 11 | 527 | 122 | 62 |
| Binary | 11100111 | 10111 | 1010011 | 0 | 1011010 | 1000000 | 1001 | 101010111 | 1010010 | 110010 |
Color Harmonies of #E71753
Complementary color
Monochromatic Colors of #E71753
Black with #E71753
Text Example
Text Example
White with #E71753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71753; }
p { color: rgb(231,23,83); }
H1.HeaderClassName
{
color: #E71753;
}
.AnyTagClassName
{
color: #E71753;
}
</style>
background-color css
<style>
a { background-color: #E71753; }
a { background-color: rgb(231,23,83); }
div.DivClassName
{
background-color: #E71753;
}
.BgClassName
{
background-color: #E71753;
}
</style>
border-color css
<style>
span { border-color: #E71753; }
span { border-color: rgb(231,23,83); }
td.TdClassName
{
border-color: #E71753;
}
.TagClassName
{
border-color: #E71753;
}
</style>