Shades of Ruby #E61E68
Tints of Ruby #E61E68
RGB
CMYK
RGB Variations
Color information
#E61E68 (or 0xE61E68) is known color: Ruby. HEX triplet: E6, 1E and 68. RGB value is (230,30,104). Sum of RGB (Red+Green+Blue) = 230+30+104=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E61E68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61E68 is #19E197. Grayscale: #626262. Windows color (decimal): -1696152 or 6823654. OLE color: 6823654.
HSL color Cylindrical-coordinate representation of color #E61E68: hue angle of 337.8º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61E68 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 30 | 104 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.10 |
| HSL | 337.8º | 0.8% | 0.51% | - |
| HSV(B) | 337.8º | 0.87% | 0.9% | - |
| XYZ | 35.6 | 18.75 | 14.84 | - |
| YUV | 98.24 | 131.26 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 30 | 104 | 0 | 0.87 | 0.55 | 0.10 | 337.8 | 0.8 | 0.51 |
| Hex | E6 | 1E | 68 | 0 | 57 | 37 | A | 152 | 50 | 33 |
| Octal | 346 | 36 | 150 | 0 | 127 | 67 | 12 | 522 | 120 | 63 |
| Binary | 11100110 | 11110 | 1101000 | 0 | 1010111 | 110111 | 1010 | 101010010 | 1010000 | 110011 |
Color Harmonies of #E61E68
Complementary color
Monochromatic Colors of #E61E68
Black with #E61E68
Text Example
Text Example
White with #E61E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61E68; }
p { color: rgb(230,30,104); }
H1.HeaderClassName
{
color: #E61E68;
}
.AnyTagClassName
{
color: #E61E68;
}
</style>
background-color css
<style>
a { background-color: #E61E68; }
a { background-color: rgb(230,30,104); }
div.DivClassName
{
background-color: #E61E68;
}
.BgClassName
{
background-color: #E61E68;
}
</style>
border-color css
<style>
span { border-color: #E61E68; }
span { border-color: rgb(230,30,104); }
td.TdClassName
{
border-color: #E61E68;
}
.TagClassName
{
border-color: #E61E68;
}
</style>