Shades of Ruby #E61578
Tints of Ruby #E61578
RGB
CMYK
RGB Variations
Color information
#E61578 (or 0xE61578) is known color: Ruby. HEX triplet: E6, 15 and 78. RGB value is (230,21,120). Sum of RGB (Red+Green+Blue) = 230+21+120=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E61578 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61578 is #19EA87. Grayscale: #5E5E5E. Windows color (decimal): -1698440 or 7869926. OLE color: 7869926.
HSL color Cylindrical-coordinate representation of color #E61578: hue angle of 331.58º 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 #E61578 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 120 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.10 |
| HSL | 331.58º | 0.83% | 0.49% | - |
| HSV(B) | 331.58º | 0.91% | 0.9% | - |
| XYZ | 36.29 | 18.72 | 19.47 | - |
| YUV | 94.78 | 142.24 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 120 | 0 | 0.91 | 0.48 | 0.10 | 331.58 | 0.83 | 0.49 |
| Hex | E6 | 15 | 78 | 0 | 5B | 30 | A | 14C | 53 | 31 |
| Octal | 346 | 25 | 170 | 0 | 133 | 60 | 12 | 514 | 123 | 61 |
| Binary | 11100110 | 10101 | 1111000 | 0 | 1011011 | 110000 | 1010 | 101001100 | 1010011 | 110001 |
Color Harmonies of #E61578
Complementary color
Monochromatic Colors of #E61578
Black with #E61578
Text Example
Text Example
White with #E61578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61578; }
p { color: rgb(230,21,120); }
H1.HeaderClassName
{
color: #E61578;
}
.AnyTagClassName
{
color: #E61578;
}
</style>
background-color css
<style>
a { background-color: #E61578; }
a { background-color: rgb(230,21,120); }
div.DivClassName
{
background-color: #E61578;
}
.BgClassName
{
background-color: #E61578;
}
</style>
border-color css
<style>
span { border-color: #E61578; }
span { border-color: rgb(230,21,120); }
td.TdClassName
{
border-color: #E61578;
}
.TagClassName
{
border-color: #E61578;
}
</style>