Shades of Ruby #E11E5A
Tints of Ruby #E11E5A
RGB
CMYK
RGB Variations
Color information
#E11E5A (or 0xE11E5A) is known color: Ruby. HEX triplet: E1, 1E and 5A. RGB value is (225,30,90). Sum of RGB (Red+Green+Blue) = 225+30+90=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11E5A is #1EE1A5. Grayscale: #5F5F5F. Windows color (decimal): -2023846 or 5906145. OLE color: 5906145.
HSL color Cylindrical-coordinate representation of color #E11E5A: hue angle of 341.54º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11E5A is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 90 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.12 |
| HSL | 341.54º | 0.76% | 0.5% | - |
| HSV(B) | 341.54º | 0.87% | 0.88% | - |
| XYZ | 33.36 | 17.67 | 11.33 | - |
| YUV | 95.15 | 125.1 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 90 | 0 | 0.87 | 0.60 | 0.12 | 341.54 | 0.76 | 0.5 |
| Hex | E1 | 1E | 5A | 0 | 57 | 3C | C | 156 | 4C | 32 |
| Octal | 341 | 36 | 132 | 0 | 127 | 74 | 14 | 526 | 114 | 62 |
| Binary | 11100001 | 11110 | 1011010 | 0 | 1010111 | 111100 | 1100 | 101010110 | 1001100 | 110010 |
Color Harmonies of #E11E5A
Complementary color
Monochromatic Colors of #E11E5A
Black with #E11E5A
Text Example
Text Example
White with #E11E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11E5A; }
p { color: rgb(225,30,90); }
H1.HeaderClassName
{
color: #E11E5A;
}
.AnyTagClassName
{
color: #E11E5A;
}
</style>
background-color css
<style>
a { background-color: #E11E5A; }
a { background-color: rgb(225,30,90); }
div.DivClassName
{
background-color: #E11E5A;
}
.BgClassName
{
background-color: #E11E5A;
}
</style>
border-color css
<style>
span { border-color: #E11E5A; }
span { border-color: rgb(225,30,90); }
td.TdClassName
{
border-color: #E11E5A;
}
.TagClassName
{
border-color: #E11E5A;
}
</style>