Shades of Ruby #E81A54
Tints of Ruby #E81A54
RGB
CMYK
RGB Variations
Color information
#E81A54 (or 0xE81A54) is known color: Ruby. HEX triplet: E8, 1A and 54. RGB value is (232,26,84). Sum of RGB (Red+Green+Blue) = 232+26+84=342 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.84% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81A54 is #17E5AB. Grayscale: #5E5E5E. Windows color (decimal): -1566124 or 5511912. OLE color: 5511912.
HSL color Cylindrical-coordinate representation of color #E81A54: hue angle of 343.11º 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 #E81A54 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 84 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.09 |
| HSL | 343.11º | 0.82% | 0.51% | - |
| HSV(B) | 343.11º | 0.89% | 0.91% | - |
| XYZ | 35.25 | 18.53 | 10.11 | - |
| YUV | 94.21 | 122.25 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 84 | 0 | 0.89 | 0.64 | 0.09 | 343.11 | 0.82 | 0.51 |
| Hex | E8 | 1A | 54 | 0 | 59 | 40 | 9 | 157 | 52 | 33 |
| Octal | 350 | 32 | 124 | 0 | 131 | 100 | 11 | 527 | 122 | 63 |
| Binary | 11101000 | 11010 | 1010100 | 0 | 1011001 | 1000000 | 1001 | 101010111 | 1010010 | 110011 |
Color Harmonies of #E81A54
Complementary color
Monochromatic Colors of #E81A54
Black with #E81A54
Text Example
Text Example
White with #E81A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A54; }
p { color: rgb(232,26,84); }
H1.HeaderClassName
{
color: #E81A54;
}
.AnyTagClassName
{
color: #E81A54;
}
</style>
background-color css
<style>
a { background-color: #E81A54; }
a { background-color: rgb(232,26,84); }
div.DivClassName
{
background-color: #E81A54;
}
.BgClassName
{
background-color: #E81A54;
}
</style>
border-color css
<style>
span { border-color: #E81A54; }
span { border-color: rgb(232,26,84); }
td.TdClassName
{
border-color: #E81A54;
}
.TagClassName
{
border-color: #E81A54;
}
</style>