Shades of Ruby #EE0F77
Tints of Ruby #EE0F77
RGB
CMYK
RGB Variations
Color information
#EE0F77 (or 0xEE0F77) is known color: Ruby. HEX triplet: EE, 0F and 77. RGB value is (238,15,119). Sum of RGB (Red+Green+Blue) = 238+15+119=372 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.98% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0F77 is #11F088. Grayscale: #5D5D5D. Windows color (decimal): -1175689 or 7802862. OLE color: 7802862.
HSL color Cylindrical-coordinate representation of color #EE0F77: hue angle of 332.02º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0F77 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 119 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.07 |
| HSL | 332.02º | 0.88% | 0.5% | - |
| HSV(B) | 332.02º | 0.94% | 0.93% | - |
| XYZ | 38.76 | 19.85 | 19.24 | - |
| YUV | 93.53 | 142.38 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 119 | 0 | 0.94 | 0.50 | 0.07 | 332.02 | 0.88 | 0.5 |
| Hex | EE | F | 77 | 0 | 5E | 32 | 7 | 14C | 58 | 32 |
| Octal | 356 | 17 | 167 | 0 | 136 | 62 | 7 | 514 | 130 | 62 |
| Binary | 11101110 | 1111 | 1110111 | 0 | 1011110 | 110010 | 111 | 101001100 | 1011000 | 110010 |
Color Harmonies of #EE0F77
Complementary color
Monochromatic Colors of #EE0F77
Black with #EE0F77
Text Example
Text Example
White with #EE0F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F77; }
p { color: rgb(238,15,119); }
H1.HeaderClassName
{
color: #EE0F77;
}
.AnyTagClassName
{
color: #EE0F77;
}
</style>
background-color css
<style>
a { background-color: #EE0F77; }
a { background-color: rgb(238,15,119); }
div.DivClassName
{
background-color: #EE0F77;
}
.BgClassName
{
background-color: #EE0F77;
}
</style>
border-color css
<style>
span { border-color: #EE0F77; }
span { border-color: rgb(238,15,119); }
td.TdClassName
{
border-color: #EE0F77;
}
.TagClassName
{
border-color: #EE0F77;
}
</style>