Shades of Ruby #E81A5A
Tints of Ruby #E81A5A
RGB
CMYK
RGB Variations
Color information
#E81A5A (or 0xE81A5A) is known color: Ruby. HEX triplet: E8, 1A and 5A. RGB value is (232,26,90). Sum of RGB (Red+Green+Blue) = 232+26+90=348 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.67% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81A5A is #17E5A5. Grayscale: #5E5E5E. Windows color (decimal): -1566118 or 5905128. OLE color: 5905128.
HSL color Cylindrical-coordinate representation of color #E81A5A: hue angle of 341.36º 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 #E81A5A is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 90 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.09 |
| HSL | 341.36º | 0.82% | 0.51% | - |
| HSV(B) | 341.36º | 0.89% | 0.91% | - |
| XYZ | 35.49 | 18.63 | 11.4 | - |
| YUV | 94.89 | 125.25 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 90 | 0 | 0.89 | 0.61 | 0.09 | 341.36 | 0.82 | 0.51 |
| Hex | E8 | 1A | 5A | 0 | 59 | 3D | 9 | 155 | 52 | 33 |
| Octal | 350 | 32 | 132 | 0 | 131 | 75 | 11 | 525 | 122 | 63 |
| Binary | 11101000 | 11010 | 1011010 | 0 | 1011001 | 111101 | 1001 | 101010101 | 1010010 | 110011 |
Color Harmonies of #E81A5A
Complementary color
Monochromatic Colors of #E81A5A
Black with #E81A5A
Text Example
Text Example
White with #E81A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A5A; }
p { color: rgb(232,26,90); }
H1.HeaderClassName
{
color: #E81A5A;
}
.AnyTagClassName
{
color: #E81A5A;
}
</style>
background-color css
<style>
a { background-color: #E81A5A; }
a { background-color: rgb(232,26,90); }
div.DivClassName
{
background-color: #E81A5A;
}
.BgClassName
{
background-color: #E81A5A;
}
</style>
border-color css
<style>
span { border-color: #E81A5A; }
span { border-color: rgb(232,26,90); }
td.TdClassName
{
border-color: #E81A5A;
}
.TagClassName
{
border-color: #E81A5A;
}
</style>