Shades of Ruby #EE1774
Tints of Ruby #EE1774
RGB
CMYK
RGB Variations
Color information
#EE1774 (or 0xEE1774) is known color: Ruby. HEX triplet: EE, 17 and 74. RGB value is (238,23,116). Sum of RGB (Red+Green+Blue) = 238+23+116=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1774 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1774 is #11E88B. Grayscale: #616161. Windows color (decimal): -1173644 or 7608302. OLE color: 7608302.
HSL color Cylindrical-coordinate representation of color #EE1774: hue angle of 334.05º 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 #EE1774 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 116 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.07 |
| HSL | 334.05º | 0.86% | 0.51% | - |
| HSV(B) | 334.05º | 0.9% | 0.93% | - |
| XYZ | 38.72 | 20.05 | 18.35 | - |
| YUV | 97.89 | 138.23 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 116 | 0 | 0.90 | 0.51 | 0.07 | 334.05 | 0.86 | 0.51 |
| Hex | EE | 17 | 74 | 0 | 5A | 33 | 7 | 14E | 56 | 33 |
| Octal | 356 | 27 | 164 | 0 | 132 | 63 | 7 | 516 | 126 | 63 |
| Binary | 11101110 | 10111 | 1110100 | 0 | 1011010 | 110011 | 111 | 101001110 | 1010110 | 110011 |
Color Harmonies of #EE1774
Complementary color
Monochromatic Colors of #EE1774
Black with #EE1774
Text Example
Text Example
White with #EE1774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1774; }
p { color: rgb(238,23,116); }
H1.HeaderClassName
{
color: #EE1774;
}
.AnyTagClassName
{
color: #EE1774;
}
</style>
background-color css
<style>
a { background-color: #EE1774; }
a { background-color: rgb(238,23,116); }
div.DivClassName
{
background-color: #EE1774;
}
.BgClassName
{
background-color: #EE1774;
}
</style>
border-color css
<style>
span { border-color: #EE1774; }
span { border-color: rgb(238,23,116); }
td.TdClassName
{
border-color: #EE1774;
}
.TagClassName
{
border-color: #EE1774;
}
</style>