Shades of Ruby #E30575
Tints of Ruby #E30575
RGB
CMYK
RGB Variations
Color information
#E30575 (or 0xE30575) is known color: Ruby. HEX triplet: E3, 05 and 75. RGB value is (227,5,117). Sum of RGB (Red+Green+Blue) = 227+5+117=349 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.04% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 227 - color contains mainly: red. Hex color #E30575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30575 is #1CFA8A. Grayscale: #535353. Windows color (decimal): -1899147 or 7669219. OLE color: 7669219.
HSL color Cylindrical-coordinate representation of color #E30575: hue angle of 329.73º degrees, saturation: 0.96, 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 #E30575 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 117 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.11 |
| HSL | 329.73º | 0.96% | 0.45% | - |
| HSV(B) | 329.73º | 0.98% | 0.89% | - |
| XYZ | 34.94 | 17.72 | 18.41 | - |
| YUV | 84.15 | 146.55 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 117 | 0 | 0.98 | 0.48 | 0.11 | 329.73 | 0.96 | 0.45 |
| Hex | E3 | 5 | 75 | 0 | 62 | 30 | B | 14A | 60 | 2D |
| Octal | 343 | 5 | 165 | 0 | 142 | 60 | 13 | 512 | 140 | 55 |
| Binary | 11100011 | 101 | 1110101 | 0 | 1100010 | 110000 | 1011 | 101001010 | 1100000 | 101101 |
Color Harmonies of #E30575
Complementary color
Monochromatic Colors of #E30575
Black with #E30575
Text Example
Text Example
White with #E30575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30575; }
p { color: rgb(227,5,117); }
H1.HeaderClassName
{
color: #E30575;
}
.AnyTagClassName
{
color: #E30575;
}
</style>
background-color css
<style>
a { background-color: #E30575; }
a { background-color: rgb(227,5,117); }
div.DivClassName
{
background-color: #E30575;
}
.BgClassName
{
background-color: #E30575;
}
</style>
border-color css
<style>
span { border-color: #E30575; }
span { border-color: rgb(227,5,117); }
td.TdClassName
{
border-color: #E30575;
}
.TagClassName
{
border-color: #E30575;
}
</style>