Shades of Ruby #E30D63
Tints of Ruby #E30D63
RGB
CMYK
RGB Variations
Color information
#E30D63 (or 0xE30D63) is known color: Ruby. HEX triplet: E3, 0D and 63. RGB value is (227,13,99). Sum of RGB (Red+Green+Blue) = 227+13+99=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30D63 is #1CF29C. Grayscale: #565656. Windows color (decimal): -1897117 or 6491619. OLE color: 6491619.
HSL color Cylindrical-coordinate representation of color #E30D63: hue angle of 335.89º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30D63 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 99 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.11 |
| HSL | 335.89º | 0.89% | 0.47% | - |
| HSV(B) | 335.89º | 0.94% | 0.89% | - |
| XYZ | 34.07 | 17.52 | 13.39 | - |
| YUV | 86.79 | 134.9 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 99 | 0 | 0.94 | 0.56 | 0.11 | 335.89 | 0.89 | 0.47 |
| Hex | E3 | D | 63 | 0 | 5E | 38 | B | 150 | 59 | 2F |
| Octal | 343 | 15 | 143 | 0 | 136 | 70 | 13 | 520 | 131 | 57 |
| Binary | 11100011 | 1101 | 1100011 | 0 | 1011110 | 111000 | 1011 | 101010000 | 1011001 | 101111 |
Color Harmonies of #E30D63
Complementary color
Monochromatic Colors of #E30D63
Black with #E30D63
Text Example
Text Example
White with #E30D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30D63; }
p { color: rgb(227,13,99); }
H1.HeaderClassName
{
color: #E30D63;
}
.AnyTagClassName
{
color: #E30D63;
}
</style>
background-color css
<style>
a { background-color: #E30D63; }
a { background-color: rgb(227,13,99); }
div.DivClassName
{
background-color: #E30D63;
}
.BgClassName
{
background-color: #E30D63;
}
</style>
border-color css
<style>
span { border-color: #E30D63; }
span { border-color: rgb(227,13,99); }
td.TdClassName
{
border-color: #E30D63;
}
.TagClassName
{
border-color: #E30D63;
}
</style>