Shades of Ruby #E61B72
Tints of Ruby #E61B72
RGB
CMYK
RGB Variations
Color information
#E61B72 (or 0xE61B72) is known color: Ruby. HEX triplet: E6, 1B and 72. RGB value is (230,27,114). Sum of RGB (Red+Green+Blue) = 230+27+114=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E61B72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61B72 is #19E48D. Grayscale: #616161. Windows color (decimal): -1696910 or 7478246. OLE color: 7478246.
HSL color Cylindrical-coordinate representation of color #E61B72: hue angle of 334.29º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61B72 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 114 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.10 |
| HSL | 334.29º | 0.8% | 0.5% | - |
| HSV(B) | 334.29º | 0.88% | 0.9% | - |
| XYZ | 36.06 | 18.82 | 17.65 | - |
| YUV | 97.62 | 137.25 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 114 | 0 | 0.88 | 0.50 | 0.10 | 334.29 | 0.8 | 0.5 |
| Hex | E6 | 1B | 72 | 0 | 58 | 32 | A | 14E | 50 | 32 |
| Octal | 346 | 33 | 162 | 0 | 130 | 62 | 12 | 516 | 120 | 62 |
| Binary | 11100110 | 11011 | 1110010 | 0 | 1011000 | 110010 | 1010 | 101001110 | 1010000 | 110010 |
Color Harmonies of #E61B72
Complementary color
Monochromatic Colors of #E61B72
Black with #E61B72
Text Example
Text Example
White with #E61B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61B72; }
p { color: rgb(230,27,114); }
H1.HeaderClassName
{
color: #E61B72;
}
.AnyTagClassName
{
color: #E61B72;
}
</style>
background-color css
<style>
a { background-color: #E61B72; }
a { background-color: rgb(230,27,114); }
div.DivClassName
{
background-color: #E61B72;
}
.BgClassName
{
background-color: #E61B72;
}
</style>
border-color css
<style>
span { border-color: #E61B72; }
span { border-color: rgb(230,27,114); }
td.TdClassName
{
border-color: #E61B72;
}
.TagClassName
{
border-color: #E61B72;
}
</style>