Shades of Ruby #E00A6A
Tints of Ruby #E00A6A
RGB
CMYK
RGB Variations
Color information
#E00A6A (or 0xE00A6A) is known color: Ruby. HEX triplet: E0, 0A and 6A. RGB value is (224,10,106). Sum of RGB (Red+Green+Blue) = 224+10+106=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A6A is #1FF595. Grayscale: #545454. Windows color (decimal): -2094486 or 6949600. OLE color: 6949600.
HSL color Cylindrical-coordinate representation of color #E00A6A: hue angle of 333.08º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00A6A is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 106 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.12 |
| HSL | 333.08º | 0.91% | 0.46% | - |
| HSV(B) | 333.08º | 0.96% | 0.88% | - |
| XYZ | 33.45 | 17.1 | 15.17 | - |
| YUV | 84.93 | 139.9 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 106 | 0 | 0.96 | 0.53 | 0.12 | 333.08 | 0.91 | 0.46 |
| Hex | E0 | A | 6A | 0 | 60 | 35 | C | 14D | 5B | 2E |
| Octal | 340 | 12 | 152 | 0 | 140 | 65 | 14 | 515 | 133 | 56 |
| Binary | 11100000 | 1010 | 1101010 | 0 | 1100000 | 110101 | 1100 | 101001101 | 1011011 | 101110 |
Color Harmonies of #E00A6A
Complementary color
Monochromatic Colors of #E00A6A
Black with #E00A6A
Text Example
Text Example
White with #E00A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A6A; }
p { color: rgb(224,10,106); }
H1.HeaderClassName
{
color: #E00A6A;
}
.AnyTagClassName
{
color: #E00A6A;
}
</style>
background-color css
<style>
a { background-color: #E00A6A; }
a { background-color: rgb(224,10,106); }
div.DivClassName
{
background-color: #E00A6A;
}
.BgClassName
{
background-color: #E00A6A;
}
</style>
border-color css
<style>
span { border-color: #E00A6A; }
span { border-color: rgb(224,10,106); }
td.TdClassName
{
border-color: #E00A6A;
}
.TagClassName
{
border-color: #E00A6A;
}
</style>