Shades of Ruby #E61766
Tints of Ruby #E61766
RGB
CMYK
RGB Variations
Color information
#E61766 (or 0xE61766) is known color: Ruby. HEX triplet: E6, 17 and 66. RGB value is (230,23,102). Sum of RGB (Red+Green+Blue) = 230+23+102=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E61766 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61766 is #19E899. Grayscale: #5D5D5D. Windows color (decimal): -1697946 or 6690790. OLE color: 6690790.
HSL color Cylindrical-coordinate representation of color #E61766: hue angle of 337.1º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61766 is Cyan = 0, Magento = 0.9, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 102 | - |
| CMYK | 0 | 0.9 | 0.56 | 0.10 |
| HSL | 337.1º | 0.82% | 0.5% | - |
| HSV(B) | 337.1º | 0.9% | 0.9% | - |
| XYZ | 35.34 | 18.4 | 14.26 | - |
| YUV | 93.9 | 132.58 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 102 | 0 | 0.9 | 0.56 | 0.10 | 337.1 | 0.82 | 0.5 |
| Hex | E6 | 17 | 66 | 0 | 5A | 38 | A | 151 | 52 | 32 |
| Octal | 346 | 27 | 146 | 0 | 132 | 70 | 12 | 521 | 122 | 62 |
| Binary | 11100110 | 10111 | 1100110 | 0 | 1011010 | 111000 | 1010 | 101010001 | 1010010 | 110010 |
Color Harmonies of #E61766
Complementary color
Monochromatic Colors of #E61766
Black with #E61766
Text Example
Text Example
White with #E61766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61766; }
p { color: rgb(230,23,102); }
H1.HeaderClassName
{
color: #E61766;
}
.AnyTagClassName
{
color: #E61766;
}
</style>
background-color css
<style>
a { background-color: #E61766; }
a { background-color: rgb(230,23,102); }
div.DivClassName
{
background-color: #E61766;
}
.BgClassName
{
background-color: #E61766;
}
</style>
border-color css
<style>
span { border-color: #E61766; }
span { border-color: rgb(230,23,102); }
td.TdClassName
{
border-color: #E61766;
}
.TagClassName
{
border-color: #E61766;
}
</style>