Shades of Ruby #EE0878
Tints of Ruby #EE0878
RGB
CMYK
RGB Variations
Color information
#EE0878 (or 0xEE0878) is known color: Ruby. HEX triplet: EE, 08 and 78. RGB value is (238,8,120). Sum of RGB (Red+Green+Blue) = 238+8+120=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0878 is #11F787. Grayscale: #595959. Windows color (decimal): -1177480 or 7866606. OLE color: 7866606.
HSL color Cylindrical-coordinate representation of color #EE0878: hue angle of 330.78º degrees, saturation: 0.93, 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 #EE0878 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 120 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.07 |
| HSL | 330.78º | 0.93% | 0.48% | - |
| HSV(B) | 330.78º | 0.97% | 0.93% | - |
| XYZ | 38.74 | 19.71 | 19.53 | - |
| YUV | 89.54 | 145.2 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 120 | 0 | 0.97 | 0.50 | 0.07 | 330.78 | 0.93 | 0.48 |
| Hex | EE | 8 | 78 | 0 | 61 | 32 | 7 | 14B | 5D | 30 |
| Octal | 356 | 10 | 170 | 0 | 141 | 62 | 7 | 513 | 135 | 60 |
| Binary | 11101110 | 1000 | 1111000 | 0 | 1100001 | 110010 | 111 | 101001011 | 1011101 | 110000 |
Color Harmonies of #EE0878
Complementary color
Monochromatic Colors of #EE0878
Black with #EE0878
Text Example
Text Example
White with #EE0878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0878; }
p { color: rgb(238,8,120); }
H1.HeaderClassName
{
color: #EE0878;
}
.AnyTagClassName
{
color: #EE0878;
}
</style>
background-color css
<style>
a { background-color: #EE0878; }
a { background-color: rgb(238,8,120); }
div.DivClassName
{
background-color: #EE0878;
}
.BgClassName
{
background-color: #EE0878;
}
</style>
border-color css
<style>
span { border-color: #EE0878; }
span { border-color: rgb(238,8,120); }
td.TdClassName
{
border-color: #EE0878;
}
.TagClassName
{
border-color: #EE0878;
}
</style>