Shades of Ruby #E00A6D
Tints of Ruby #E00A6D
RGB
CMYK
RGB Variations
Color information
#E00A6D (or 0xE00A6D) is known color: Ruby. HEX triplet: E0, 0A and 6D. RGB value is (224,10,109). Sum of RGB (Red+Green+Blue) = 224+10+109=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A6D is #1FF592. Grayscale: #555555. Windows color (decimal): -2094483 or 7146208. OLE color: 7146208.
HSL color Cylindrical-coordinate representation of color #E00A6D: hue angle of 332.24º 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 #E00A6D is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 109 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.12 |
| HSL | 332.24º | 0.91% | 0.46% | - |
| HSV(B) | 332.24º | 0.96% | 0.88% | - |
| XYZ | 33.61 | 17.17 | 16.01 | - |
| YUV | 85.27 | 141.4 | 226.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 109 | 0 | 0.96 | 0.51 | 0.12 | 332.24 | 0.91 | 0.46 |
| Hex | E0 | A | 6D | 0 | 60 | 33 | C | 14C | 5B | 2E |
| Octal | 340 | 12 | 155 | 0 | 140 | 63 | 14 | 514 | 133 | 56 |
| Binary | 11100000 | 1010 | 1101101 | 0 | 1100000 | 110011 | 1100 | 101001100 | 1011011 | 101110 |
Color Harmonies of #E00A6D
Complementary color
Monochromatic Colors of #E00A6D
Black with #E00A6D
Text Example
Text Example
White with #E00A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A6D; }
p { color: rgb(224,10,109); }
H1.HeaderClassName
{
color: #E00A6D;
}
.AnyTagClassName
{
color: #E00A6D;
}
</style>
background-color css
<style>
a { background-color: #E00A6D; }
a { background-color: rgb(224,10,109); }
div.DivClassName
{
background-color: #E00A6D;
}
.BgClassName
{
background-color: #E00A6D;
}
</style>
border-color css
<style>
span { border-color: #E00A6D; }
span { border-color: rgb(224,10,109); }
td.TdClassName
{
border-color: #E00A6D;
}
.TagClassName
{
border-color: #E00A6D;
}
</style>