Shades of Ruby #EB2170
Tints of Ruby #EB2170
RGB
CMYK
RGB Variations
Color information
#EB2170 (or 0xEB2170) is known color: Ruby. HEX triplet: EB, 21 and 70. RGB value is (235,33,112). Sum of RGB (Red+Green+Blue) = 235+33+112=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2170 is #14DE8F. Grayscale: #666666. Windows color (decimal): -1367696 or 7348715. OLE color: 7348715.
HSL color Cylindrical-coordinate representation of color #EB2170: hue angle of 336.53º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2170 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 33 | 112 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.08 |
| HSL | 336.53º | 0.83% | 0.53% | - |
| HSV(B) | 336.53º | 0.86% | 0.92% | - |
| XYZ | 37.73 | 19.92 | 17.19 | - |
| YUV | 102.4 | 133.42 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 33 | 112 | 0 | 0.86 | 0.52 | 0.08 | 336.53 | 0.83 | 0.53 |
| Hex | EB | 21 | 70 | 0 | 56 | 34 | 8 | 151 | 53 | 35 |
| Octal | 353 | 41 | 160 | 0 | 126 | 64 | 10 | 521 | 123 | 65 |
| Binary | 11101011 | 100001 | 1110000 | 0 | 1010110 | 110100 | 1000 | 101010001 | 1010011 | 110101 |
Color Harmonies of #EB2170
Complementary color
Monochromatic Colors of #EB2170
Black with #EB2170
Text Example
Text Example
White with #EB2170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2170; }
p { color: rgb(235,33,112); }
H1.HeaderClassName
{
color: #EB2170;
}
.AnyTagClassName
{
color: #EB2170;
}
</style>
background-color css
<style>
a { background-color: #EB2170; }
a { background-color: rgb(235,33,112); }
div.DivClassName
{
background-color: #EB2170;
}
.BgClassName
{
background-color: #EB2170;
}
</style>
border-color css
<style>
span { border-color: #EB2170; }
span { border-color: rgb(235,33,112); }
td.TdClassName
{
border-color: #EB2170;
}
.TagClassName
{
border-color: #EB2170;
}
</style>