Shades of Ruby #E6145A
Tints of Ruby #E6145A
RGB
CMYK
RGB Variations
Color information
#E6145A (or 0xE6145A) is known color: Ruby. HEX triplet: E6, 14 and 5A. RGB value is (230,20,90). Sum of RGB (Red+Green+Blue) = 230+20+90=340 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.65% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 230 - color contains mainly: red. Hex color #E6145A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6145A is #19EBA5. Grayscale: #5A5A5A. Windows color (decimal): -1698726 or 5903590. OLE color: 5903590.
HSL color Cylindrical-coordinate representation of color #E6145A: hue angle of 340º 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 #E6145A is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 90 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.10 |
| HSL | 340º | 0.84% | 0.49% | - |
| HSV(B) | 340º | 0.91% | 0.9% | - |
| XYZ | 34.73 | 18.06 | 11.33 | - |
| YUV | 90.77 | 127.57 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 90 | 0 | 0.91 | 0.61 | 0.10 | 340 | 0.84 | 0.49 |
| Hex | E6 | 14 | 5A | 0 | 5B | 3D | A | 154 | 54 | 31 |
| Octal | 346 | 24 | 132 | 0 | 133 | 75 | 12 | 524 | 124 | 61 |
| Binary | 11100110 | 10100 | 1011010 | 0 | 1011011 | 111101 | 1010 | 101010100 | 1010100 | 110001 |
Color Harmonies of #E6145A
Complementary color
Monochromatic Colors of #E6145A
Black with #E6145A
Text Example
Text Example
White with #E6145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6145A; }
p { color: rgb(230,20,90); }
H1.HeaderClassName
{
color: #E6145A;
}
.AnyTagClassName
{
color: #E6145A;
}
</style>
background-color css
<style>
a { background-color: #E6145A; }
a { background-color: rgb(230,20,90); }
div.DivClassName
{
background-color: #E6145A;
}
.BgClassName
{
background-color: #E6145A;
}
</style>
border-color css
<style>
span { border-color: #E6145A; }
span { border-color: rgb(230,20,90); }
td.TdClassName
{
border-color: #E6145A;
}
.TagClassName
{
border-color: #E6145A;
}
</style>