Shades of Ruby #E61769
Tints of Ruby #E61769
RGB
CMYK
RGB Variations
Color information
#E61769 (or 0xE61769) is known color: Ruby. HEX triplet: E6, 17 and 69. RGB value is (230,23,105). Sum of RGB (Red+Green+Blue) = 230+23+105=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E61769 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61769 is #19E896. Grayscale: #5E5E5E. Windows color (decimal): -1697943 or 6887398. OLE color: 6887398.
HSL color Cylindrical-coordinate representation of color #E61769: hue angle of 336.23º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61769 is Cyan = 0, Magento = 0.9, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 105 | - |
| CMYK | 0 | 0.9 | 0.54 | 0.10 |
| HSL | 336.23º | 0.82% | 0.5% | - |
| HSV(B) | 336.23º | 0.9% | 0.9% | - |
| XYZ | 35.49 | 18.46 | 15.06 | - |
| YUV | 94.24 | 134.08 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 105 | 0 | 0.9 | 0.54 | 0.10 | 336.23 | 0.82 | 0.5 |
| Hex | E6 | 17 | 69 | 0 | 5A | 36 | A | 150 | 52 | 32 |
| Octal | 346 | 27 | 151 | 0 | 132 | 66 | 12 | 520 | 122 | 62 |
| Binary | 11100110 | 10111 | 1101001 | 0 | 1011010 | 110110 | 1010 | 101010000 | 1010010 | 110010 |
Color Harmonies of #E61769
Complementary color
Monochromatic Colors of #E61769
Black with #E61769
Text Example
Text Example
White with #E61769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61769; }
p { color: rgb(230,23,105); }
H1.HeaderClassName
{
color: #E61769;
}
.AnyTagClassName
{
color: #E61769;
}
</style>
background-color css
<style>
a { background-color: #E61769; }
a { background-color: rgb(230,23,105); }
div.DivClassName
{
background-color: #E61769;
}
.BgClassName
{
background-color: #E61769;
}
</style>
border-color css
<style>
span { border-color: #E61769; }
span { border-color: rgb(230,23,105); }
td.TdClassName
{
border-color: #E61769;
}
.TagClassName
{
border-color: #E61769;
}
</style>