Shades of Ruby #E4205E
Tints of Ruby #E4205E
RGB
CMYK
RGB Variations
Color information
#E4205E (or 0xE4205E) is known color: Ruby. HEX triplet: E4, 20 and 5E. RGB value is (228,32,94). Sum of RGB (Red+Green+Blue) = 228+32+94=354 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.41% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 228 - color contains mainly: red. Hex color #E4205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4205E is #1BDFA1. Grayscale: #616161. Windows color (decimal): -1826722 or 6168804. OLE color: 6168804.
HSL color Cylindrical-coordinate representation of color #E4205E: hue angle of 341.02º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E4205E is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 32 | 94 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.11 |
| HSL | 341.02º | 0.78% | 0.51% | - |
| HSV(B) | 341.02º | 0.86% | 0.89% | - |
| XYZ | 34.53 | 18.34 | 12.31 | - |
| YUV | 97.67 | 125.93 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 32 | 94 | 0 | 0.86 | 0.59 | 0.11 | 341.02 | 0.78 | 0.51 |
| Hex | E4 | 20 | 5E | 0 | 56 | 3B | B | 155 | 4E | 33 |
| Octal | 344 | 40 | 136 | 0 | 126 | 73 | 13 | 525 | 116 | 63 |
| Binary | 11100100 | 100000 | 1011110 | 0 | 1010110 | 111011 | 1011 | 101010101 | 1001110 | 110011 |
Color Harmonies of #E4205E
Complementary color
Monochromatic Colors of #E4205E
Black with #E4205E
Text Example
Text Example
White with #E4205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4205E; }
p { color: rgb(228,32,94); }
H1.HeaderClassName
{
color: #E4205E;
}
.AnyTagClassName
{
color: #E4205E;
}
</style>
background-color css
<style>
a { background-color: #E4205E; }
a { background-color: rgb(228,32,94); }
div.DivClassName
{
background-color: #E4205E;
}
.BgClassName
{
background-color: #E4205E;
}
</style>
border-color css
<style>
span { border-color: #E4205E; }
span { border-color: rgb(228,32,94); }
td.TdClassName
{
border-color: #E4205E;
}
.TagClassName
{
border-color: #E4205E;
}
</style>