Shades of Ruby #E11452
Tints of Ruby #E11452
RGB
CMYK
RGB Variations
Color information
#E11452 (or 0xE11452) is known color: Ruby. HEX triplet: E1, 14 and 52. RGB value is (225,20,82). Sum of RGB (Red+Green+Blue) = 225+20+82=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E11452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11452 is #1EEBAD. Grayscale: #585858. Windows color (decimal): -2026414 or 5379297. OLE color: 5379297.
HSL color Cylindrical-coordinate representation of color #E11452: hue angle of 341.85º 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 #E11452 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 82 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.12 |
| HSL | 341.85º | 0.84% | 0.48% | - |
| HSV(B) | 341.85º | 0.91% | 0.88% | - |
| XYZ | 32.82 | 17.12 | 9.56 | - |
| YUV | 88.36 | 124.42 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 82 | 0 | 0.91 | 0.64 | 0.12 | 341.85 | 0.84 | 0.48 |
| Hex | E1 | 14 | 52 | 0 | 5B | 40 | C | 156 | 54 | 30 |
| Octal | 341 | 24 | 122 | 0 | 133 | 100 | 14 | 526 | 124 | 60 |
| Binary | 11100001 | 10100 | 1010010 | 0 | 1011011 | 1000000 | 1100 | 101010110 | 1010100 | 110000 |
Color Harmonies of #E11452
Complementary color
Monochromatic Colors of #E11452
Black with #E11452
Text Example
Text Example
White with #E11452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11452; }
p { color: rgb(225,20,82); }
H1.HeaderClassName
{
color: #E11452;
}
.AnyTagClassName
{
color: #E11452;
}
</style>
background-color css
<style>
a { background-color: #E11452; }
a { background-color: rgb(225,20,82); }
div.DivClassName
{
background-color: #E11452;
}
.BgClassName
{
background-color: #E11452;
}
</style>
border-color css
<style>
span { border-color: #E11452; }
span { border-color: rgb(225,20,82); }
td.TdClassName
{
border-color: #E11452;
}
.TagClassName
{
border-color: #E11452;
}
</style>