Shades of Ruby #E30C6A
Tints of Ruby #E30C6A
RGB
CMYK
RGB Variations
Color information
#E30C6A (or 0xE30C6A) is known color: Ruby. HEX triplet: E3, 0C and 6A. RGB value is (227,12,106). Sum of RGB (Red+Green+Blue) = 227+12+106=345 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.80% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 227 - color contains mainly: red. Hex color #E30C6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30C6A is #1CF395. Grayscale: #565656. Windows color (decimal): -1897366 or 6950115. OLE color: 6950115.
HSL color Cylindrical-coordinate representation of color #E30C6A: hue angle of 333.77º 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 #E30C6A is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 106 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.11 |
| HSL | 333.77º | 0.9% | 0.47% | - |
| HSV(B) | 333.77º | 0.95% | 0.89% | - |
| XYZ | 34.41 | 17.63 | 15.23 | - |
| YUV | 87 | 138.73 | 227.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 106 | 0 | 0.95 | 0.53 | 0.11 | 333.77 | 0.9 | 0.47 |
| Hex | E3 | C | 6A | 0 | 5F | 35 | B | 14E | 5A | 2F |
| Octal | 343 | 14 | 152 | 0 | 137 | 65 | 13 | 516 | 132 | 57 |
| Binary | 11100011 | 1100 | 1101010 | 0 | 1011111 | 110101 | 1011 | 101001110 | 1011010 | 101111 |
Color Harmonies of #E30C6A
Complementary color
Monochromatic Colors of #E30C6A
Black with #E30C6A
Text Example
Text Example
White with #E30C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30C6A; }
p { color: rgb(227,12,106); }
H1.HeaderClassName
{
color: #E30C6A;
}
.AnyTagClassName
{
color: #E30C6A;
}
</style>
background-color css
<style>
a { background-color: #E30C6A; }
a { background-color: rgb(227,12,106); }
div.DivClassName
{
background-color: #E30C6A;
}
.BgClassName
{
background-color: #E30C6A;
}
</style>
border-color css
<style>
span { border-color: #E30C6A; }
span { border-color: rgb(227,12,106); }
td.TdClassName
{
border-color: #E30C6A;
}
.TagClassName
{
border-color: #E30C6A;
}
</style>