Shades of Ruby #E82068
Tints of Ruby #E82068
RGB
CMYK
RGB Variations
Color information
#E82068 (or 0xE82068) is known color: Ruby. HEX triplet: E8, 20 and 68. RGB value is (232,32,104). Sum of RGB (Red+Green+Blue) = 232+32+104=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E82068 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82068 is #17DF97. Grayscale: #636363. Windows color (decimal): -1564568 or 6824168. OLE color: 6824168.
HSL color Cylindrical-coordinate representation of color #E82068: hue angle of 338.4º 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 #E82068 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 104 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.09 |
| HSL | 338.4º | 0.81% | 0.52% | - |
| HSV(B) | 338.4º | 0.86% | 0.91% | - |
| XYZ | 36.29 | 19.19 | 14.89 | - |
| YUV | 100.01 | 130.26 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 104 | 0 | 0.86 | 0.55 | 0.09 | 338.4 | 0.81 | 0.52 |
| Hex | E8 | 20 | 68 | 0 | 56 | 37 | 9 | 152 | 51 | 34 |
| Octal | 350 | 40 | 150 | 0 | 126 | 67 | 11 | 522 | 121 | 64 |
| Binary | 11101000 | 100000 | 1101000 | 0 | 1010110 | 110111 | 1001 | 101010010 | 1010001 | 110100 |
Color Harmonies of #E82068
Complementary color
Monochromatic Colors of #E82068
Black with #E82068
Text Example
Text Example
White with #E82068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82068; }
p { color: rgb(232,32,104); }
H1.HeaderClassName
{
color: #E82068;
}
.AnyTagClassName
{
color: #E82068;
}
</style>
background-color css
<style>
a { background-color: #E82068; }
a { background-color: rgb(232,32,104); }
div.DivClassName
{
background-color: #E82068;
}
.BgClassName
{
background-color: #E82068;
}
</style>
border-color css
<style>
span { border-color: #E82068; }
span { border-color: rgb(232,32,104); }
td.TdClassName
{
border-color: #E82068;
}
.TagClassName
{
border-color: #E82068;
}
</style>