Shades of Ruby #E00678
Tints of Ruby #E00678
RGB
CMYK
RGB Variations
Color information
#E00678 (or 0xE00678) is known color: Ruby. HEX triplet: E0, 06 and 78. RGB value is (224,6,120). Sum of RGB (Red+Green+Blue) = 224+6+120=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E00678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00678 is #1FF987. Grayscale: #535353. Windows color (decimal): -2095496 or 7866080. OLE color: 7866080.
HSL color Cylindrical-coordinate representation of color #E00678: hue angle of 328.62º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E00678 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 120 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.12 |
| HSL | 328.62º | 0.95% | 0.45% | - |
| HSV(B) | 328.62º | 0.97% | 0.88% | - |
| XYZ | 34.2 | 17.33 | 19.31 | - |
| YUV | 84.18 | 148.22 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 120 | 0 | 0.97 | 0.46 | 0.12 | 328.62 | 0.95 | 0.45 |
| Hex | E0 | 6 | 78 | 0 | 61 | 2E | C | 149 | 5F | 2D |
| Octal | 340 | 6 | 170 | 0 | 141 | 56 | 14 | 511 | 137 | 55 |
| Binary | 11100000 | 110 | 1111000 | 0 | 1100001 | 101110 | 1100 | 101001001 | 1011111 | 101101 |
Color Harmonies of #E00678
Complementary color
Monochromatic Colors of #E00678
Black with #E00678
Text Example
Text Example
White with #E00678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00678; }
p { color: rgb(224,6,120); }
H1.HeaderClassName
{
color: #E00678;
}
.AnyTagClassName
{
color: #E00678;
}
</style>
background-color css
<style>
a { background-color: #E00678; }
a { background-color: rgb(224,6,120); }
div.DivClassName
{
background-color: #E00678;
}
.BgClassName
{
background-color: #E00678;
}
</style>
border-color css
<style>
span { border-color: #E00678; }
span { border-color: rgb(224,6,120); }
td.TdClassName
{
border-color: #E00678;
}
.TagClassName
{
border-color: #E00678;
}
</style>