Shades of Ruby #EE0976
Tints of Ruby #EE0976
RGB
CMYK
RGB Variations
Color information
#EE0976 (or 0xEE0976) is known color: Ruby. HEX triplet: EE, 09 and 76. RGB value is (238,9,118). Sum of RGB (Red+Green+Blue) = 238+9+118=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0976 is #11F689. Grayscale: #595959. Windows color (decimal): -1177226 or 7735790. OLE color: 7735790.
HSL color Cylindrical-coordinate representation of color #EE0976: hue angle of 331.44º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0976 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 118 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.07 |
| HSL | 331.44º | 0.93% | 0.48% | - |
| HSV(B) | 331.44º | 0.96% | 0.93% | - |
| XYZ | 38.63 | 19.68 | 18.9 | - |
| YUV | 89.9 | 143.87 | 233.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 118 | 0 | 0.96 | 0.50 | 0.07 | 331.44 | 0.93 | 0.48 |
| Hex | EE | 9 | 76 | 0 | 60 | 32 | 7 | 14B | 5D | 30 |
| Octal | 356 | 11 | 166 | 0 | 140 | 62 | 7 | 513 | 135 | 60 |
| Binary | 11101110 | 1001 | 1110110 | 0 | 1100000 | 110010 | 111 | 101001011 | 1011101 | 110000 |
Color Harmonies of #EE0976
Complementary color
Monochromatic Colors of #EE0976
Black with #EE0976
Text Example
Text Example
White with #EE0976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0976; }
p { color: rgb(238,9,118); }
H1.HeaderClassName
{
color: #EE0976;
}
.AnyTagClassName
{
color: #EE0976;
}
</style>
background-color css
<style>
a { background-color: #EE0976; }
a { background-color: rgb(238,9,118); }
div.DivClassName
{
background-color: #EE0976;
}
.BgClassName
{
background-color: #EE0976;
}
</style>
border-color css
<style>
span { border-color: #EE0976; }
span { border-color: rgb(238,9,118); }
td.TdClassName
{
border-color: #EE0976;
}
.TagClassName
{
border-color: #EE0976;
}
</style>