Shades of Ruby #E6156A
Tints of Ruby #E6156A
RGB
CMYK
RGB Variations
Color information
#E6156A (or 0xE6156A) is known color: Ruby. HEX triplet: E6, 15 and 6A. RGB value is (230,21,106). Sum of RGB (Red+Green+Blue) = 230+21+106=357 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.43% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 230 - color contains mainly: red. Hex color #E6156A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6156A is #19EA95. Grayscale: #5D5D5D. Windows color (decimal): -1698454 or 6952422. OLE color: 6952422.
HSL color Cylindrical-coordinate representation of color #E6156A: hue angle of 335.6º 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 #E6156A is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 106 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.10 |
| HSL | 335.6º | 0.83% | 0.49% | - |
| HSV(B) | 335.6º | 0.91% | 0.9% | - |
| XYZ | 35.5 | 18.4 | 15.32 | - |
| YUV | 93.18 | 135.24 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 106 | 0 | 0.91 | 0.54 | 0.10 | 335.6 | 0.83 | 0.49 |
| Hex | E6 | 15 | 6A | 0 | 5B | 36 | A | 150 | 53 | 31 |
| Octal | 346 | 25 | 152 | 0 | 133 | 66 | 12 | 520 | 123 | 61 |
| Binary | 11100110 | 10101 | 1101010 | 0 | 1011011 | 110110 | 1010 | 101010000 | 1010011 | 110001 |
Color Harmonies of #E6156A
Complementary color
Monochromatic Colors of #E6156A
Black with #E6156A
Text Example
Text Example
White with #E6156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6156A; }
p { color: rgb(230,21,106); }
H1.HeaderClassName
{
color: #E6156A;
}
.AnyTagClassName
{
color: #E6156A;
}
</style>
background-color css
<style>
a { background-color: #E6156A; }
a { background-color: rgb(230,21,106); }
div.DivClassName
{
background-color: #E6156A;
}
.BgClassName
{
background-color: #E6156A;
}
</style>
border-color css
<style>
span { border-color: #E6156A; }
span { border-color: rgb(230,21,106); }
td.TdClassName
{
border-color: #E6156A;
}
.TagClassName
{
border-color: #E6156A;
}
</style>