Shades of Ruby #E30C70
Tints of Ruby #E30C70
RGB
CMYK
RGB Variations
Color information
#E30C70 (or 0xE30C70) is known color: Ruby. HEX triplet: E3, 0C and 70. RGB value is (227,12,112). Sum of RGB (Red+Green+Blue) = 227+12+112=351 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.67% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 227 - color contains mainly: red. Hex color #E30C70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30C70 is #1CF38F. Grayscale: #575757. Windows color (decimal): -1897360 or 7343331. OLE color: 7343331.
HSL color Cylindrical-coordinate representation of color #E30C70: hue angle of 332.09º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30C70 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 112 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.11 |
| HSL | 332.09º | 0.9% | 0.47% | - |
| HSV(B) | 332.09º | 0.95% | 0.89% | - |
| XYZ | 34.73 | 17.76 | 16.93 | - |
| YUV | 87.69 | 141.73 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 112 | 0 | 0.95 | 0.51 | 0.11 | 332.09 | 0.9 | 0.47 |
| Hex | E3 | C | 70 | 0 | 5F | 33 | B | 14C | 5A | 2F |
| Octal | 343 | 14 | 160 | 0 | 137 | 63 | 13 | 514 | 132 | 57 |
| Binary | 11100011 | 1100 | 1110000 | 0 | 1011111 | 110011 | 1011 | 101001100 | 1011010 | 101111 |
Color Harmonies of #E30C70
Complementary color
Monochromatic Colors of #E30C70
Black with #E30C70
Text Example
Text Example
White with #E30C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30C70; }
p { color: rgb(227,12,112); }
H1.HeaderClassName
{
color: #E30C70;
}
.AnyTagClassName
{
color: #E30C70;
}
</style>
background-color css
<style>
a { background-color: #E30C70; }
a { background-color: rgb(227,12,112); }
div.DivClassName
{
background-color: #E30C70;
}
.BgClassName
{
background-color: #E30C70;
}
</style>
border-color css
<style>
span { border-color: #E30C70; }
span { border-color: rgb(227,12,112); }
td.TdClassName
{
border-color: #E30C70;
}
.TagClassName
{
border-color: #E30C70;
}
</style>