Shades of Ruby #E41468
Tints of Ruby #E41468
RGB
CMYK
RGB Variations
Color information
#E41468 (or 0xE41468) is known color: Ruby. HEX triplet: E4, 14 and 68. RGB value is (228,20,104). Sum of RGB (Red+Green+Blue) = 228+20+104=352 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.77% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 228 - color contains mainly: red. Hex color #E41468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41468 is #1BEB97. Grayscale: #5B5B5B. Windows color (decimal): -1829784 or 6821092. OLE color: 6821092.
HSL color Cylindrical-coordinate representation of color #E41468: hue angle of 335.77º 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 #E41468 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 104 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.11 |
| HSL | 335.77º | 0.84% | 0.49% | - |
| HSV(B) | 335.77º | 0.91% | 0.89% | - |
| XYZ | 34.74 | 17.99 | 14.74 | - |
| YUV | 91.77 | 134.91 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 104 | 0 | 0.91 | 0.54 | 0.11 | 335.77 | 0.84 | 0.49 |
| Hex | E4 | 14 | 68 | 0 | 5B | 36 | B | 150 | 54 | 31 |
| Octal | 344 | 24 | 150 | 0 | 133 | 66 | 13 | 520 | 124 | 61 |
| Binary | 11100100 | 10100 | 1101000 | 0 | 1011011 | 110110 | 1011 | 101010000 | 1010100 | 110001 |
Color Harmonies of #E41468
Complementary color
Monochromatic Colors of #E41468
Black with #E41468
Text Example
Text Example
White with #E41468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41468; }
p { color: rgb(228,20,104); }
H1.HeaderClassName
{
color: #E41468;
}
.AnyTagClassName
{
color: #E41468;
}
</style>
background-color css
<style>
a { background-color: #E41468; }
a { background-color: rgb(228,20,104); }
div.DivClassName
{
background-color: #E41468;
}
.BgClassName
{
background-color: #E41468;
}
</style>
border-color css
<style>
span { border-color: #E41468; }
span { border-color: rgb(228,20,104); }
td.TdClassName
{
border-color: #E41468;
}
.TagClassName
{
border-color: #E41468;
}
</style>