Shades of Ruby #E82069
Tints of Ruby #E82069
RGB
CMYK
RGB Variations
Color information
#E82069 (or 0xE82069) is known color: Ruby. HEX triplet: E8, 20 and 69. RGB value is (232,32,105). Sum of RGB (Red+Green+Blue) = 232+32+105=369 (48% of max value = 765). Red value is 232 (91.02% from 255 or 62.87% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 232 - color contains mainly: red. Hex color #E82069 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82069 is #17DF96. Grayscale: #646464. Windows color (decimal): -1564567 or 6889704. OLE color: 6889704.
HSL color Cylindrical-coordinate representation of color #E82069: hue angle of 338.1º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E82069 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 105 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.09 |
| HSL | 338.1º | 0.81% | 0.52% | - |
| HSV(B) | 338.1º | 0.86% | 0.91% | - |
| XYZ | 36.35 | 19.21 | 15.16 | - |
| YUV | 100.12 | 130.76 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 105 | 0 | 0.86 | 0.55 | 0.09 | 338.1 | 0.81 | 0.52 |
| Hex | E8 | 20 | 69 | 0 | 56 | 37 | 9 | 152 | 51 | 34 |
| Octal | 350 | 40 | 151 | 0 | 126 | 67 | 11 | 522 | 121 | 64 |
| Binary | 11101000 | 100000 | 1101001 | 0 | 1010110 | 110111 | 1001 | 101010010 | 1010001 | 110100 |
Color Harmonies of #E82069
Complementary color
Monochromatic Colors of #E82069
Black with #E82069
Text Example
Text Example
White with #E82069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82069; }
p { color: rgb(232,32,105); }
H1.HeaderClassName
{
color: #E82069;
}
.AnyTagClassName
{
color: #E82069;
}
</style>
background-color css
<style>
a { background-color: #E82069; }
a { background-color: rgb(232,32,105); }
div.DivClassName
{
background-color: #E82069;
}
.BgClassName
{
background-color: #E82069;
}
</style>
border-color css
<style>
span { border-color: #E82069; }
span { border-color: rgb(232,32,105); }
td.TdClassName
{
border-color: #E82069;
}
.TagClassName
{
border-color: #E82069;
}
</style>