Shades of Ruby #EE1D79
Tints of Ruby #EE1D79
RGB
CMYK
RGB Variations
Color information
#EE1D79 (or 0xEE1D79) is known color: Ruby. HEX triplet: EE, 1D and 79. RGB value is (238,29,121). Sum of RGB (Red+Green+Blue) = 238+29+121=388 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.34% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1D79 is #11E286. Grayscale: #656565. Windows color (decimal): -1172103 or 7937518. OLE color: 7937518.
HSL color Cylindrical-coordinate representation of color #EE1D79: hue angle of 333.59º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1D79 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 29 | 121 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.07 |
| HSL | 333.59º | 0.86% | 0.52% | - |
| HSV(B) | 333.59º | 0.88% | 0.93% | - |
| XYZ | 39.15 | 20.44 | 19.97 | - |
| YUV | 101.98 | 138.74 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 29 | 121 | 0 | 0.88 | 0.49 | 0.07 | 333.59 | 0.86 | 0.52 |
| Hex | EE | 1D | 79 | 0 | 58 | 31 | 7 | 14E | 56 | 34 |
| Octal | 356 | 35 | 171 | 0 | 130 | 61 | 7 | 516 | 126 | 64 |
| Binary | 11101110 | 11101 | 1111001 | 0 | 1011000 | 110001 | 111 | 101001110 | 1010110 | 110100 |
Color Harmonies of #EE1D79
Complementary color
Monochromatic Colors of #EE1D79
Black with #EE1D79
Text Example
Text Example
White with #EE1D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1D79; }
p { color: rgb(238,29,121); }
H1.HeaderClassName
{
color: #EE1D79;
}
.AnyTagClassName
{
color: #EE1D79;
}
</style>
background-color css
<style>
a { background-color: #EE1D79; }
a { background-color: rgb(238,29,121); }
div.DivClassName
{
background-color: #EE1D79;
}
.BgClassName
{
background-color: #EE1D79;
}
</style>
border-color css
<style>
span { border-color: #EE1D79; }
span { border-color: rgb(238,29,121); }
td.TdClassName
{
border-color: #EE1D79;
}
.TagClassName
{
border-color: #EE1D79;
}
</style>