Shades of Ruby #EE0778
Tints of Ruby #EE0778
RGB
CMYK
RGB Variations
Color information
#EE0778 (or 0xEE0778) is known color: Ruby. HEX triplet: EE, 07 and 78. RGB value is (238,7,120). Sum of RGB (Red+Green+Blue) = 238+7+120=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0778 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0778 is #11F887. Grayscale: #585858. Windows color (decimal): -1177736 or 7866350. OLE color: 7866350.
HSL color Cylindrical-coordinate representation of color #EE0778: hue angle of 330.65º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0778 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 120 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.07 |
| HSL | 330.65º | 0.94% | 0.48% | - |
| HSV(B) | 330.65º | 0.97% | 0.93% | - |
| XYZ | 38.73 | 19.69 | 19.53 | - |
| YUV | 88.95 | 145.53 | 234.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 120 | 0 | 0.97 | 0.50 | 0.07 | 330.65 | 0.94 | 0.48 |
| Hex | EE | 7 | 78 | 0 | 61 | 32 | 7 | 14B | 5E | 30 |
| Octal | 356 | 7 | 170 | 0 | 141 | 62 | 7 | 513 | 136 | 60 |
| Binary | 11101110 | 111 | 1111000 | 0 | 1100001 | 110010 | 111 | 101001011 | 1011110 | 110000 |
Color Harmonies of #EE0778
Complementary color
Monochromatic Colors of #EE0778
Black with #EE0778
Text Example
Text Example
White with #EE0778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0778; }
p { color: rgb(238,7,120); }
H1.HeaderClassName
{
color: #EE0778;
}
.AnyTagClassName
{
color: #EE0778;
}
</style>
background-color css
<style>
a { background-color: #EE0778; }
a { background-color: rgb(238,7,120); }
div.DivClassName
{
background-color: #EE0778;
}
.BgClassName
{
background-color: #EE0778;
}
</style>
border-color css
<style>
span { border-color: #EE0778; }
span { border-color: rgb(238,7,120); }
td.TdClassName
{
border-color: #EE0778;
}
.TagClassName
{
border-color: #EE0778;
}
</style>