Shades of Ruby #EB2067
Tints of Ruby #EB2067
RGB
CMYK
RGB Variations
Color information
#EB2067 (or 0xEB2067) is known color: Ruby. HEX triplet: EB, 20 and 67. RGB value is (235,32,103). Sum of RGB (Red+Green+Blue) = 235+32+103=370 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.51% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2067 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2067 is #14DF98. Grayscale: #646464. Windows color (decimal): -1367961 or 6758635. OLE color: 6758635.
HSL color Cylindrical-coordinate representation of color #EB2067: hue angle of 339.01º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2067 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 103 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.08 |
| HSL | 339.01º | 0.84% | 0.52% | - |
| HSV(B) | 339.01º | 0.86% | 0.92% | - |
| XYZ | 37.23 | 19.67 | 14.67 | - |
| YUV | 100.79 | 129.25 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 103 | 0 | 0.86 | 0.56 | 0.08 | 339.01 | 0.84 | 0.52 |
| Hex | EB | 20 | 67 | 0 | 56 | 38 | 8 | 153 | 54 | 34 |
| Octal | 353 | 40 | 147 | 0 | 126 | 70 | 10 | 523 | 124 | 64 |
| Binary | 11101011 | 100000 | 1100111 | 0 | 1010110 | 111000 | 1000 | 101010011 | 1010100 | 110100 |
Color Harmonies of #EB2067
Complementary color
Monochromatic Colors of #EB2067
Black with #EB2067
Text Example
Text Example
White with #EB2067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2067; }
p { color: rgb(235,32,103); }
H1.HeaderClassName
{
color: #EB2067;
}
.AnyTagClassName
{
color: #EB2067;
}
</style>
background-color css
<style>
a { background-color: #EB2067; }
a { background-color: rgb(235,32,103); }
div.DivClassName
{
background-color: #EB2067;
}
.BgClassName
{
background-color: #EB2067;
}
</style>
border-color css
<style>
span { border-color: #EB2067; }
span { border-color: rgb(235,32,103); }
td.TdClassName
{
border-color: #EB2067;
}
.TagClassName
{
border-color: #EB2067;
}
</style>