Shades of Ruby #E41769
Tints of Ruby #E41769
RGB
CMYK
RGB Variations
Color information
#E41769 (or 0xE41769) is known color: Ruby. HEX triplet: E4, 17 and 69. RGB value is (228,23,105). Sum of RGB (Red+Green+Blue) = 228+23+105=356 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.04% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 228 - color contains mainly: red. Hex color #E41769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41769 is #1BE896. Grayscale: #5D5D5D. Windows color (decimal): -1829015 or 6887396. OLE color: 6887396.
HSL color Cylindrical-coordinate representation of color #E41769: hue angle of 336º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E41769 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 23 | 105 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.11 |
| HSL | 336º | 0.82% | 0.49% | - |
| HSV(B) | 336º | 0.9% | 0.89% | - |
| XYZ | 34.85 | 18.13 | 15.03 | - |
| YUV | 93.64 | 134.42 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 23 | 105 | 0 | 0.90 | 0.54 | 0.11 | 336 | 0.82 | 0.49 |
| Hex | E4 | 17 | 69 | 0 | 5A | 36 | B | 150 | 52 | 31 |
| Octal | 344 | 27 | 151 | 0 | 132 | 66 | 13 | 520 | 122 | 61 |
| Binary | 11100100 | 10111 | 1101001 | 0 | 1011010 | 110110 | 1011 | 101010000 | 1010010 | 110001 |
Color Harmonies of #E41769
Complementary color
Monochromatic Colors of #E41769
Black with #E41769
Text Example
Text Example
White with #E41769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41769; }
p { color: rgb(228,23,105); }
H1.HeaderClassName
{
color: #E41769;
}
.AnyTagClassName
{
color: #E41769;
}
</style>
background-color css
<style>
a { background-color: #E41769; }
a { background-color: rgb(228,23,105); }
div.DivClassName
{
background-color: #E41769;
}
.BgClassName
{
background-color: #E41769;
}
</style>
border-color css
<style>
span { border-color: #E41769; }
span { border-color: rgb(228,23,105); }
td.TdClassName
{
border-color: #E41769;
}
.TagClassName
{
border-color: #E41769;
}
</style>