Shades of Ruby #E60976
Tints of Ruby #E60976
RGB
CMYK
RGB Variations
Color information
#E60976 (or 0xE60976) is known color: Ruby. HEX triplet: E6, 09 and 76. RGB value is (230,9,118). Sum of RGB (Red+Green+Blue) = 230+9+118=357 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.43% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 230 - color contains mainly: red. Hex color #E60976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60976 is #19F689. Grayscale: #575757. Windows color (decimal): -1701514 or 7735782. OLE color: 7735782.
HSL color Cylindrical-coordinate representation of color #E60976: hue angle of 330.41º 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 #E60976 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 118 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.10 |
| HSL | 330.41º | 0.92% | 0.47% | - |
| HSV(B) | 330.41º | 0.96% | 0.9% | - |
| XYZ | 36 | 18.33 | 18.78 | - |
| YUV | 87.51 | 145.22 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 118 | 0 | 0.96 | 0.49 | 0.10 | 330.41 | 0.92 | 0.47 |
| Hex | E6 | 9 | 76 | 0 | 60 | 31 | A | 14A | 5C | 2F |
| Octal | 346 | 11 | 166 | 0 | 140 | 61 | 12 | 512 | 134 | 57 |
| Binary | 11100110 | 1001 | 1110110 | 0 | 1100000 | 110001 | 1010 | 101001010 | 1011100 | 101111 |
Color Harmonies of #E60976
Complementary color
Monochromatic Colors of #E60976
Black with #E60976
Text Example
Text Example
White with #E60976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60976; }
p { color: rgb(230,9,118); }
H1.HeaderClassName
{
color: #E60976;
}
.AnyTagClassName
{
color: #E60976;
}
</style>
background-color css
<style>
a { background-color: #E60976; }
a { background-color: rgb(230,9,118); }
div.DivClassName
{
background-color: #E60976;
}
.BgClassName
{
background-color: #E60976;
}
</style>
border-color css
<style>
span { border-color: #E60976; }
span { border-color: rgb(230,9,118); }
td.TdClassName
{
border-color: #E60976;
}
.TagClassName
{
border-color: #E60976;
}
</style>