Shades of Ruby #E30870
Tints of Ruby #E30870
RGB
CMYK
RGB Variations
Color information
#E30870 (or 0xE30870) is known color: Ruby. HEX triplet: E3, 08 and 70. RGB value is (227,8,112). Sum of RGB (Red+Green+Blue) = 227+8+112=347 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.42% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 227 - color contains mainly: red. Hex color #E30870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30870 is #1CF78F. Grayscale: #555555. Windows color (decimal): -1898384 or 7342307. OLE color: 7342307.
HSL color Cylindrical-coordinate representation of color #E30870: hue angle of 331.51º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30870 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 112 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.11 |
| HSL | 331.51º | 0.93% | 0.46% | - |
| HSV(B) | 331.51º | 0.96% | 0.89% | - |
| XYZ | 34.69 | 17.67 | 16.91 | - |
| YUV | 85.34 | 143.05 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 112 | 0 | 0.96 | 0.51 | 0.11 | 331.51 | 0.93 | 0.46 |
| Hex | E3 | 8 | 70 | 0 | 60 | 33 | B | 14C | 5D | 2E |
| Octal | 343 | 10 | 160 | 0 | 140 | 63 | 13 | 514 | 135 | 56 |
| Binary | 11100011 | 1000 | 1110000 | 0 | 1100000 | 110011 | 1011 | 101001100 | 1011101 | 101110 |
Color Harmonies of #E30870
Complementary color
Monochromatic Colors of #E30870
Black with #E30870
Text Example
Text Example
White with #E30870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30870; }
p { color: rgb(227,8,112); }
H1.HeaderClassName
{
color: #E30870;
}
.AnyTagClassName
{
color: #E30870;
}
</style>
background-color css
<style>
a { background-color: #E30870; }
a { background-color: rgb(227,8,112); }
div.DivClassName
{
background-color: #E30870;
}
.BgClassName
{
background-color: #E30870;
}
</style>
border-color css
<style>
span { border-color: #E30870; }
span { border-color: rgb(227,8,112); }
td.TdClassName
{
border-color: #E30870;
}
.TagClassName
{
border-color: #E30870;
}
</style>