Shades of Ruby #EE0F75
Tints of Ruby #EE0F75
RGB
CMYK
RGB Variations
Color information
#EE0F75 (or 0xEE0F75) is known color: Ruby. HEX triplet: EE, 0F and 75. RGB value is (238,15,117). Sum of RGB (Red+Green+Blue) = 238+15+117=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0F75 is #11F08A. Grayscale: #5D5D5D. Windows color (decimal): -1175691 or 7671790. OLE color: 7671790.
HSL color Cylindrical-coordinate representation of color #EE0F75: hue angle of 332.56º 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 #EE0F75 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 117 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.07 |
| HSL | 332.56º | 0.88% | 0.5% | - |
| HSV(B) | 332.56º | 0.94% | 0.93% | - |
| XYZ | 38.64 | 19.8 | 18.62 | - |
| YUV | 93.31 | 141.38 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 117 | 0 | 0.94 | 0.51 | 0.07 | 332.56 | 0.88 | 0.5 |
| Hex | EE | F | 75 | 0 | 5E | 33 | 7 | 14D | 58 | 32 |
| Octal | 356 | 17 | 165 | 0 | 136 | 63 | 7 | 515 | 130 | 62 |
| Binary | 11101110 | 1111 | 1110101 | 0 | 1011110 | 110011 | 111 | 101001101 | 1011000 | 110010 |
Color Harmonies of #EE0F75
Complementary color
Monochromatic Colors of #EE0F75
Black with #EE0F75
Text Example
Text Example
White with #EE0F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F75; }
p { color: rgb(238,15,117); }
H1.HeaderClassName
{
color: #EE0F75;
}
.AnyTagClassName
{
color: #EE0F75;
}
</style>
background-color css
<style>
a { background-color: #EE0F75; }
a { background-color: rgb(238,15,117); }
div.DivClassName
{
background-color: #EE0F75;
}
.BgClassName
{
background-color: #EE0F75;
}
</style>
border-color css
<style>
span { border-color: #EE0F75; }
span { border-color: rgb(238,15,117); }
td.TdClassName
{
border-color: #EE0F75;
}
.TagClassName
{
border-color: #EE0F75;
}
</style>