Shades of Ruby #EE165E
Tints of Ruby #EE165E
RGB
CMYK
RGB Variations
Color information
#EE165E (or 0xEE165E) is known color: Ruby. HEX triplet: EE, 16 and 5E. RGB value is (238,22,94). Sum of RGB (Red+Green+Blue) = 238+22+94=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE165E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE165E is #11E9A1. Grayscale: #5E5E5E. Windows color (decimal): -1173922 or 6166254. OLE color: 6166254.
HSL color Cylindrical-coordinate representation of color #EE165E: hue angle of 340º 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 #EE165E is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 94 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.07 |
| HSL | 340º | 0.86% | 0.51% | - |
| HSV(B) | 340º | 0.91% | 0.93% | - |
| XYZ | 37.57 | 19.56 | 12.38 | - |
| YUV | 94.79 | 127.56 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 94 | 0 | 0.91 | 0.61 | 0.07 | 340 | 0.86 | 0.51 |
| Hex | EE | 16 | 5E | 0 | 5B | 3D | 7 | 154 | 56 | 33 |
| Octal | 356 | 26 | 136 | 0 | 133 | 75 | 7 | 524 | 126 | 63 |
| Binary | 11101110 | 10110 | 1011110 | 0 | 1011011 | 111101 | 111 | 101010100 | 1010110 | 110011 |
Color Harmonies of #EE165E
Complementary color
Monochromatic Colors of #EE165E
Black with #EE165E
Text Example
Text Example
White with #EE165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE165E; }
p { color: rgb(238,22,94); }
H1.HeaderClassName
{
color: #EE165E;
}
.AnyTagClassName
{
color: #EE165E;
}
</style>
background-color css
<style>
a { background-color: #EE165E; }
a { background-color: rgb(238,22,94); }
div.DivClassName
{
background-color: #EE165E;
}
.BgClassName
{
background-color: #EE165E;
}
</style>
border-color css
<style>
span { border-color: #EE165E; }
span { border-color: rgb(238,22,94); }
td.TdClassName
{
border-color: #EE165E;
}
.TagClassName
{
border-color: #EE165E;
}
</style>