Shades of Ruby #E61965
Tints of Ruby #E61965
RGB
CMYK
RGB Variations
Color information
#E61965 (or 0xE61965) is known color: Ruby. HEX triplet: E6, 19 and 65. RGB value is (230,25,101). Sum of RGB (Red+Green+Blue) = 230+25+101=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E61965 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61965 is #19E69A. Grayscale: #5E5E5E. Windows color (decimal): -1697435 or 6625766. OLE color: 6625766.
HSL color Cylindrical-coordinate representation of color #E61965: hue angle of 337.76º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61965 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 101 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.10 |
| HSL | 337.76º | 0.8% | 0.5% | - |
| HSV(B) | 337.76º | 0.89% | 0.9% | - |
| XYZ | 35.33 | 18.46 | 14.01 | - |
| YUV | 94.96 | 131.42 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 101 | 0 | 0.89 | 0.56 | 0.10 | 337.76 | 0.8 | 0.5 |
| Hex | E6 | 19 | 65 | 0 | 59 | 38 | A | 152 | 50 | 32 |
| Octal | 346 | 31 | 145 | 0 | 131 | 70 | 12 | 522 | 120 | 62 |
| Binary | 11100110 | 11001 | 1100101 | 0 | 1011001 | 111000 | 1010 | 101010010 | 1010000 | 110010 |
Color Harmonies of #E61965
Complementary color
Monochromatic Colors of #E61965
Black with #E61965
Text Example
Text Example
White with #E61965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61965; }
p { color: rgb(230,25,101); }
H1.HeaderClassName
{
color: #E61965;
}
.AnyTagClassName
{
color: #E61965;
}
</style>
background-color css
<style>
a { background-color: #E61965; }
a { background-color: rgb(230,25,101); }
div.DivClassName
{
background-color: #E61965;
}
.BgClassName
{
background-color: #E61965;
}
</style>
border-color css
<style>
span { border-color: #E61965; }
span { border-color: rgb(230,25,101); }
td.TdClassName
{
border-color: #E61965;
}
.TagClassName
{
border-color: #E61965;
}
</style>