Shades of Ruby #E6155E
Tints of Ruby #E6155E
RGB
CMYK
RGB Variations
Color information
#E6155E (or 0xE6155E) is known color: Ruby. HEX triplet: E6, 15 and 5E. RGB value is (230,21,94). Sum of RGB (Red+Green+Blue) = 230+21+94=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E6155E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6155E is #19EAA1. Grayscale: #5B5B5B. Windows color (decimal): -1698466 or 6165990. OLE color: 6165990.
HSL color Cylindrical-coordinate representation of color #E6155E: hue angle of 339.04º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6155E is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 94 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.10 |
| HSL | 339.04º | 0.83% | 0.49% | - |
| HSV(B) | 339.04º | 0.91% | 0.9% | - |
| XYZ | 34.92 | 18.17 | 12.26 | - |
| YUV | 91.81 | 129.24 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 94 | 0 | 0.91 | 0.59 | 0.10 | 339.04 | 0.83 | 0.49 |
| Hex | E6 | 15 | 5E | 0 | 5B | 3B | A | 153 | 53 | 31 |
| Octal | 346 | 25 | 136 | 0 | 133 | 73 | 12 | 523 | 123 | 61 |
| Binary | 11100110 | 10101 | 1011110 | 0 | 1011011 | 111011 | 1010 | 101010011 | 1010011 | 110001 |
Color Harmonies of #E6155E
Complementary color
Monochromatic Colors of #E6155E
Black with #E6155E
Text Example
Text Example
White with #E6155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6155E; }
p { color: rgb(230,21,94); }
H1.HeaderClassName
{
color: #E6155E;
}
.AnyTagClassName
{
color: #E6155E;
}
</style>
background-color css
<style>
a { background-color: #E6155E; }
a { background-color: rgb(230,21,94); }
div.DivClassName
{
background-color: #E6155E;
}
.BgClassName
{
background-color: #E6155E;
}
</style>
border-color css
<style>
span { border-color: #E6155E; }
span { border-color: rgb(230,21,94); }
td.TdClassName
{
border-color: #E6155E;
}
.TagClassName
{
border-color: #E6155E;
}
</style>