Shades of Ruby #E80E6A
Tints of Ruby #E80E6A
RGB
CMYK
RGB Variations
Color information
#E80E6A (or 0xE80E6A) is known color: Ruby. HEX triplet: E8, 0E and 6A. RGB value is (232,14,106). Sum of RGB (Red+Green+Blue) = 232+14+106=352 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.91% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 232 - color contains mainly: red. Hex color #E80E6A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80E6A is #17F195. Grayscale: #595959. Windows color (decimal): -1569174 or 6950632. OLE color: 6950632.
HSL color Cylindrical-coordinate representation of color #E80E6A: hue angle of 334.68º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80E6A is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 14 | 106 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.09 |
| HSL | 334.68º | 0.89% | 0.48% | - |
| HSV(B) | 334.68º | 0.94% | 0.91% | - |
| XYZ | 36.04 | 18.51 | 15.31 | - |
| YUV | 89.67 | 137.22 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 14 | 106 | 0 | 0.94 | 0.54 | 0.09 | 334.68 | 0.89 | 0.48 |
| Hex | E8 | E | 6A | 0 | 5E | 36 | 9 | 14F | 59 | 30 |
| Octal | 350 | 16 | 152 | 0 | 136 | 66 | 11 | 517 | 131 | 60 |
| Binary | 11101000 | 1110 | 1101010 | 0 | 1011110 | 110110 | 1001 | 101001111 | 1011001 | 110000 |
Color Harmonies of #E80E6A
Complementary color
Monochromatic Colors of #E80E6A
Black with #E80E6A
Text Example
Text Example
White with #E80E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80E6A; }
p { color: rgb(232,14,106); }
H1.HeaderClassName
{
color: #E80E6A;
}
.AnyTagClassName
{
color: #E80E6A;
}
</style>
background-color css
<style>
a { background-color: #E80E6A; }
a { background-color: rgb(232,14,106); }
div.DivClassName
{
background-color: #E80E6A;
}
.BgClassName
{
background-color: #E80E6A;
}
</style>
border-color css
<style>
span { border-color: #E80E6A; }
span { border-color: rgb(232,14,106); }
td.TdClassName
{
border-color: #E80E6A;
}
.TagClassName
{
border-color: #E80E6A;
}
</style>