Shades of Ruby #E30F61
Tints of Ruby #E30F61
RGB
CMYK
RGB Variations
Color information
#E30F61 (or 0xE30F61) is known color: Ruby. HEX triplet: E3, 0F and 61. RGB value is (227,15,97). Sum of RGB (Red+Green+Blue) = 227+15+97=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30F61 is #1CF09E. Grayscale: #575757. Windows color (decimal): -1896607 or 6361059. OLE color: 6361059.
HSL color Cylindrical-coordinate representation of color #E30F61: hue angle of 336.79º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E30F61 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 97 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.11 |
| HSL | 336.79º | 0.88% | 0.47% | - |
| HSV(B) | 336.79º | 0.93% | 0.89% | - |
| XYZ | 34.01 | 17.54 | 12.9 | - |
| YUV | 87.74 | 133.24 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 97 | 0 | 0.93 | 0.57 | 0.11 | 336.79 | 0.88 | 0.47 |
| Hex | E3 | F | 61 | 0 | 5D | 39 | B | 151 | 58 | 2F |
| Octal | 343 | 17 | 141 | 0 | 135 | 71 | 13 | 521 | 130 | 57 |
| Binary | 11100011 | 1111 | 1100001 | 0 | 1011101 | 111001 | 1011 | 101010001 | 1011000 | 101111 |
Color Harmonies of #E30F61
Complementary color
Monochromatic Colors of #E30F61
Black with #E30F61
Text Example
Text Example
White with #E30F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30F61; }
p { color: rgb(227,15,97); }
H1.HeaderClassName
{
color: #E30F61;
}
.AnyTagClassName
{
color: #E30F61;
}
</style>
background-color css
<style>
a { background-color: #E30F61; }
a { background-color: rgb(227,15,97); }
div.DivClassName
{
background-color: #E30F61;
}
.BgClassName
{
background-color: #E30F61;
}
</style>
border-color css
<style>
span { border-color: #E30F61; }
span { border-color: rgb(227,15,97); }
td.TdClassName
{
border-color: #E30F61;
}
.TagClassName
{
border-color: #E30F61;
}
</style>