Shades of Ruby #E40A7A
Tints of Ruby #E40A7A
RGB
CMYK
RGB Variations
Color information
#E40A7A (or 0xE40A7A) is known color: Ruby. HEX triplet: E4, 0A and 7A. RGB value is (228,10,122). Sum of RGB (Red+Green+Blue) = 228+10+122=360 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.33% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 228 - color contains mainly: red. Hex color #E40A7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40A7A is #1BF585. Grayscale: #575757. Windows color (decimal): -1832326 or 7998180. OLE color: 7998180.
HSL color Cylindrical-coordinate representation of color #E40A7A: hue angle of 329.17º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40A7A is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 10 | 122 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.11 |
| HSL | 329.17º | 0.92% | 0.47% | - |
| HSV(B) | 329.17º | 0.96% | 0.89% | - |
| XYZ | 35.62 | 18.12 | 20.03 | - |
| YUV | 87.95 | 147.22 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 10 | 122 | 0 | 0.96 | 0.46 | 0.11 | 329.17 | 0.92 | 0.47 |
| Hex | E4 | A | 7A | 0 | 60 | 2E | B | 149 | 5C | 2F |
| Octal | 344 | 12 | 172 | 0 | 140 | 56 | 13 | 511 | 134 | 57 |
| Binary | 11100100 | 1010 | 1111010 | 0 | 1100000 | 101110 | 1011 | 101001001 | 1011100 | 101111 |
Color Harmonies of #E40A7A
Complementary color
Monochromatic Colors of #E40A7A
Black with #E40A7A
Text Example
Text Example
White with #E40A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40A7A; }
p { color: rgb(228,10,122); }
H1.HeaderClassName
{
color: #E40A7A;
}
.AnyTagClassName
{
color: #E40A7A;
}
</style>
background-color css
<style>
a { background-color: #E40A7A; }
a { background-color: rgb(228,10,122); }
div.DivClassName
{
background-color: #E40A7A;
}
.BgClassName
{
background-color: #E40A7A;
}
</style>
border-color css
<style>
span { border-color: #E40A7A; }
span { border-color: rgb(228,10,122); }
td.TdClassName
{
border-color: #E40A7A;
}
.TagClassName
{
border-color: #E40A7A;
}
</style>