Shades of Ruby #E40972
Tints of Ruby #E40972
RGB
CMYK
RGB Variations
Color information
#E40972 (or 0xE40972) is known color: Ruby. HEX triplet: E4, 09 and 72. RGB value is (228,9,114). Sum of RGB (Red+Green+Blue) = 228+9+114=351 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.96% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 228 - color contains mainly: red. Hex color #E40972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40972 is #1BF68D. Grayscale: #565656. Windows color (decimal): -1832590 or 7473636. OLE color: 7473636.
HSL color Cylindrical-coordinate representation of color #E40972: hue angle of 331.23º 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 #E40972 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 114 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.11 |
| HSL | 331.23º | 0.92% | 0.46% | - |
| HSV(B) | 331.23º | 0.96% | 0.89% | - |
| XYZ | 35.13 | 17.9 | 17.52 | - |
| YUV | 86.45 | 143.55 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 114 | 0 | 0.96 | 0.50 | 0.11 | 331.23 | 0.92 | 0.46 |
| Hex | E4 | 9 | 72 | 0 | 60 | 32 | B | 14B | 5C | 2E |
| Octal | 344 | 11 | 162 | 0 | 140 | 62 | 13 | 513 | 134 | 56 |
| Binary | 11100100 | 1001 | 1110010 | 0 | 1100000 | 110010 | 1011 | 101001011 | 1011100 | 101110 |
Color Harmonies of #E40972
Complementary color
Monochromatic Colors of #E40972
Black with #E40972
Text Example
Text Example
White with #E40972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40972; }
p { color: rgb(228,9,114); }
H1.HeaderClassName
{
color: #E40972;
}
.AnyTagClassName
{
color: #E40972;
}
</style>
background-color css
<style>
a { background-color: #E40972; }
a { background-color: rgb(228,9,114); }
div.DivClassName
{
background-color: #E40972;
}
.BgClassName
{
background-color: #E40972;
}
</style>
border-color css
<style>
span { border-color: #E40972; }
span { border-color: rgb(228,9,114); }
td.TdClassName
{
border-color: #E40972;
}
.TagClassName
{
border-color: #E40972;
}
</style>