Shades of Ruby #E00A6B
Tints of Ruby #E00A6B
RGB
CMYK
RGB Variations
Color information
#E00A6B (or 0xE00A6B) is known color: Ruby. HEX triplet: E0, 0A and 6B. RGB value is (224,10,107). Sum of RGB (Red+Green+Blue) = 224+10+107=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A6B is #1FF594. Grayscale: #545454. Windows color (decimal): -2094485 or 7015136. OLE color: 7015136.
HSL color Cylindrical-coordinate representation of color #E00A6B: hue angle of 332.8º 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 #E00A6B is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 107 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.12 |
| HSL | 332.8º | 0.91% | 0.46% | - |
| HSV(B) | 332.8º | 0.96% | 0.88% | - |
| XYZ | 33.5 | 17.13 | 15.45 | - |
| YUV | 85.04 | 140.4 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 107 | 0 | 0.96 | 0.52 | 0.12 | 332.8 | 0.91 | 0.46 |
| Hex | E0 | A | 6B | 0 | 60 | 34 | C | 14D | 5B | 2E |
| Octal | 340 | 12 | 153 | 0 | 140 | 64 | 14 | 515 | 133 | 56 |
| Binary | 11100000 | 1010 | 1101011 | 0 | 1100000 | 110100 | 1100 | 101001101 | 1011011 | 101110 |
Color Harmonies of #E00A6B
Complementary color
Monochromatic Colors of #E00A6B
Black with #E00A6B
Text Example
Text Example
White with #E00A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A6B; }
p { color: rgb(224,10,107); }
H1.HeaderClassName
{
color: #E00A6B;
}
.AnyTagClassName
{
color: #E00A6B;
}
</style>
background-color css
<style>
a { background-color: #E00A6B; }
a { background-color: rgb(224,10,107); }
div.DivClassName
{
background-color: #E00A6B;
}
.BgClassName
{
background-color: #E00A6B;
}
</style>
border-color css
<style>
span { border-color: #E00A6B; }
span { border-color: rgb(224,10,107); }
td.TdClassName
{
border-color: #E00A6B;
}
.TagClassName
{
border-color: #E00A6B;
}
</style>