Shades of Ruby #E01452
Tints of Ruby #E01452
RGB
CMYK
RGB Variations
Color information
#E01452 (or 0xE01452) is known color: Ruby. HEX triplet: E0, 14 and 52. RGB value is (224,20,82). Sum of RGB (Red+Green+Blue) = 224+20+82=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E01452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01452 is #1FEBAD. Grayscale: #585858. Windows color (decimal): -2091950 or 5379296. OLE color: 5379296.
HSL color Cylindrical-coordinate representation of color #E01452: hue angle of 341.76º 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 #E01452 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 82 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.12 |
| HSL | 341.76º | 0.84% | 0.48% | - |
| HSV(B) | 341.76º | 0.91% | 0.88% | - |
| XYZ | 32.51 | 16.96 | 9.54 | - |
| YUV | 88.06 | 124.59 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 82 | 0 | 0.91 | 0.63 | 0.12 | 341.76 | 0.84 | 0.48 |
| Hex | E0 | 14 | 52 | 0 | 5B | 3F | C | 156 | 54 | 30 |
| Octal | 340 | 24 | 122 | 0 | 133 | 77 | 14 | 526 | 124 | 60 |
| Binary | 11100000 | 10100 | 1010010 | 0 | 1011011 | 111111 | 1100 | 101010110 | 1010100 | 110000 |
Color Harmonies of #E01452
Complementary color
Monochromatic Colors of #E01452
Black with #E01452
Text Example
Text Example
White with #E01452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01452; }
p { color: rgb(224,20,82); }
H1.HeaderClassName
{
color: #E01452;
}
.AnyTagClassName
{
color: #E01452;
}
</style>
background-color css
<style>
a { background-color: #E01452; }
a { background-color: rgb(224,20,82); }
div.DivClassName
{
background-color: #E01452;
}
.BgClassName
{
background-color: #E01452;
}
</style>
border-color css
<style>
span { border-color: #E01452; }
span { border-color: rgb(224,20,82); }
td.TdClassName
{
border-color: #E01452;
}
.TagClassName
{
border-color: #E01452;
}
</style>