Shades of Ruby #E60A6A
Tints of Ruby #E60A6A
RGB
CMYK
RGB Variations
Color information
#E60A6A (or 0xE60A6A) is known color: Ruby. HEX triplet: E6, 0A and 6A. RGB value is (230,10,106). Sum of RGB (Red+Green+Blue) = 230+10+106=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A6A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60A6A is #19F595. Grayscale: #565656. Windows color (decimal): -1701270 or 6949606. OLE color: 6949606.
HSL color Cylindrical-coordinate representation of color #E60A6A: hue angle of 333.82º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60A6A is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 106 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.10 |
| HSL | 333.82º | 0.92% | 0.47% | - |
| HSV(B) | 333.82º | 0.96% | 0.9% | - |
| XYZ | 35.34 | 18.08 | 15.26 | - |
| YUV | 86.72 | 138.89 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 106 | 0 | 0.96 | 0.54 | 0.10 | 333.82 | 0.92 | 0.47 |
| Hex | E6 | A | 6A | 0 | 60 | 36 | A | 14E | 5C | 2F |
| Octal | 346 | 12 | 152 | 0 | 140 | 66 | 12 | 516 | 134 | 57 |
| Binary | 11100110 | 1010 | 1101010 | 0 | 1100000 | 110110 | 1010 | 101001110 | 1011100 | 101111 |
Color Harmonies of #E60A6A
Complementary color
Monochromatic Colors of #E60A6A
Black with #E60A6A
Text Example
Text Example
White with #E60A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60A6A; }
p { color: rgb(230,10,106); }
H1.HeaderClassName
{
color: #E60A6A;
}
.AnyTagClassName
{
color: #E60A6A;
}
</style>
background-color css
<style>
a { background-color: #E60A6A; }
a { background-color: rgb(230,10,106); }
div.DivClassName
{
background-color: #E60A6A;
}
.BgClassName
{
background-color: #E60A6A;
}
</style>
border-color css
<style>
span { border-color: #E60A6A; }
span { border-color: rgb(230,10,106); }
td.TdClassName
{
border-color: #E60A6A;
}
.TagClassName
{
border-color: #E60A6A;
}
</style>