Shades of Ruby #E30479
Tints of Ruby #E30479
RGB
CMYK
RGB Variations
Color information
#E30479 (or 0xE30479) is known color: Ruby. HEX triplet: E3, 04 and 79. RGB value is (227,4,121). Sum of RGB (Red+Green+Blue) = 227+4+121=352 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.49% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 227 - color contains mainly: red. Hex color #E30479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30479 is #1CFB86. Grayscale: #535353. Windows color (decimal): -1899399 or 7931107. OLE color: 7931107.
HSL color Cylindrical-coordinate representation of color #E30479: hue angle of 328.52º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E30479 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 4 | 121 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.11 |
| HSL | 328.52º | 0.97% | 0.45% | - |
| HSV(B) | 328.52º | 0.98% | 0.89% | - |
| XYZ | 35.17 | 17.8 | 19.67 | - |
| YUV | 84.02 | 148.88 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 4 | 121 | 0 | 0.98 | 0.47 | 0.11 | 328.52 | 0.97 | 0.45 |
| Hex | E3 | 4 | 79 | 0 | 62 | 2F | B | 149 | 61 | 2D |
| Octal | 343 | 4 | 171 | 0 | 142 | 57 | 13 | 511 | 141 | 55 |
| Binary | 11100011 | 100 | 1111001 | 0 | 1100010 | 101111 | 1011 | 101001001 | 1100001 | 101101 |
Color Harmonies of #E30479
Complementary color
Monochromatic Colors of #E30479
Black with #E30479
Text Example
Text Example
White with #E30479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30479; }
p { color: rgb(227,4,121); }
H1.HeaderClassName
{
color: #E30479;
}
.AnyTagClassName
{
color: #E30479;
}
</style>
background-color css
<style>
a { background-color: #E30479; }
a { background-color: rgb(227,4,121); }
div.DivClassName
{
background-color: #E30479;
}
.BgClassName
{
background-color: #E30479;
}
</style>
border-color css
<style>
span { border-color: #E30479; }
span { border-color: rgb(227,4,121); }
td.TdClassName
{
border-color: #E30479;
}
.TagClassName
{
border-color: #E30479;
}
</style>