Shades of Ruby #EB1574
Tints of Ruby #EB1574
RGB
CMYK
RGB Variations
Color information
#EB1574 (or 0xEB1574) is known color: Ruby. HEX triplet: EB, 15 and 74. RGB value is (235,21,116). Sum of RGB (Red+Green+Blue) = 235+21+116=372 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.17% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1574 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1574 is #14EA8B. Grayscale: #5F5F5F. Windows color (decimal): -1370764 or 7607787. OLE color: 7607787.
HSL color Cylindrical-coordinate representation of color #EB1574: hue angle of 333.36º 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 #EB1574 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 116 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.08 |
| HSL | 333.36º | 0.84% | 0.5% | - |
| HSV(B) | 333.36º | 0.91% | 0.92% | - |
| XYZ | 37.68 | 19.46 | 18.29 | - |
| YUV | 95.82 | 139.4 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 116 | 0 | 0.91 | 0.51 | 0.08 | 333.36 | 0.84 | 0.5 |
| Hex | EB | 15 | 74 | 0 | 5B | 33 | 8 | 14D | 54 | 32 |
| Octal | 353 | 25 | 164 | 0 | 133 | 63 | 10 | 515 | 124 | 62 |
| Binary | 11101011 | 10101 | 1110100 | 0 | 1011011 | 110011 | 1000 | 101001101 | 1010100 | 110010 |
Color Harmonies of #EB1574
Complementary color
Monochromatic Colors of #EB1574
Black with #EB1574
Text Example
Text Example
White with #EB1574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1574; }
p { color: rgb(235,21,116); }
H1.HeaderClassName
{
color: #EB1574;
}
.AnyTagClassName
{
color: #EB1574;
}
</style>
background-color css
<style>
a { background-color: #EB1574; }
a { background-color: rgb(235,21,116); }
div.DivClassName
{
background-color: #EB1574;
}
.BgClassName
{
background-color: #EB1574;
}
</style>
border-color css
<style>
span { border-color: #EB1574; }
span { border-color: rgb(235,21,116); }
td.TdClassName
{
border-color: #EB1574;
}
.TagClassName
{
border-color: #EB1574;
}
</style>