Shades of Ruby #E3097A
Tints of Ruby #E3097A
RGB
CMYK
RGB Variations
Color information
#E3097A (or 0xE3097A) is known color: Ruby. HEX triplet: E3, 09 and 7A. RGB value is (227,9,122). Sum of RGB (Red+Green+Blue) = 227+9+122=358 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.41% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 227 - color contains mainly: red. Hex color #E3097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3097A is #1CF685. Grayscale: #565656. Windows color (decimal): -1898118 or 7997923. OLE color: 7997923.
HSL color Cylindrical-coordinate representation of color #E3097A: hue angle of 328.9º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E3097A is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 9 | 122 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.11 |
| HSL | 328.9º | 0.92% | 0.46% | - |
| HSV(B) | 328.9º | 0.96% | 0.89% | - |
| XYZ | 35.29 | 17.93 | 20.01 | - |
| YUV | 87.06 | 147.72 | 227.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 9 | 122 | 0 | 0.96 | 0.46 | 0.11 | 328.9 | 0.92 | 0.46 |
| Hex | E3 | 9 | 7A | 0 | 60 | 2E | B | 149 | 5C | 2E |
| Octal | 343 | 11 | 172 | 0 | 140 | 56 | 13 | 511 | 134 | 56 |
| Binary | 11100011 | 1001 | 1111010 | 0 | 1100000 | 101110 | 1011 | 101001001 | 1011100 | 101110 |
Color Harmonies of #E3097A
Complementary color
Monochromatic Colors of #E3097A
Black with #E3097A
Text Example
Text Example
White with #E3097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3097A; }
p { color: rgb(227,9,122); }
H1.HeaderClassName
{
color: #E3097A;
}
.AnyTagClassName
{
color: #E3097A;
}
</style>
background-color css
<style>
a { background-color: #E3097A; }
a { background-color: rgb(227,9,122); }
div.DivClassName
{
background-color: #E3097A;
}
.BgClassName
{
background-color: #E3097A;
}
</style>
border-color css
<style>
span { border-color: #E3097A; }
span { border-color: rgb(227,9,122); }
td.TdClassName
{
border-color: #E3097A;
}
.TagClassName
{
border-color: #E3097A;
}
</style>