Shades of Ruby #E00A68
Tints of Ruby #E00A68
RGB
CMYK
RGB Variations
Color information
#E00A68 (or 0xE00A68) is known color: Ruby. HEX triplet: E0, 0A and 68. RGB value is (224,10,104). Sum of RGB (Red+Green+Blue) = 224+10+104=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A68 is #1FF597. Grayscale: #545454. Windows color (decimal): -2094488 or 6818528. OLE color: 6818528.
HSL color Cylindrical-coordinate representation of color #E00A68: hue angle of 333.64º 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 #E00A68 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 104 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.12 |
| HSL | 333.64º | 0.91% | 0.46% | - |
| HSV(B) | 333.64º | 0.96% | 0.88% | - |
| XYZ | 33.35 | 17.06 | 14.63 | - |
| YUV | 84.7 | 138.9 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 104 | 0 | 0.96 | 0.54 | 0.12 | 333.64 | 0.91 | 0.46 |
| Hex | E0 | A | 68 | 0 | 60 | 36 | C | 14E | 5B | 2E |
| Octal | 340 | 12 | 150 | 0 | 140 | 66 | 14 | 516 | 133 | 56 |
| Binary | 11100000 | 1010 | 1101000 | 0 | 1100000 | 110110 | 1100 | 101001110 | 1011011 | 101110 |
Color Harmonies of #E00A68
Complementary color
Monochromatic Colors of #E00A68
Black with #E00A68
Text Example
Text Example
White with #E00A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A68; }
p { color: rgb(224,10,104); }
H1.HeaderClassName
{
color: #E00A68;
}
.AnyTagClassName
{
color: #E00A68;
}
</style>
background-color css
<style>
a { background-color: #E00A68; }
a { background-color: rgb(224,10,104); }
div.DivClassName
{
background-color: #E00A68;
}
.BgClassName
{
background-color: #E00A68;
}
</style>
border-color css
<style>
span { border-color: #E00A68; }
span { border-color: rgb(224,10,104); }
td.TdClassName
{
border-color: #E00A68;
}
.TagClassName
{
border-color: #E00A68;
}
</style>