Shades of Ruby #EE176B
Tints of Ruby #EE176B
RGB
CMYK
RGB Variations
Color information
#EE176B (or 0xEE176B) is known color: Ruby. HEX triplet: EE, 17 and 6B. RGB value is (238,23,107). Sum of RGB (Red+Green+Blue) = 238+23+107=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE176B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE176B is #11E894. Grayscale: #606060. Windows color (decimal): -1173653 or 7018478. OLE color: 7018478.
HSL color Cylindrical-coordinate representation of color #EE176B: hue angle of 336.56º 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 #EE176B is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 107 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.07 |
| HSL | 336.56º | 0.86% | 0.51% | - |
| HSV(B) | 336.56º | 0.9% | 0.93% | - |
| XYZ | 38.22 | 19.85 | 15.73 | - |
| YUV | 96.86 | 133.73 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 107 | 0 | 0.90 | 0.55 | 0.07 | 336.56 | 0.86 | 0.51 |
| Hex | EE | 17 | 6B | 0 | 5A | 37 | 7 | 151 | 56 | 33 |
| Octal | 356 | 27 | 153 | 0 | 132 | 67 | 7 | 521 | 126 | 63 |
| Binary | 11101110 | 10111 | 1101011 | 0 | 1011010 | 110111 | 111 | 101010001 | 1010110 | 110011 |
Color Harmonies of #EE176B
Complementary color
Monochromatic Colors of #EE176B
Black with #EE176B
Text Example
Text Example
White with #EE176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE176B; }
p { color: rgb(238,23,107); }
H1.HeaderClassName
{
color: #EE176B;
}
.AnyTagClassName
{
color: #EE176B;
}
</style>
background-color css
<style>
a { background-color: #EE176B; }
a { background-color: rgb(238,23,107); }
div.DivClassName
{
background-color: #EE176B;
}
.BgClassName
{
background-color: #EE176B;
}
</style>
border-color css
<style>
span { border-color: #EE176B; }
span { border-color: rgb(238,23,107); }
td.TdClassName
{
border-color: #EE176B;
}
.TagClassName
{
border-color: #EE176B;
}
</style>