Shades of Ruby #EE176F
Tints of Ruby #EE176F
RGB
CMYK
RGB Variations
Color information
#EE176F (or 0xEE176F) is known color: Ruby. HEX triplet: EE, 17 and 6F. RGB value is (238,23,111). Sum of RGB (Red+Green+Blue) = 238+23+111=372 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.98% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 238 - color contains mainly: red. Hex color #EE176F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE176F is #11E890. Grayscale: #616161. Windows color (decimal): -1173649 or 7280622. OLE color: 7280622.
HSL color Cylindrical-coordinate representation of color #EE176F: hue angle of 335.44º 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 #EE176F is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 111 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.07 |
| HSL | 335.44º | 0.86% | 0.51% | - |
| HSV(B) | 335.44º | 0.9% | 0.93% | - |
| XYZ | 38.44 | 19.94 | 16.86 | - |
| YUV | 97.32 | 135.73 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 111 | 0 | 0.90 | 0.53 | 0.07 | 335.44 | 0.86 | 0.51 |
| Hex | EE | 17 | 6F | 0 | 5A | 35 | 7 | 14F | 56 | 33 |
| Octal | 356 | 27 | 157 | 0 | 132 | 65 | 7 | 517 | 126 | 63 |
| Binary | 11101110 | 10111 | 1101111 | 0 | 1011010 | 110101 | 111 | 101001111 | 1010110 | 110011 |
Color Harmonies of #EE176F
Complementary color
Monochromatic Colors of #EE176F
Black with #EE176F
Text Example
Text Example
White with #EE176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE176F; }
p { color: rgb(238,23,111); }
H1.HeaderClassName
{
color: #EE176F;
}
.AnyTagClassName
{
color: #EE176F;
}
</style>
background-color css
<style>
a { background-color: #EE176F; }
a { background-color: rgb(238,23,111); }
div.DivClassName
{
background-color: #EE176F;
}
.BgClassName
{
background-color: #EE176F;
}
</style>
border-color css
<style>
span { border-color: #EE176F; }
span { border-color: rgb(238,23,111); }
td.TdClassName
{
border-color: #EE176F;
}
.TagClassName
{
border-color: #EE176F;
}
</style>