Shades of Ruby #EE1660
Tints of Ruby #EE1660
RGB
CMYK
RGB Variations
Color information
#EE1660 (or 0xEE1660) is known color: Ruby. HEX triplet: EE, 16 and 60. RGB value is (238,22,96). Sum of RGB (Red+Green+Blue) = 238+22+96=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1660 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1660 is #11E99F. Grayscale: #5E5E5E. Windows color (decimal): -1173920 or 6297326. OLE color: 6297326.
HSL color Cylindrical-coordinate representation of color #EE1660: hue angle of 339.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE1660 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 96 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.07 |
| HSL | 339.44º | 0.86% | 0.51% | - |
| HSV(B) | 339.44º | 0.91% | 0.93% | - |
| XYZ | 37.66 | 19.6 | 12.86 | - |
| YUV | 95.02 | 128.56 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 96 | 0 | 0.91 | 0.60 | 0.07 | 339.44 | 0.86 | 0.51 |
| Hex | EE | 16 | 60 | 0 | 5B | 3C | 7 | 153 | 56 | 33 |
| Octal | 356 | 26 | 140 | 0 | 133 | 74 | 7 | 523 | 126 | 63 |
| Binary | 11101110 | 10110 | 1100000 | 0 | 1011011 | 111100 | 111 | 101010011 | 1010110 | 110011 |
Color Harmonies of #EE1660
Complementary color
Monochromatic Colors of #EE1660
Black with #EE1660
Text Example
Text Example
White with #EE1660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1660; }
p { color: rgb(238,22,96); }
H1.HeaderClassName
{
color: #EE1660;
}
.AnyTagClassName
{
color: #EE1660;
}
</style>
background-color css
<style>
a { background-color: #EE1660; }
a { background-color: rgb(238,22,96); }
div.DivClassName
{
background-color: #EE1660;
}
.BgClassName
{
background-color: #EE1660;
}
</style>
border-color css
<style>
span { border-color: #EE1660; }
span { border-color: rgb(238,22,96); }
td.TdClassName
{
border-color: #EE1660;
}
.TagClassName
{
border-color: #EE1660;
}
</style>