Shades of Ruby #E1147A
Tints of Ruby #E1147A
RGB
CMYK
RGB Variations
Color information
#E1147A (or 0xE1147A) is known color: Ruby. HEX triplet: E1, 14 and 7A. RGB value is (225,20,122). Sum of RGB (Red+Green+Blue) = 225+20+122=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E1147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1147A is #1EEB85. Grayscale: #5C5C5C. Windows color (decimal): -2026374 or 8000737. OLE color: 8000737.
HSL color Cylindrical-coordinate representation of color #E1147A: hue angle of 330.15º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1147A is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 122 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.12 |
| HSL | 330.15º | 0.84% | 0.48% | - |
| HSV(B) | 330.15º | 0.91% | 0.88% | - |
| XYZ | 34.81 | 17.91 | 20.03 | - |
| YUV | 92.92 | 144.42 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 122 | 0 | 0.91 | 0.46 | 0.12 | 330.15 | 0.84 | 0.48 |
| Hex | E1 | 14 | 7A | 0 | 5B | 2E | C | 14A | 54 | 30 |
| Octal | 341 | 24 | 172 | 0 | 133 | 56 | 14 | 512 | 124 | 60 |
| Binary | 11100001 | 10100 | 1111010 | 0 | 1011011 | 101110 | 1100 | 101001010 | 1010100 | 110000 |
Color Harmonies of #E1147A
Complementary color
Monochromatic Colors of #E1147A
Black with #E1147A
Text Example
Text Example
White with #E1147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1147A; }
p { color: rgb(225,20,122); }
H1.HeaderClassName
{
color: #E1147A;
}
.AnyTagClassName
{
color: #E1147A;
}
</style>
background-color css
<style>
a { background-color: #E1147A; }
a { background-color: rgb(225,20,122); }
div.DivClassName
{
background-color: #E1147A;
}
.BgClassName
{
background-color: #E1147A;
}
</style>
border-color css
<style>
span { border-color: #E1147A; }
span { border-color: rgb(225,20,122); }
td.TdClassName
{
border-color: #E1147A;
}
.TagClassName
{
border-color: #E1147A;
}
</style>