Shades of Ruby #E4205B
Tints of Ruby #E4205B
RGB
CMYK
RGB Variations
Color information
#E4205B (or 0xE4205B) is known color: Ruby. HEX triplet: E4, 20 and 5B. RGB value is (228,32,91). Sum of RGB (Red+Green+Blue) = 228+32+91=351 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.96% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 228 - color contains mainly: red. Hex color #E4205B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4205B is #1BDFA4. Grayscale: #616161. Windows color (decimal): -1826725 or 5972196. OLE color: 5972196.
HSL color Cylindrical-coordinate representation of color #E4205B: hue angle of 341.94º 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 #E4205B is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 32 | 91 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.11 |
| HSL | 341.94º | 0.78% | 0.51% | - |
| HSV(B) | 341.94º | 0.86% | 0.89% | - |
| XYZ | 34.4 | 18.28 | 11.61 | - |
| YUV | 97.33 | 124.43 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 32 | 91 | 0 | 0.86 | 0.60 | 0.11 | 341.94 | 0.78 | 0.51 |
| Hex | E4 | 20 | 5B | 0 | 56 | 3C | B | 156 | 4E | 33 |
| Octal | 344 | 40 | 133 | 0 | 126 | 74 | 13 | 526 | 116 | 63 |
| Binary | 11100100 | 100000 | 1011011 | 0 | 1010110 | 111100 | 1011 | 101010110 | 1001110 | 110011 |
Color Harmonies of #E4205B
Complementary color
Monochromatic Colors of #E4205B
Black with #E4205B
Text Example
Text Example
White with #E4205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4205B; }
p { color: rgb(228,32,91); }
H1.HeaderClassName
{
color: #E4205B;
}
.AnyTagClassName
{
color: #E4205B;
}
</style>
background-color css
<style>
a { background-color: #E4205B; }
a { background-color: rgb(228,32,91); }
div.DivClassName
{
background-color: #E4205B;
}
.BgClassName
{
background-color: #E4205B;
}
</style>
border-color css
<style>
span { border-color: #E4205B; }
span { border-color: rgb(228,32,91); }
td.TdClassName
{
border-color: #E4205B;
}
.TagClassName
{
border-color: #E4205B;
}
</style>