Shades of Ruby #E61366
Tints of Ruby #E61366
RGB
CMYK
RGB Variations
Color information
#E61366 (or 0xE61366) is known color: Ruby. HEX triplet: E6, 13 and 66. RGB value is (230,19,102). Sum of RGB (Red+Green+Blue) = 230+19+102=351 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.53% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 230 - color contains mainly: red. Hex color #E61366 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61366 is #19EC99. Grayscale: #5B5B5B. Windows color (decimal): -1698970 or 6689766. OLE color: 6689766.
HSL color Cylindrical-coordinate representation of color #E61366: hue angle of 336.4º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61366 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 102 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.10 |
| HSL | 336.4º | 0.85% | 0.49% | - |
| HSV(B) | 336.4º | 0.92% | 0.9% | - |
| XYZ | 35.26 | 18.25 | 14.23 | - |
| YUV | 91.55 | 133.9 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 102 | 0 | 0.92 | 0.56 | 0.10 | 336.4 | 0.85 | 0.49 |
| Hex | E6 | 13 | 66 | 0 | 5C | 38 | A | 150 | 55 | 31 |
| Octal | 346 | 23 | 146 | 0 | 134 | 70 | 12 | 520 | 125 | 61 |
| Binary | 11100110 | 10011 | 1100110 | 0 | 1011100 | 111000 | 1010 | 101010000 | 1010101 | 110001 |
Color Harmonies of #E61366
Complementary color
Monochromatic Colors of #E61366
Black with #E61366
Text Example
Text Example
White with #E61366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61366; }
p { color: rgb(230,19,102); }
H1.HeaderClassName
{
color: #E61366;
}
.AnyTagClassName
{
color: #E61366;
}
</style>
background-color css
<style>
a { background-color: #E61366; }
a { background-color: rgb(230,19,102); }
div.DivClassName
{
background-color: #E61366;
}
.BgClassName
{
background-color: #E61366;
}
</style>
border-color css
<style>
span { border-color: #E61366; }
span { border-color: rgb(230,19,102); }
td.TdClassName
{
border-color: #E61366;
}
.TagClassName
{
border-color: #E61366;
}
</style>