Shades of Ruby #EE1266
Tints of Ruby #EE1266
RGB
CMYK
RGB Variations
Color information
#EE1266 (or 0xEE1266) is known color: Ruby. HEX triplet: EE, 12 and 66. RGB value is (238,18,102). Sum of RGB (Red+Green+Blue) = 238+18+102=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1266 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1266 is #11ED99. Grayscale: #5D5D5D. Windows color (decimal): -1174938 or 6689518. OLE color: 6689518.
HSL color Cylindrical-coordinate representation of color #EE1266: hue angle of 337.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1266 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 102 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.07 |
| HSL | 337.09º | 0.87% | 0.5% | - |
| HSV(B) | 337.09º | 0.92% | 0.93% | - |
| XYZ | 37.87 | 19.57 | 14.35 | - |
| YUV | 93.36 | 132.89 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 102 | 0 | 0.92 | 0.57 | 0.07 | 337.09 | 0.87 | 0.5 |
| Hex | EE | 12 | 66 | 0 | 5C | 39 | 7 | 151 | 57 | 32 |
| Octal | 356 | 22 | 146 | 0 | 134 | 71 | 7 | 521 | 127 | 62 |
| Binary | 11101110 | 10010 | 1100110 | 0 | 1011100 | 111001 | 111 | 101010001 | 1010111 | 110010 |
Color Harmonies of #EE1266
Complementary color
Monochromatic Colors of #EE1266
Black with #EE1266
Text Example
Text Example
White with #EE1266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1266; }
p { color: rgb(238,18,102); }
H1.HeaderClassName
{
color: #EE1266;
}
.AnyTagClassName
{
color: #EE1266;
}
</style>
background-color css
<style>
a { background-color: #EE1266; }
a { background-color: rgb(238,18,102); }
div.DivClassName
{
background-color: #EE1266;
}
.BgClassName
{
background-color: #EE1266;
}
</style>
border-color css
<style>
span { border-color: #EE1266; }
span { border-color: rgb(238,18,102); }
td.TdClassName
{
border-color: #EE1266;
}
.TagClassName
{
border-color: #EE1266;
}
</style>