Shades of Ruby #E81953
Tints of Ruby #E81953
RGB
CMYK
RGB Variations
Color information
#E81953 (or 0xE81953) is known color: Ruby. HEX triplet: E8, 19 and 53. RGB value is (232,25,83). Sum of RGB (Red+Green+Blue) = 232+25+83=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E81953 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81953 is #17E6AC. Grayscale: #5D5D5D. Windows color (decimal): -1566381 or 5446120. OLE color: 5446120.
HSL color Cylindrical-coordinate representation of color #E81953: hue angle of 343.19º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81953 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 83 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.09 |
| HSL | 343.19º | 0.82% | 0.5% | - |
| HSV(B) | 343.19º | 0.89% | 0.91% | - |
| XYZ | 35.19 | 18.48 | 9.9 | - |
| YUV | 93.51 | 122.08 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 83 | 0 | 0.89 | 0.64 | 0.09 | 343.19 | 0.82 | 0.5 |
| Hex | E8 | 19 | 53 | 0 | 59 | 40 | 9 | 157 | 52 | 32 |
| Octal | 350 | 31 | 123 | 0 | 131 | 100 | 11 | 527 | 122 | 62 |
| Binary | 11101000 | 11001 | 1010011 | 0 | 1011001 | 1000000 | 1001 | 101010111 | 1010010 | 110010 |
Color Harmonies of #E81953
Complementary color
Monochromatic Colors of #E81953
Black with #E81953
Text Example
Text Example
White with #E81953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81953; }
p { color: rgb(232,25,83); }
H1.HeaderClassName
{
color: #E81953;
}
.AnyTagClassName
{
color: #E81953;
}
</style>
background-color css
<style>
a { background-color: #E81953; }
a { background-color: rgb(232,25,83); }
div.DivClassName
{
background-color: #E81953;
}
.BgClassName
{
background-color: #E81953;
}
</style>
border-color css
<style>
span { border-color: #E81953; }
span { border-color: rgb(232,25,83); }
td.TdClassName
{
border-color: #E81953;
}
.TagClassName
{
border-color: #E81953;
}
</style>