Shades of Ruby #E6155C
Tints of Ruby #E6155C
RGB
CMYK
RGB Variations
Color information
#E6155C (or 0xE6155C) is known color: Ruby. HEX triplet: E6, 15 and 5C. RGB value is (230,21,92). Sum of RGB (Red+Green+Blue) = 230+21+92=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E6155C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6155C is #19EAA3. Grayscale: #5B5B5B. Windows color (decimal): -1698468 or 6034918. OLE color: 6034918.
HSL color Cylindrical-coordinate representation of color #E6155C: hue angle of 339.62º 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 #E6155C is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 92 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.10 |
| HSL | 339.62º | 0.83% | 0.49% | - |
| HSV(B) | 339.62º | 0.91% | 0.9% | - |
| XYZ | 34.83 | 18.13 | 11.79 | - |
| YUV | 91.59 | 128.24 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 92 | 0 | 0.91 | 0.60 | 0.10 | 339.62 | 0.83 | 0.49 |
| Hex | E6 | 15 | 5C | 0 | 5B | 3C | A | 154 | 53 | 31 |
| Octal | 346 | 25 | 134 | 0 | 133 | 74 | 12 | 524 | 123 | 61 |
| Binary | 11100110 | 10101 | 1011100 | 0 | 1011011 | 111100 | 1010 | 101010100 | 1010011 | 110001 |
Color Harmonies of #E6155C
Complementary color
Monochromatic Colors of #E6155C
Black with #E6155C
Text Example
Text Example
White with #E6155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6155C; }
p { color: rgb(230,21,92); }
H1.HeaderClassName
{
color: #E6155C;
}
.AnyTagClassName
{
color: #E6155C;
}
</style>
background-color css
<style>
a { background-color: #E6155C; }
a { background-color: rgb(230,21,92); }
div.DivClassName
{
background-color: #E6155C;
}
.BgClassName
{
background-color: #E6155C;
}
</style>
border-color css
<style>
span { border-color: #E6155C; }
span { border-color: rgb(230,21,92); }
td.TdClassName
{
border-color: #E6155C;
}
.TagClassName
{
border-color: #E6155C;
}
</style>