Shades of Ruby #EE1673
Tints of Ruby #EE1673
RGB
CMYK
RGB Variations
Color information
#EE1673 (or 0xEE1673) is known color: Ruby. HEX triplet: EE, 16 and 73. RGB value is (238,22,115). Sum of RGB (Red+Green+Blue) = 238+22+115=375 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.47% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1673 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1673 is #11E98C. Grayscale: #616161. Windows color (decimal): -1173901 or 7542510. OLE color: 7542510.
HSL color Cylindrical-coordinate representation of color #EE1673: hue angle of 334.17º 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 #EE1673 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 115 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.07 |
| HSL | 334.17º | 0.86% | 0.51% | - |
| HSV(B) | 334.17º | 0.91% | 0.93% | - |
| XYZ | 38.64 | 19.99 | 18.04 | - |
| YUV | 97.19 | 138.06 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 115 | 0 | 0.91 | 0.52 | 0.07 | 334.17 | 0.86 | 0.51 |
| Hex | EE | 16 | 73 | 0 | 5B | 34 | 7 | 14E | 56 | 33 |
| Octal | 356 | 26 | 163 | 0 | 133 | 64 | 7 | 516 | 126 | 63 |
| Binary | 11101110 | 10110 | 1110011 | 0 | 1011011 | 110100 | 111 | 101001110 | 1010110 | 110011 |
Color Harmonies of #EE1673
Complementary color
Monochromatic Colors of #EE1673
Black with #EE1673
Text Example
Text Example
White with #EE1673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1673; }
p { color: rgb(238,22,115); }
H1.HeaderClassName
{
color: #EE1673;
}
.AnyTagClassName
{
color: #EE1673;
}
</style>
background-color css
<style>
a { background-color: #EE1673; }
a { background-color: rgb(238,22,115); }
div.DivClassName
{
background-color: #EE1673;
}
.BgClassName
{
background-color: #EE1673;
}
</style>
border-color css
<style>
span { border-color: #EE1673; }
span { border-color: rgb(238,22,115); }
td.TdClassName
{
border-color: #EE1673;
}
.TagClassName
{
border-color: #EE1673;
}
</style>