Shades of Ruby #E41553
Tints of Ruby #E41553
RGB
CMYK
RGB Variations
Color information
#E41553 (or 0xE41553) is known color: Ruby. HEX triplet: E4, 15 and 53. RGB value is (228,21,83). Sum of RGB (Red+Green+Blue) = 228+21+83=332 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.67% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 228 - color contains mainly: red. Hex color #E41553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41553 is #1BEAAC. Grayscale: #595959. Windows color (decimal): -1829549 or 5445092. OLE color: 5445092.
HSL color Cylindrical-coordinate representation of color #E41553: hue angle of 342.03º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E41553 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 83 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.11 |
| HSL | 342.03º | 0.83% | 0.49% | - |
| HSV(B) | 342.03º | 0.91% | 0.89% | - |
| XYZ | 33.82 | 17.65 | 9.81 | - |
| YUV | 89.96 | 124.08 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 83 | 0 | 0.91 | 0.64 | 0.11 | 342.03 | 0.83 | 0.49 |
| Hex | E4 | 15 | 53 | 0 | 5B | 40 | B | 156 | 53 | 31 |
| Octal | 344 | 25 | 123 | 0 | 133 | 100 | 13 | 526 | 123 | 61 |
| Binary | 11100100 | 10101 | 1010011 | 0 | 1011011 | 1000000 | 1011 | 101010110 | 1010011 | 110001 |
Color Harmonies of #E41553
Complementary color
Monochromatic Colors of #E41553
Black with #E41553
Text Example
Text Example
White with #E41553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41553; }
p { color: rgb(228,21,83); }
H1.HeaderClassName
{
color: #E41553;
}
.AnyTagClassName
{
color: #E41553;
}
</style>
background-color css
<style>
a { background-color: #E41553; }
a { background-color: rgb(228,21,83); }
div.DivClassName
{
background-color: #E41553;
}
.BgClassName
{
background-color: #E41553;
}
</style>
border-color css
<style>
span { border-color: #E41553; }
span { border-color: rgb(228,21,83); }
td.TdClassName
{
border-color: #E41553;
}
.TagClassName
{
border-color: #E41553;
}
</style>