Shades of Ruby #E30F75
Tints of Ruby #E30F75
RGB
CMYK
RGB Variations
Color information
#E30F75 (or 0xE30F75) is known color: Ruby. HEX triplet: E3, 0F and 75. RGB value is (227,15,117). Sum of RGB (Red+Green+Blue) = 227+15+117=359 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.23% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30F75 is #1CF08A. Grayscale: #595959. Windows color (decimal): -1896587 or 7671779. OLE color: 7671779.
HSL color Cylindrical-coordinate representation of color #E30F75: hue angle of 331.13º 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 #E30F75 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 117 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.11 |
| HSL | 331.13º | 0.88% | 0.47% | - |
| HSV(B) | 331.13º | 0.93% | 0.89% | - |
| XYZ | 35.06 | 17.96 | 18.45 | - |
| YUV | 90.02 | 143.24 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 117 | 0 | 0.93 | 0.48 | 0.11 | 331.13 | 0.88 | 0.47 |
| Hex | E3 | F | 75 | 0 | 5D | 30 | B | 14B | 58 | 2F |
| Octal | 343 | 17 | 165 | 0 | 135 | 60 | 13 | 513 | 130 | 57 |
| Binary | 11100011 | 1111 | 1110101 | 0 | 1011101 | 110000 | 1011 | 101001011 | 1011000 | 101111 |
Color Harmonies of #E30F75
Complementary color
Monochromatic Colors of #E30F75
Black with #E30F75
Text Example
Text Example
White with #E30F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30F75; }
p { color: rgb(227,15,117); }
H1.HeaderClassName
{
color: #E30F75;
}
.AnyTagClassName
{
color: #E30F75;
}
</style>
background-color css
<style>
a { background-color: #E30F75; }
a { background-color: rgb(227,15,117); }
div.DivClassName
{
background-color: #E30F75;
}
.BgClassName
{
background-color: #E30F75;
}
</style>
border-color css
<style>
span { border-color: #E30F75; }
span { border-color: rgb(227,15,117); }
td.TdClassName
{
border-color: #E30F75;
}
.TagClassName
{
border-color: #E30F75;
}
</style>