Shades of Ruby #EE1566
Tints of Ruby #EE1566
RGB
CMYK
RGB Variations
Color information
#EE1566 (or 0xEE1566) is known color: Ruby. HEX triplet: EE, 15 and 66. RGB value is (238,21,102). Sum of RGB (Red+Green+Blue) = 238+21+102=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1566 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1566 is #11EA99. Grayscale: #5F5F5F. Windows color (decimal): -1174170 or 6690286. OLE color: 6690286.
HSL color Cylindrical-coordinate representation of color #EE1566: hue angle of 337.6º 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 #EE1566 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 102 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.07 |
| HSL | 337.6º | 0.86% | 0.51% | - |
| HSV(B) | 337.6º | 0.91% | 0.93% | - |
| XYZ | 37.93 | 19.67 | 14.37 | - |
| YUV | 95.12 | 131.89 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 102 | 0 | 0.91 | 0.57 | 0.07 | 337.6 | 0.86 | 0.51 |
| Hex | EE | 15 | 66 | 0 | 5B | 39 | 7 | 152 | 56 | 33 |
| Octal | 356 | 25 | 146 | 0 | 133 | 71 | 7 | 522 | 126 | 63 |
| Binary | 11101110 | 10101 | 1100110 | 0 | 1011011 | 111001 | 111 | 101010010 | 1010110 | 110011 |
Color Harmonies of #EE1566
Complementary color
Monochromatic Colors of #EE1566
Black with #EE1566
Text Example
Text Example
White with #EE1566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1566; }
p { color: rgb(238,21,102); }
H1.HeaderClassName
{
color: #EE1566;
}
.AnyTagClassName
{
color: #EE1566;
}
</style>
background-color css
<style>
a { background-color: #EE1566; }
a { background-color: rgb(238,21,102); }
div.DivClassName
{
background-color: #EE1566;
}
.BgClassName
{
background-color: #EE1566;
}
</style>
border-color css
<style>
span { border-color: #EE1566; }
span { border-color: rgb(238,21,102); }
td.TdClassName
{
border-color: #EE1566;
}
.TagClassName
{
border-color: #EE1566;
}
</style>