Shades of Ruby #E30F79
Tints of Ruby #E30F79
RGB
CMYK
RGB Variations
Color information
#E30F79 (or 0xE30F79) is known color: Ruby. HEX triplet: E3, 0F and 79. RGB value is (227,15,121). Sum of RGB (Red+Green+Blue) = 227+15+121=363 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.53% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30F79 is #1CF086. Grayscale: #5A5A5A. Windows color (decimal): -1896583 or 7933923. OLE color: 7933923.
HSL color Cylindrical-coordinate representation of color #E30F79: hue angle of 330º 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 #E30F79 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 121 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.11 |
| HSL | 330º | 0.88% | 0.47% | - |
| HSV(B) | 330º | 0.93% | 0.89% | - |
| XYZ | 35.3 | 18.05 | 19.71 | - |
| YUV | 90.47 | 145.24 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 121 | 0 | 0.93 | 0.47 | 0.11 | 330 | 0.88 | 0.47 |
| Hex | E3 | F | 79 | 0 | 5D | 2F | B | 14A | 58 | 2F |
| Octal | 343 | 17 | 171 | 0 | 135 | 57 | 13 | 512 | 130 | 57 |
| Binary | 11100011 | 1111 | 1111001 | 0 | 1011101 | 101111 | 1011 | 101001010 | 1011000 | 101111 |
Color Harmonies of #E30F79
Complementary color
Monochromatic Colors of #E30F79
Black with #E30F79
Text Example
Text Example
White with #E30F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30F79; }
p { color: rgb(227,15,121); }
H1.HeaderClassName
{
color: #E30F79;
}
.AnyTagClassName
{
color: #E30F79;
}
</style>
background-color css
<style>
a { background-color: #E30F79; }
a { background-color: rgb(227,15,121); }
div.DivClassName
{
background-color: #E30F79;
}
.BgClassName
{
background-color: #E30F79;
}
</style>
border-color css
<style>
span { border-color: #E30F79; }
span { border-color: rgb(227,15,121); }
td.TdClassName
{
border-color: #E30F79;
}
.TagClassName
{
border-color: #E30F79;
}
</style>