Shades of Ruby #E6156B
Tints of Ruby #E6156B
RGB
CMYK
RGB Variations
Color information
#E6156B (or 0xE6156B) is known color: Ruby. HEX triplet: E6, 15 and 6B. RGB value is (230,21,107). Sum of RGB (Red+Green+Blue) = 230+21+107=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E6156B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6156B is #19EA94. Grayscale: #5D5D5D. Windows color (decimal): -1698453 or 7017958. OLE color: 7017958.
HSL color Cylindrical-coordinate representation of color #E6156B: hue angle of 335.31º 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 #E6156B is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 107 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.10 |
| HSL | 335.31º | 0.83% | 0.49% | - |
| HSV(B) | 335.31º | 0.91% | 0.9% | - |
| XYZ | 35.56 | 18.42 | 15.59 | - |
| YUV | 93.3 | 135.74 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 107 | 0 | 0.91 | 0.53 | 0.10 | 335.31 | 0.83 | 0.49 |
| Hex | E6 | 15 | 6B | 0 | 5B | 35 | A | 14F | 53 | 31 |
| Octal | 346 | 25 | 153 | 0 | 133 | 65 | 12 | 517 | 123 | 61 |
| Binary | 11100110 | 10101 | 1101011 | 0 | 1011011 | 110101 | 1010 | 101001111 | 1010011 | 110001 |
Color Harmonies of #E6156B
Complementary color
Monochromatic Colors of #E6156B
Black with #E6156B
Text Example
Text Example
White with #E6156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6156B; }
p { color: rgb(230,21,107); }
H1.HeaderClassName
{
color: #E6156B;
}
.AnyTagClassName
{
color: #E6156B;
}
</style>
background-color css
<style>
a { background-color: #E6156B; }
a { background-color: rgb(230,21,107); }
div.DivClassName
{
background-color: #E6156B;
}
.BgClassName
{
background-color: #E6156B;
}
</style>
border-color css
<style>
span { border-color: #E6156B; }
span { border-color: rgb(230,21,107); }
td.TdClassName
{
border-color: #E6156B;
}
.TagClassName
{
border-color: #E6156B;
}
</style>