Shades of Ruby #E30571
Tints of Ruby #E30571
RGB
CMYK
RGB Variations
Color information
#E30571 (or 0xE30571) is known color: Ruby. HEX triplet: E3, 05 and 71. RGB value is (227,5,113). Sum of RGB (Red+Green+Blue) = 227+5+113=345 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.80% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 227 - color contains mainly: red. Hex color #E30571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30571 is #1CFA8E. Grayscale: #535353. Windows color (decimal): -1899151 or 7407075. OLE color: 7407075.
HSL color Cylindrical-coordinate representation of color #E30571: hue angle of 330.81º 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 #E30571 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 113 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.11 |
| HSL | 330.81º | 0.96% | 0.45% | - |
| HSV(B) | 330.81º | 0.98% | 0.89% | - |
| XYZ | 34.71 | 17.63 | 17.2 | - |
| YUV | 83.69 | 144.55 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 113 | 0 | 0.98 | 0.50 | 0.11 | 330.81 | 0.96 | 0.45 |
| Hex | E3 | 5 | 71 | 0 | 62 | 32 | B | 14B | 60 | 2D |
| Octal | 343 | 5 | 161 | 0 | 142 | 62 | 13 | 513 | 140 | 55 |
| Binary | 11100011 | 101 | 1110001 | 0 | 1100010 | 110010 | 1011 | 101001011 | 1100000 | 101101 |
Color Harmonies of #E30571
Complementary color
Monochromatic Colors of #E30571
Black with #E30571
Text Example
Text Example
White with #E30571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30571; }
p { color: rgb(227,5,113); }
H1.HeaderClassName
{
color: #E30571;
}
.AnyTagClassName
{
color: #E30571;
}
</style>
background-color css
<style>
a { background-color: #E30571; }
a { background-color: rgb(227,5,113); }
div.DivClassName
{
background-color: #E30571;
}
.BgClassName
{
background-color: #E30571;
}
</style>
border-color css
<style>
span { border-color: #E30571; }
span { border-color: rgb(227,5,113); }
td.TdClassName
{
border-color: #E30571;
}
.TagClassName
{
border-color: #E30571;
}
</style>