Shades of Ruby #EE1764
Tints of Ruby #EE1764
RGB
CMYK
RGB Variations
Color information
#EE1764 (or 0xEE1764) is known color: Ruby. HEX triplet: EE, 17 and 64. RGB value is (238,23,100). Sum of RGB (Red+Green+Blue) = 238+23+100=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1764 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1764 is #11E89B. Grayscale: #5F5F5F. Windows color (decimal): -1173660 or 6559726. OLE color: 6559726.
HSL color Cylindrical-coordinate representation of color #EE1764: hue angle of 338.51º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1764 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 100 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.07 |
| HSL | 338.51º | 0.86% | 0.51% | - |
| HSV(B) | 338.51º | 0.9% | 0.93% | - |
| XYZ | 37.87 | 19.71 | 13.87 | - |
| YUV | 96.06 | 130.23 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 100 | 0 | 0.90 | 0.58 | 0.07 | 338.51 | 0.86 | 0.51 |
| Hex | EE | 17 | 64 | 0 | 5A | 3A | 7 | 153 | 56 | 33 |
| Octal | 356 | 27 | 144 | 0 | 132 | 72 | 7 | 523 | 126 | 63 |
| Binary | 11101110 | 10111 | 1100100 | 0 | 1011010 | 111010 | 111 | 101010011 | 1010110 | 110011 |
Color Harmonies of #EE1764
Complementary color
Monochromatic Colors of #EE1764
Black with #EE1764
Text Example
Text Example
White with #EE1764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1764; }
p { color: rgb(238,23,100); }
H1.HeaderClassName
{
color: #EE1764;
}
.AnyTagClassName
{
color: #EE1764;
}
</style>
background-color css
<style>
a { background-color: #EE1764; }
a { background-color: rgb(238,23,100); }
div.DivClassName
{
background-color: #EE1764;
}
.BgClassName
{
background-color: #EE1764;
}
</style>
border-color css
<style>
span { border-color: #EE1764; }
span { border-color: rgb(238,23,100); }
td.TdClassName
{
border-color: #EE1764;
}
.TagClassName
{
border-color: #EE1764;
}
</style>