Shades of Ruby #EE1866
Tints of Ruby #EE1866
RGB
CMYK
RGB Variations
Color information
#EE1866 (or 0xEE1866) is known color: Ruby. HEX triplet: EE, 18 and 66. RGB value is (238,24,102). Sum of RGB (Red+Green+Blue) = 238+24+102=364 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.38% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1866 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1866 is #11E799. Grayscale: #606060. Windows color (decimal): -1173402 or 6691054. OLE color: 6691054.
HSL color Cylindrical-coordinate representation of color #EE1866: hue angle of 338.13º 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 #EE1866 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 102 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.07 |
| HSL | 338.13º | 0.86% | 0.51% | - |
| HSV(B) | 338.13º | 0.9% | 0.93% | - |
| XYZ | 37.98 | 19.79 | 14.39 | - |
| YUV | 96.88 | 130.9 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 102 | 0 | 0.90 | 0.57 | 0.07 | 338.13 | 0.86 | 0.51 |
| Hex | EE | 18 | 66 | 0 | 5A | 39 | 7 | 152 | 56 | 33 |
| Octal | 356 | 30 | 146 | 0 | 132 | 71 | 7 | 522 | 126 | 63 |
| Binary | 11101110 | 11000 | 1100110 | 0 | 1011010 | 111001 | 111 | 101010010 | 1010110 | 110011 |
Color Harmonies of #EE1866
Complementary color
Monochromatic Colors of #EE1866
Black with #EE1866
Text Example
Text Example
White with #EE1866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1866; }
p { color: rgb(238,24,102); }
H1.HeaderClassName
{
color: #EE1866;
}
.AnyTagClassName
{
color: #EE1866;
}
</style>
background-color css
<style>
a { background-color: #EE1866; }
a { background-color: rgb(238,24,102); }
div.DivClassName
{
background-color: #EE1866;
}
.BgClassName
{
background-color: #EE1866;
}
</style>
border-color css
<style>
span { border-color: #EE1866; }
span { border-color: rgb(238,24,102); }
td.TdClassName
{
border-color: #EE1866;
}
.TagClassName
{
border-color: #EE1866;
}
</style>