Shades of Ruby #E60A72
Tints of Ruby #E60A72
RGB
CMYK
RGB Variations
Color information
#E60A72 (or 0xE60A72) is known color: Ruby. HEX triplet: E6, 0A and 72. RGB value is (230,10,114). Sum of RGB (Red+Green+Blue) = 230+10+114=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60A72 is #19F58D. Grayscale: #575757. Windows color (decimal): -1701262 or 7473894. OLE color: 7473894.
HSL color Cylindrical-coordinate representation of color #E60A72: hue angle of 331.64º 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 #E60A72 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 114 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.10 |
| HSL | 331.64º | 0.92% | 0.47% | - |
| HSV(B) | 331.64º | 0.96% | 0.9% | - |
| XYZ | 35.78 | 18.25 | 17.56 | - |
| YUV | 87.64 | 142.89 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 114 | 0 | 0.96 | 0.50 | 0.10 | 331.64 | 0.92 | 0.47 |
| Hex | E6 | A | 72 | 0 | 60 | 32 | A | 14C | 5C | 2F |
| Octal | 346 | 12 | 162 | 0 | 140 | 62 | 12 | 514 | 134 | 57 |
| Binary | 11100110 | 1010 | 1110010 | 0 | 1100000 | 110010 | 1010 | 101001100 | 1011100 | 101111 |
Color Harmonies of #E60A72
Complementary color
Monochromatic Colors of #E60A72
Black with #E60A72
Text Example
Text Example
White with #E60A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60A72; }
p { color: rgb(230,10,114); }
H1.HeaderClassName
{
color: #E60A72;
}
.AnyTagClassName
{
color: #E60A72;
}
</style>
background-color css
<style>
a { background-color: #E60A72; }
a { background-color: rgb(230,10,114); }
div.DivClassName
{
background-color: #E60A72;
}
.BgClassName
{
background-color: #E60A72;
}
</style>
border-color css
<style>
span { border-color: #E60A72; }
span { border-color: rgb(230,10,114); }
td.TdClassName
{
border-color: #E60A72;
}
.TagClassName
{
border-color: #E60A72;
}
</style>