Shades of Ruby #E30F74
Tints of Ruby #E30F74
RGB
CMYK
RGB Variations
Color information
#E30F74 (or 0xE30F74) is known color: Ruby. HEX triplet: E3, 0F and 74. RGB value is (227,15,116). Sum of RGB (Red+Green+Blue) = 227+15+116=358 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.41% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30F74 is #1CF08B. Grayscale: #595959. Windows color (decimal): -1896588 or 7606243. OLE color: 7606243.
HSL color Cylindrical-coordinate representation of color #E30F74: hue angle of 331.42º 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 #E30F74 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 116 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.11 |
| HSL | 331.42º | 0.88% | 0.47% | - |
| HSV(B) | 331.42º | 0.93% | 0.89% | - |
| XYZ | 35 | 17.93 | 18.14 | - |
| YUV | 89.9 | 142.74 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 116 | 0 | 0.93 | 0.49 | 0.11 | 331.42 | 0.88 | 0.47 |
| Hex | E3 | F | 74 | 0 | 5D | 31 | B | 14B | 58 | 2F |
| Octal | 343 | 17 | 164 | 0 | 135 | 61 | 13 | 513 | 130 | 57 |
| Binary | 11100011 | 1111 | 1110100 | 0 | 1011101 | 110001 | 1011 | 101001011 | 1011000 | 101111 |
Color Harmonies of #E30F74
Complementary color
Monochromatic Colors of #E30F74
Black with #E30F74
Text Example
Text Example
White with #E30F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30F74; }
p { color: rgb(227,15,116); }
H1.HeaderClassName
{
color: #E30F74;
}
.AnyTagClassName
{
color: #E30F74;
}
</style>
background-color css
<style>
a { background-color: #E30F74; }
a { background-color: rgb(227,15,116); }
div.DivClassName
{
background-color: #E30F74;
}
.BgClassName
{
background-color: #E30F74;
}
</style>
border-color css
<style>
span { border-color: #E30F74; }
span { border-color: rgb(227,15,116); }
td.TdClassName
{
border-color: #E30F74;
}
.TagClassName
{
border-color: #E30F74;
}
</style>