Shades of Ruby #EB1266
Tints of Ruby #EB1266
RGB
CMYK
RGB Variations
Color information
#EB1266 (or 0xEB1266) is known color: Ruby. HEX triplet: EB, 12 and 66. RGB value is (235,18,102). Sum of RGB (Red+Green+Blue) = 235+18+102=355 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.20% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1266 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1266 is #14ED99. Grayscale: #5C5C5C. Windows color (decimal): -1371546 or 6689515. OLE color: 6689515.
HSL color Cylindrical-coordinate representation of color #EB1266: hue angle of 336.77º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB1266 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 18 | 102 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.08 |
| HSL | 336.77º | 0.86% | 0.5% | - |
| HSV(B) | 336.77º | 0.92% | 0.92% | - |
| XYZ | 36.88 | 19.05 | 14.3 | - |
| YUV | 92.46 | 133.39 | 229.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 18 | 102 | 0 | 0.92 | 0.57 | 0.08 | 336.77 | 0.86 | 0.5 |
| Hex | EB | 12 | 66 | 0 | 5C | 39 | 8 | 151 | 56 | 32 |
| Octal | 353 | 22 | 146 | 0 | 134 | 71 | 10 | 521 | 126 | 62 |
| Binary | 11101011 | 10010 | 1100110 | 0 | 1011100 | 111001 | 1000 | 101010001 | 1010110 | 110010 |
Color Harmonies of #EB1266
Complementary color
Monochromatic Colors of #EB1266
Black with #EB1266
Text Example
Text Example
White with #EB1266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1266; }
p { color: rgb(235,18,102); }
H1.HeaderClassName
{
color: #EB1266;
}
.AnyTagClassName
{
color: #EB1266;
}
</style>
background-color css
<style>
a { background-color: #EB1266; }
a { background-color: rgb(235,18,102); }
div.DivClassName
{
background-color: #EB1266;
}
.BgClassName
{
background-color: #EB1266;
}
</style>
border-color css
<style>
span { border-color: #EB1266; }
span { border-color: rgb(235,18,102); }
td.TdClassName
{
border-color: #EB1266;
}
.TagClassName
{
border-color: #EB1266;
}
</style>