Shades of Ruby #E71769
Tints of Ruby #E71769
RGB
CMYK
RGB Variations
Color information
#E71769 (or 0xE71769) is known color: Ruby. HEX triplet: E7, 17 and 69. RGB value is (231,23,105). Sum of RGB (Red+Green+Blue) = 231+23+105=359 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.35% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 231 - color contains mainly: red. Hex color #E71769 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71769 is #18E896. Grayscale: #5E5E5E. Windows color (decimal): -1632407 or 6887399. OLE color: 6887399.
HSL color Cylindrical-coordinate representation of color #E71769: hue angle of 336.35º 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 #E71769 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 105 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.09 |
| HSL | 336.35º | 0.82% | 0.5% | - |
| HSV(B) | 336.35º | 0.9% | 0.91% | - |
| XYZ | 35.81 | 18.62 | 15.07 | - |
| YUV | 94.54 | 133.91 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 105 | 0 | 0.90 | 0.55 | 0.09 | 336.35 | 0.82 | 0.5 |
| Hex | E7 | 17 | 69 | 0 | 5A | 37 | 9 | 150 | 52 | 32 |
| Octal | 347 | 27 | 151 | 0 | 132 | 67 | 11 | 520 | 122 | 62 |
| Binary | 11100111 | 10111 | 1101001 | 0 | 1011010 | 110111 | 1001 | 101010000 | 1010010 | 110010 |
Color Harmonies of #E71769
Complementary color
Monochromatic Colors of #E71769
Black with #E71769
Text Example
Text Example
White with #E71769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71769; }
p { color: rgb(231,23,105); }
H1.HeaderClassName
{
color: #E71769;
}
.AnyTagClassName
{
color: #E71769;
}
</style>
background-color css
<style>
a { background-color: #E71769; }
a { background-color: rgb(231,23,105); }
div.DivClassName
{
background-color: #E71769;
}
.BgClassName
{
background-color: #E71769;
}
</style>
border-color css
<style>
span { border-color: #E71769; }
span { border-color: rgb(231,23,105); }
td.TdClassName
{
border-color: #E71769;
}
.TagClassName
{
border-color: #E71769;
}
</style>