Shades of Ruby #E30C64
Tints of Ruby #E30C64
RGB
CMYK
RGB Variations
Color information
#E30C64 (or 0xE30C64) is known color: Ruby. HEX triplet: E3, 0C and 64. RGB value is (227,12,100). Sum of RGB (Red+Green+Blue) = 227+12+100=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E30C64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30C64 is #1CF39B. Grayscale: #565656. Windows color (decimal): -1897372 or 6556899. OLE color: 6556899.
HSL color Cylindrical-coordinate representation of color #E30C64: hue angle of 335.44º 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 #E30C64 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 100 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.11 |
| HSL | 335.44º | 0.9% | 0.47% | - |
| HSV(B) | 335.44º | 0.95% | 0.89% | - |
| XYZ | 34.11 | 17.51 | 13.64 | - |
| YUV | 86.32 | 135.73 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 100 | 0 | 0.95 | 0.56 | 0.11 | 335.44 | 0.9 | 0.47 |
| Hex | E3 | C | 64 | 0 | 5F | 38 | B | 14F | 5A | 2F |
| Octal | 343 | 14 | 144 | 0 | 137 | 70 | 13 | 517 | 132 | 57 |
| Binary | 11100011 | 1100 | 1100100 | 0 | 1011111 | 111000 | 1011 | 101001111 | 1011010 | 101111 |
Color Harmonies of #E30C64
Complementary color
Monochromatic Colors of #E30C64
Black with #E30C64
Text Example
Text Example
White with #E30C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30C64; }
p { color: rgb(227,12,100); }
H1.HeaderClassName
{
color: #E30C64;
}
.AnyTagClassName
{
color: #E30C64;
}
</style>
background-color css
<style>
a { background-color: #E30C64; }
a { background-color: rgb(227,12,100); }
div.DivClassName
{
background-color: #E30C64;
}
.BgClassName
{
background-color: #E30C64;
}
</style>
border-color css
<style>
span { border-color: #E30C64; }
span { border-color: rgb(227,12,100); }
td.TdClassName
{
border-color: #E30C64;
}
.TagClassName
{
border-color: #E30C64;
}
</style>