Shades of Ruby #E6145E
Tints of Ruby #E6145E
RGB
CMYK
RGB Variations
Color information
#E6145E (or 0xE6145E) is known color: Ruby. HEX triplet: E6, 14 and 5E. RGB value is (230,20,94). Sum of RGB (Red+Green+Blue) = 230+20+94=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E6145E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6145E is #19EBA1. Grayscale: #5B5B5B. Windows color (decimal): -1698722 or 6165734. OLE color: 6165734.
HSL color Cylindrical-coordinate representation of color #E6145E: hue angle of 338.86º 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 #E6145E is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 94 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.10 |
| HSL | 338.86º | 0.84% | 0.49% | - |
| HSV(B) | 338.86º | 0.91% | 0.9% | - |
| XYZ | 34.9 | 18.13 | 12.25 | - |
| YUV | 91.23 | 129.57 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 94 | 0 | 0.91 | 0.59 | 0.10 | 338.86 | 0.84 | 0.49 |
| Hex | E6 | 14 | 5E | 0 | 5B | 3B | A | 153 | 54 | 31 |
| Octal | 346 | 24 | 136 | 0 | 133 | 73 | 12 | 523 | 124 | 61 |
| Binary | 11100110 | 10100 | 1011110 | 0 | 1011011 | 111011 | 1010 | 101010011 | 1010100 | 110001 |
Color Harmonies of #E6145E
Complementary color
Monochromatic Colors of #E6145E
Black with #E6145E
Text Example
Text Example
White with #E6145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6145E; }
p { color: rgb(230,20,94); }
H1.HeaderClassName
{
color: #E6145E;
}
.AnyTagClassName
{
color: #E6145E;
}
</style>
background-color css
<style>
a { background-color: #E6145E; }
a { background-color: rgb(230,20,94); }
div.DivClassName
{
background-color: #E6145E;
}
.BgClassName
{
background-color: #E6145E;
}
</style>
border-color css
<style>
span { border-color: #E6145E; }
span { border-color: rgb(230,20,94); }
td.TdClassName
{
border-color: #E6145E;
}
.TagClassName
{
border-color: #E6145E;
}
</style>