Shades of Ruby #E81A55
Tints of Ruby #E81A55
RGB
CMYK
RGB Variations
Color information
#E81A55 (or 0xE81A55) is known color: Ruby. HEX triplet: E8, 1A and 55. RGB value is (232,26,85). Sum of RGB (Red+Green+Blue) = 232+26+85=343 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.64% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81A55 is #17E5AA. Grayscale: #5E5E5E. Windows color (decimal): -1566123 or 5577448. OLE color: 5577448.
HSL color Cylindrical-coordinate representation of color #E81A55: hue angle of 342.82º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81A55 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 85 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.09 |
| HSL | 342.82º | 0.82% | 0.51% | - |
| HSV(B) | 342.82º | 0.89% | 0.91% | - |
| XYZ | 35.29 | 18.55 | 10.32 | - |
| YUV | 94.32 | 122.75 | 226.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 85 | 0 | 0.89 | 0.63 | 0.09 | 342.82 | 0.82 | 0.51 |
| Hex | E8 | 1A | 55 | 0 | 59 | 3F | 9 | 157 | 52 | 33 |
| Octal | 350 | 32 | 125 | 0 | 131 | 77 | 11 | 527 | 122 | 63 |
| Binary | 11101000 | 11010 | 1010101 | 0 | 1011001 | 111111 | 1001 | 101010111 | 1010010 | 110011 |
Color Harmonies of #E81A55
Complementary color
Monochromatic Colors of #E81A55
Black with #E81A55
Text Example
Text Example
White with #E81A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A55; }
p { color: rgb(232,26,85); }
H1.HeaderClassName
{
color: #E81A55;
}
.AnyTagClassName
{
color: #E81A55;
}
</style>
background-color css
<style>
a { background-color: #E81A55; }
a { background-color: rgb(232,26,85); }
div.DivClassName
{
background-color: #E81A55;
}
.BgClassName
{
background-color: #E81A55;
}
</style>
border-color css
<style>
span { border-color: #E81A55; }
span { border-color: rgb(232,26,85); }
td.TdClassName
{
border-color: #E81A55;
}
.TagClassName
{
border-color: #E81A55;
}
</style>