Shades of Ruby #E6136F
Tints of Ruby #E6136F
RGB
CMYK
RGB Variations
Color information
#E6136F (or 0xE6136F) is known color: Ruby. HEX triplet: E6, 13 and 6F. RGB value is (230,19,111). Sum of RGB (Red+Green+Blue) = 230+19+111=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E6136F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6136F is #19EC90. Grayscale: #5C5C5C. Windows color (decimal): -1698961 or 7279590. OLE color: 7279590.
HSL color Cylindrical-coordinate representation of color #E6136F: hue angle of 333.84º 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 #E6136F is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 111 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.10 |
| HSL | 333.84º | 0.85% | 0.49% | - |
| HSV(B) | 333.84º | 0.92% | 0.9% | - |
| XYZ | 35.74 | 18.44 | 16.71 | - |
| YUV | 92.58 | 138.4 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 111 | 0 | 0.92 | 0.52 | 0.10 | 333.84 | 0.85 | 0.49 |
| Hex | E6 | 13 | 6F | 0 | 5C | 34 | A | 14E | 55 | 31 |
| Octal | 346 | 23 | 157 | 0 | 134 | 64 | 12 | 516 | 125 | 61 |
| Binary | 11100110 | 10011 | 1101111 | 0 | 1011100 | 110100 | 1010 | 101001110 | 1010101 | 110001 |
Color Harmonies of #E6136F
Complementary color
Monochromatic Colors of #E6136F
Black with #E6136F
Text Example
Text Example
White with #E6136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6136F; }
p { color: rgb(230,19,111); }
H1.HeaderClassName
{
color: #E6136F;
}
.AnyTagClassName
{
color: #E6136F;
}
</style>
background-color css
<style>
a { background-color: #E6136F; }
a { background-color: rgb(230,19,111); }
div.DivClassName
{
background-color: #E6136F;
}
.BgClassName
{
background-color: #E6136F;
}
</style>
border-color css
<style>
span { border-color: #E6136F; }
span { border-color: rgb(230,19,111); }
td.TdClassName
{
border-color: #E6136F;
}
.TagClassName
{
border-color: #E6136F;
}
</style>