Shades of Ruby #E41465
Tints of Ruby #E41465
RGB
CMYK
RGB Variations
Color information
#E41465 (or 0xE41465) is known color: Ruby. HEX triplet: E4, 14 and 65. RGB value is (228,20,101). Sum of RGB (Red+Green+Blue) = 228+20+101=349 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.33% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 228 - color contains mainly: red. Hex color #E41465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41465 is #1BEB9A. Grayscale: #5B5B5B. Windows color (decimal): -1829787 or 6624484. OLE color: 6624484.
HSL color Cylindrical-coordinate representation of color #E41465: hue angle of 336.63º degrees, saturation: 0.84, 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 #E41465 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 101 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.11 |
| HSL | 336.63º | 0.84% | 0.49% | - |
| HSV(B) | 336.63º | 0.91% | 0.89% | - |
| XYZ | 34.59 | 17.93 | 13.95 | - |
| YUV | 91.43 | 133.41 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 101 | 0 | 0.91 | 0.56 | 0.11 | 336.63 | 0.84 | 0.49 |
| Hex | E4 | 14 | 65 | 0 | 5B | 38 | B | 151 | 54 | 31 |
| Octal | 344 | 24 | 145 | 0 | 133 | 70 | 13 | 521 | 124 | 61 |
| Binary | 11100100 | 10100 | 1100101 | 0 | 1011011 | 111000 | 1011 | 101010001 | 1010100 | 110001 |
Color Harmonies of #E41465
Complementary color
Monochromatic Colors of #E41465
Black with #E41465
Text Example
Text Example
White with #E41465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41465; }
p { color: rgb(228,20,101); }
H1.HeaderClassName
{
color: #E41465;
}
.AnyTagClassName
{
color: #E41465;
}
</style>
background-color css
<style>
a { background-color: #E41465; }
a { background-color: rgb(228,20,101); }
div.DivClassName
{
background-color: #E41465;
}
.BgClassName
{
background-color: #E41465;
}
</style>
border-color css
<style>
span { border-color: #E41465; }
span { border-color: rgb(228,20,101); }
td.TdClassName
{
border-color: #E41465;
}
.TagClassName
{
border-color: #E41465;
}
</style>