Shades of Ruby #E61569
Tints of Ruby #E61569
RGB
CMYK
RGB Variations
Color information
#E61569 (or 0xE61569) is known color: Ruby. HEX triplet: E6, 15 and 69. RGB value is (230,21,105). Sum of RGB (Red+Green+Blue) = 230+21+105=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E61569 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61569 is #19EA96. Grayscale: #5C5C5C. Windows color (decimal): -1698455 or 6886886. OLE color: 6886886.
HSL color Cylindrical-coordinate representation of color #E61569: hue angle of 335.89º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61569 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 105 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.10 |
| HSL | 335.89º | 0.83% | 0.49% | - |
| HSV(B) | 335.89º | 0.91% | 0.9% | - |
| XYZ | 35.45 | 18.38 | 15.04 | - |
| YUV | 93.07 | 134.74 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 105 | 0 | 0.91 | 0.54 | 0.10 | 335.89 | 0.83 | 0.49 |
| Hex | E6 | 15 | 69 | 0 | 5B | 36 | A | 150 | 53 | 31 |
| Octal | 346 | 25 | 151 | 0 | 133 | 66 | 12 | 520 | 123 | 61 |
| Binary | 11100110 | 10101 | 1101001 | 0 | 1011011 | 110110 | 1010 | 101010000 | 1010011 | 110001 |
Color Harmonies of #E61569
Complementary color
Monochromatic Colors of #E61569
Black with #E61569
Text Example
Text Example
White with #E61569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61569; }
p { color: rgb(230,21,105); }
H1.HeaderClassName
{
color: #E61569;
}
.AnyTagClassName
{
color: #E61569;
}
</style>
background-color css
<style>
a { background-color: #E61569; }
a { background-color: rgb(230,21,105); }
div.DivClassName
{
background-color: #E61569;
}
.BgClassName
{
background-color: #E61569;
}
</style>
border-color css
<style>
span { border-color: #E61569; }
span { border-color: rgb(230,21,105); }
td.TdClassName
{
border-color: #E61569;
}
.TagClassName
{
border-color: #E61569;
}
</style>