Shades of Ruby #E61669
Tints of Ruby #E61669
RGB
CMYK
RGB Variations
Color information
#E61669 (or 0xE61669) is known color: Ruby. HEX triplet: E6, 16 and 69. RGB value is (230,22,105). Sum of RGB (Red+Green+Blue) = 230+22+105=357 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.43% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 230 - color contains mainly: red. Hex color #E61669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61669 is #19E996. Grayscale: #5D5D5D. Windows color (decimal): -1698199 or 6887142. OLE color: 6887142.
HSL color Cylindrical-coordinate representation of color #E61669: hue angle of 336.06º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61669 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 105 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.10 |
| HSL | 336.06º | 0.83% | 0.49% | - |
| HSV(B) | 336.06º | 0.9% | 0.9% | - |
| XYZ | 35.47 | 18.42 | 15.05 | - |
| YUV | 93.65 | 134.41 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 105 | 0 | 0.90 | 0.54 | 0.10 | 336.06 | 0.83 | 0.49 |
| Hex | E6 | 16 | 69 | 0 | 5A | 36 | A | 150 | 53 | 31 |
| Octal | 346 | 26 | 151 | 0 | 132 | 66 | 12 | 520 | 123 | 61 |
| Binary | 11100110 | 10110 | 1101001 | 0 | 1011010 | 110110 | 1010 | 101010000 | 1010011 | 110001 |
Color Harmonies of #E61669
Complementary color
Monochromatic Colors of #E61669
Black with #E61669
Text Example
Text Example
White with #E61669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61669; }
p { color: rgb(230,22,105); }
H1.HeaderClassName
{
color: #E61669;
}
.AnyTagClassName
{
color: #E61669;
}
</style>
background-color css
<style>
a { background-color: #E61669; }
a { background-color: rgb(230,22,105); }
div.DivClassName
{
background-color: #E61669;
}
.BgClassName
{
background-color: #E61669;
}
</style>
border-color css
<style>
span { border-color: #E61669; }
span { border-color: rgb(230,22,105); }
td.TdClassName
{
border-color: #E61669;
}
.TagClassName
{
border-color: #E61669;
}
</style>