Shades of Ruby #E00C78
Tints of Ruby #E00C78
RGB
CMYK
RGB Variations
Color information
#E00C78 (or 0xE00C78) is known color: Ruby. HEX triplet: E0, 0C and 78. RGB value is (224,12,120). Sum of RGB (Red+Green+Blue) = 224+12+120=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00C78 is #1FF387. Grayscale: #575757. Windows color (decimal): -2093960 or 7867616. OLE color: 7867616.
HSL color Cylindrical-coordinate representation of color #E00C78: hue angle of 329.43º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00C78 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 120 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.12 |
| HSL | 329.43º | 0.9% | 0.46% | - |
| HSV(B) | 329.43º | 0.95% | 0.88% | - |
| XYZ | 34.26 | 17.47 | 19.33 | - |
| YUV | 87.7 | 146.24 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 120 | 0 | 0.95 | 0.46 | 0.12 | 329.43 | 0.9 | 0.46 |
| Hex | E0 | C | 78 | 0 | 5F | 2E | C | 149 | 5A | 2E |
| Octal | 340 | 14 | 170 | 0 | 137 | 56 | 14 | 511 | 132 | 56 |
| Binary | 11100000 | 1100 | 1111000 | 0 | 1011111 | 101110 | 1100 | 101001001 | 1011010 | 101110 |
Color Harmonies of #E00C78
Complementary color
Monochromatic Colors of #E00C78
Black with #E00C78
Text Example
Text Example
White with #E00C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00C78; }
p { color: rgb(224,12,120); }
H1.HeaderClassName
{
color: #E00C78;
}
.AnyTagClassName
{
color: #E00C78;
}
</style>
background-color css
<style>
a { background-color: #E00C78; }
a { background-color: rgb(224,12,120); }
div.DivClassName
{
background-color: #E00C78;
}
.BgClassName
{
background-color: #E00C78;
}
</style>
border-color css
<style>
span { border-color: #E00C78; }
span { border-color: rgb(224,12,120); }
td.TdClassName
{
border-color: #E00C78;
}
.TagClassName
{
border-color: #E00C78;
}
</style>