Shades of Ruby #EB1270
Tints of Ruby #EB1270
RGB
CMYK
RGB Variations
Color information
#EB1270 (or 0xEB1270) is known color: Ruby. HEX triplet: EB, 12 and 70. RGB value is (235,18,112). Sum of RGB (Red+Green+Blue) = 235+18+112=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1270 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1270 is #14ED8F. Grayscale: #5D5D5D. Windows color (decimal): -1371536 or 7344875. OLE color: 7344875.
HSL color Cylindrical-coordinate representation of color #EB1270: hue angle of 334.01º 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 #EB1270 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 18 | 112 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.08 |
| HSL | 334.01º | 0.86% | 0.5% | - |
| HSV(B) | 334.01º | 0.92% | 0.92% | - |
| XYZ | 37.4 | 19.26 | 17.08 | - |
| YUV | 93.6 | 138.39 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 18 | 112 | 0 | 0.92 | 0.52 | 0.08 | 334.01 | 0.86 | 0.5 |
| Hex | EB | 12 | 70 | 0 | 5C | 34 | 8 | 14E | 56 | 32 |
| Octal | 353 | 22 | 160 | 0 | 134 | 64 | 10 | 516 | 126 | 62 |
| Binary | 11101011 | 10010 | 1110000 | 0 | 1011100 | 110100 | 1000 | 101001110 | 1010110 | 110010 |
Color Harmonies of #EB1270
Complementary color
Monochromatic Colors of #EB1270
Black with #EB1270
Text Example
Text Example
White with #EB1270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1270; }
p { color: rgb(235,18,112); }
H1.HeaderClassName
{
color: #EB1270;
}
.AnyTagClassName
{
color: #EB1270;
}
</style>
background-color css
<style>
a { background-color: #EB1270; }
a { background-color: rgb(235,18,112); }
div.DivClassName
{
background-color: #EB1270;
}
.BgClassName
{
background-color: #EB1270;
}
</style>
border-color css
<style>
span { border-color: #EB1270; }
span { border-color: rgb(235,18,112); }
td.TdClassName
{
border-color: #EB1270;
}
.TagClassName
{
border-color: #EB1270;
}
</style>