Shades of Ruby #E6146D
Tints of Ruby #E6146D
RGB
CMYK
RGB Variations
Color information
#E6146D (or 0xE6146D) is known color: Ruby. HEX triplet: E6, 14 and 6D. RGB value is (230,20,109). Sum of RGB (Red+Green+Blue) = 230+20+109=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E6146D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6146D is #19EB92. Grayscale: #5C5C5C. Windows color (decimal): -1698707 or 7148774. OLE color: 7148774.
HSL color Cylindrical-coordinate representation of color #E6146D: hue angle of 334.57º degrees, saturation: 0.84, 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 #E6146D is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 109 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.10 |
| HSL | 334.57º | 0.84% | 0.49% | - |
| HSV(B) | 334.57º | 0.91% | 0.9% | - |
| XYZ | 35.64 | 18.43 | 16.15 | - |
| YUV | 92.94 | 137.07 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 109 | 0 | 0.91 | 0.53 | 0.10 | 334.57 | 0.84 | 0.49 |
| Hex | E6 | 14 | 6D | 0 | 5B | 35 | A | 14F | 54 | 31 |
| Octal | 346 | 24 | 155 | 0 | 133 | 65 | 12 | 517 | 124 | 61 |
| Binary | 11100110 | 10100 | 1101101 | 0 | 1011011 | 110101 | 1010 | 101001111 | 1010100 | 110001 |
Color Harmonies of #E6146D
Complementary color
Monochromatic Colors of #E6146D
Black with #E6146D
Text Example
Text Example
White with #E6146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6146D; }
p { color: rgb(230,20,109); }
H1.HeaderClassName
{
color: #E6146D;
}
.AnyTagClassName
{
color: #E6146D;
}
</style>
background-color css
<style>
a { background-color: #E6146D; }
a { background-color: rgb(230,20,109); }
div.DivClassName
{
background-color: #E6146D;
}
.BgClassName
{
background-color: #E6146D;
}
</style>
border-color css
<style>
span { border-color: #E6146D; }
span { border-color: rgb(230,20,109); }
td.TdClassName
{
border-color: #E6146D;
}
.TagClassName
{
border-color: #E6146D;
}
</style>