Shades of Ruby #E60878
Tints of Ruby #E60878
RGB
CMYK
RGB Variations
Color information
#E60878 (or 0xE60878) is known color: Ruby. HEX triplet: E6, 08 and 78. RGB value is (230,8,120). Sum of RGB (Red+Green+Blue) = 230+8+120=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E60878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60878 is #19F787. Grayscale: #565656. Windows color (decimal): -1701768 or 7866598. OLE color: 7866598.
HSL color Cylindrical-coordinate representation of color #E60878: hue angle of 329.73º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60878 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 120 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.10 |
| HSL | 329.73º | 0.93% | 0.47% | - |
| HSV(B) | 329.73º | 0.97% | 0.9% | - |
| XYZ | 36.11 | 18.35 | 19.41 | - |
| YUV | 87.15 | 146.55 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 120 | 0 | 0.97 | 0.48 | 0.10 | 329.73 | 0.93 | 0.47 |
| Hex | E6 | 8 | 78 | 0 | 61 | 30 | A | 14A | 5D | 2F |
| Octal | 346 | 10 | 170 | 0 | 141 | 60 | 12 | 512 | 135 | 57 |
| Binary | 11100110 | 1000 | 1111000 | 0 | 1100001 | 110000 | 1010 | 101001010 | 1011101 | 101111 |
Color Harmonies of #E60878
Complementary color
Monochromatic Colors of #E60878
Black with #E60878
Text Example
Text Example
White with #E60878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60878; }
p { color: rgb(230,8,120); }
H1.HeaderClassName
{
color: #E60878;
}
.AnyTagClassName
{
color: #E60878;
}
</style>
background-color css
<style>
a { background-color: #E60878; }
a { background-color: rgb(230,8,120); }
div.DivClassName
{
background-color: #E60878;
}
.BgClassName
{
background-color: #E60878;
}
</style>
border-color css
<style>
span { border-color: #E60878; }
span { border-color: rgb(230,8,120); }
td.TdClassName
{
border-color: #E60878;
}
.TagClassName
{
border-color: #E60878;
}
</style>