Shades of Ruby #EE0877
Tints of Ruby #EE0877
RGB
CMYK
RGB Variations
Color information
#EE0877 (or 0xEE0877) is known color: Ruby. HEX triplet: EE, 08 and 77. RGB value is (238,8,119). Sum of RGB (Red+Green+Blue) = 238+8+119=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0877 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0877 is #11F788. Grayscale: #595959. Windows color (decimal): -1177481 or 7801070. OLE color: 7801070.
HSL color Cylindrical-coordinate representation of color #EE0877: hue angle of 331.04º 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 #EE0877 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 119 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.07 |
| HSL | 331.04º | 0.93% | 0.48% | - |
| HSV(B) | 331.04º | 0.97% | 0.93% | - |
| XYZ | 38.68 | 19.68 | 19.21 | - |
| YUV | 89.42 | 144.7 | 233.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 119 | 0 | 0.97 | 0.50 | 0.07 | 331.04 | 0.93 | 0.48 |
| Hex | EE | 8 | 77 | 0 | 61 | 32 | 7 | 14B | 5D | 30 |
| Octal | 356 | 10 | 167 | 0 | 141 | 62 | 7 | 513 | 135 | 60 |
| Binary | 11101110 | 1000 | 1110111 | 0 | 1100001 | 110010 | 111 | 101001011 | 1011101 | 110000 |
Color Harmonies of #EE0877
Complementary color
Monochromatic Colors of #EE0877
Black with #EE0877
Text Example
Text Example
White with #EE0877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0877; }
p { color: rgb(238,8,119); }
H1.HeaderClassName
{
color: #EE0877;
}
.AnyTagClassName
{
color: #EE0877;
}
</style>
background-color css
<style>
a { background-color: #EE0877; }
a { background-color: rgb(238,8,119); }
div.DivClassName
{
background-color: #EE0877;
}
.BgClassName
{
background-color: #EE0877;
}
</style>
border-color css
<style>
span { border-color: #EE0877; }
span { border-color: rgb(238,8,119); }
td.TdClassName
{
border-color: #EE0877;
}
.TagClassName
{
border-color: #EE0877;
}
</style>