Shades of Ruby #E81569
Tints of Ruby #E81569
RGB
CMYK
RGB Variations
Color information
#E81569 (or 0xE81569) is known color: Ruby. HEX triplet: E8, 15 and 69. RGB value is (232,21,105). Sum of RGB (Red+Green+Blue) = 232+21+105=358 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.80% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 232 - color contains mainly: red. Hex color #E81569 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81569 is #17EA96. Grayscale: #5D5D5D. Windows color (decimal): -1567383 or 6886888. OLE color: 6886888.
HSL color Cylindrical-coordinate representation of color #E81569: hue angle of 336.11º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81569 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 105 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.09 |
| HSL | 336.11º | 0.83% | 0.5% | - |
| HSV(B) | 336.11º | 0.91% | 0.91% | - |
| XYZ | 36.1 | 18.71 | 15.07 | - |
| YUV | 93.67 | 134.4 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 105 | 0 | 0.91 | 0.55 | 0.09 | 336.11 | 0.83 | 0.5 |
| Hex | E8 | 15 | 69 | 0 | 5B | 37 | 9 | 150 | 53 | 32 |
| Octal | 350 | 25 | 151 | 0 | 133 | 67 | 11 | 520 | 123 | 62 |
| Binary | 11101000 | 10101 | 1101001 | 0 | 1011011 | 110111 | 1001 | 101010000 | 1010011 | 110010 |
Color Harmonies of #E81569
Complementary color
Monochromatic Colors of #E81569
Black with #E81569
Text Example
Text Example
White with #E81569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81569; }
p { color: rgb(232,21,105); }
H1.HeaderClassName
{
color: #E81569;
}
.AnyTagClassName
{
color: #E81569;
}
</style>
background-color css
<style>
a { background-color: #E81569; }
a { background-color: rgb(232,21,105); }
div.DivClassName
{
background-color: #E81569;
}
.BgClassName
{
background-color: #E81569;
}
</style>
border-color css
<style>
span { border-color: #E81569; }
span { border-color: rgb(232,21,105); }
td.TdClassName
{
border-color: #E81569;
}
.TagClassName
{
border-color: #E81569;
}
</style>