Shades of Ruby #EE165C
Tints of Ruby #EE165C
RGB
CMYK
RGB Variations
Color information
#EE165C (or 0xEE165C) is known color: Ruby. HEX triplet: EE, 16 and 5C. RGB value is (238,22,92). Sum of RGB (Red+Green+Blue) = 238+22+92=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE165C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE165C is #11E9A3. Grayscale: #5E5E5E. Windows color (decimal): -1173924 or 6035182. OLE color: 6035182.
HSL color Cylindrical-coordinate representation of color #EE165C: hue angle of 340.56º 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 #EE165C is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 92 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.07 |
| HSL | 340.56º | 0.86% | 0.51% | - |
| HSV(B) | 340.56º | 0.91% | 0.93% | - |
| XYZ | 37.48 | 19.52 | 11.92 | - |
| YUV | 94.56 | 126.56 | 230.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 92 | 0 | 0.91 | 0.61 | 0.07 | 340.56 | 0.86 | 0.51 |
| Hex | EE | 16 | 5C | 0 | 5B | 3D | 7 | 155 | 56 | 33 |
| Octal | 356 | 26 | 134 | 0 | 133 | 75 | 7 | 525 | 126 | 63 |
| Binary | 11101110 | 10110 | 1011100 | 0 | 1011011 | 111101 | 111 | 101010101 | 1010110 | 110011 |
Color Harmonies of #EE165C
Complementary color
Monochromatic Colors of #EE165C
Black with #EE165C
Text Example
Text Example
White with #EE165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE165C; }
p { color: rgb(238,22,92); }
H1.HeaderClassName
{
color: #EE165C;
}
.AnyTagClassName
{
color: #EE165C;
}
</style>
background-color css
<style>
a { background-color: #EE165C; }
a { background-color: rgb(238,22,92); }
div.DivClassName
{
background-color: #EE165C;
}
.BgClassName
{
background-color: #EE165C;
}
</style>
border-color css
<style>
span { border-color: #EE165C; }
span { border-color: rgb(238,22,92); }
td.TdClassName
{
border-color: #EE165C;
}
.TagClassName
{
border-color: #EE165C;
}
</style>