Shades of Ruby #EB1462
Tints of Ruby #EB1462
RGB
CMYK
RGB Variations
Color information
#EB1462 (or 0xEB1462) is known color: Ruby. HEX triplet: EB, 14 and 62. RGB value is (235,20,98). Sum of RGB (Red+Green+Blue) = 235+20+98=353 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.57% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1462 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1462 is #14EB9D. Grayscale: #5D5D5D. Windows color (decimal): -1371038 or 6427883. OLE color: 6427883.
HSL color Cylindrical-coordinate representation of color #EB1462: hue angle of 338.23º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB1462 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 20 | 98 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.08 |
| HSL | 338.23º | 0.84% | 0.5% | - |
| HSV(B) | 338.23º | 0.91% | 0.92% | - |
| XYZ | 36.72 | 19.04 | 13.3 | - |
| YUV | 93.18 | 130.73 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 98 | 0 | 0.91 | 0.58 | 0.08 | 338.23 | 0.84 | 0.5 |
| Hex | EB | 14 | 62 | 0 | 5B | 3A | 8 | 152 | 54 | 32 |
| Octal | 353 | 24 | 142 | 0 | 133 | 72 | 10 | 522 | 124 | 62 |
| Binary | 11101011 | 10100 | 1100010 | 0 | 1011011 | 111010 | 1000 | 101010010 | 1010100 | 110010 |
Color Harmonies of #EB1462
Complementary color
Monochromatic Colors of #EB1462
Black with #EB1462
Text Example
Text Example
White with #EB1462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1462; }
p { color: rgb(235,20,98); }
H1.HeaderClassName
{
color: #EB1462;
}
.AnyTagClassName
{
color: #EB1462;
}
</style>
background-color css
<style>
a { background-color: #EB1462; }
a { background-color: rgb(235,20,98); }
div.DivClassName
{
background-color: #EB1462;
}
.BgClassName
{
background-color: #EB1462;
}
</style>
border-color css
<style>
span { border-color: #EB1462; }
span { border-color: rgb(235,20,98); }
td.TdClassName
{
border-color: #EB1462;
}
.TagClassName
{
border-color: #EB1462;
}
</style>