Shades of Ruby #E3037A
Tints of Ruby #E3037A
RGB
CMYK
RGB Variations
Color information
#E3037A (or 0xE3037A) is known color: Ruby. HEX triplet: E3, 03 and 7A. RGB value is (227,3,122). Sum of RGB (Red+Green+Blue) = 227+3+122=352 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.49% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 227 - color contains mainly: red. Hex color #E3037A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3037A is #1CFC85. Grayscale: #535353. Windows color (decimal): -1899654 or 7996387. OLE color: 7996387.
HSL color Cylindrical-coordinate representation of color #E3037A: hue angle of 328.12º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E3037A is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 122 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.11 |
| HSL | 328.13º | 0.97% | 0.45% | - |
| HSV(B) | 328.13º | 0.99% | 0.89% | - |
| XYZ | 35.22 | 17.8 | 19.99 | - |
| YUV | 83.54 | 149.71 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 122 | 0 | 0.99 | 0.46 | 0.11 | 328.13 | 0.97 | 0.45 |
| Hex | E3 | 3 | 7A | 0 | 63 | 2E | B | 148 | 61 | 2D |
| Octal | 343 | 3 | 172 | 0 | 143 | 56 | 13 | 510 | 141 | 55 |
| Binary | 11100011 | 11 | 1111010 | 0 | 1100011 | 101110 | 1011 | 101001000 | 1100001 | 101101 |
Color Harmonies of #E3037A
Complementary color
Monochromatic Colors of #E3037A
Black with #E3037A
Text Example
Text Example
White with #E3037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3037A; }
p { color: rgb(227,3,122); }
H1.HeaderClassName
{
color: #E3037A;
}
.AnyTagClassName
{
color: #E3037A;
}
</style>
background-color css
<style>
a { background-color: #E3037A; }
a { background-color: rgb(227,3,122); }
div.DivClassName
{
background-color: #E3037A;
}
.BgClassName
{
background-color: #E3037A;
}
</style>
border-color css
<style>
span { border-color: #E3037A; }
span { border-color: rgb(227,3,122); }
td.TdClassName
{
border-color: #E3037A;
}
.TagClassName
{
border-color: #E3037A;
}
</style>