Shades of Ruby #E6145F
Tints of Ruby #E6145F
RGB
CMYK
RGB Variations
Color information
#E6145F (or 0xE6145F) is known color: Ruby. HEX triplet: E6, 14 and 5F. RGB value is (230,20,95). Sum of RGB (Red+Green+Blue) = 230+20+95=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E6145F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6145F is #19EBA0. Grayscale: #5B5B5B. Windows color (decimal): -1698721 or 6231270. OLE color: 6231270.
HSL color Cylindrical-coordinate representation of color #E6145F: hue angle of 338.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 #E6145F is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 95 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.10 |
| HSL | 338.57º | 0.84% | 0.49% | - |
| HSV(B) | 338.57º | 0.91% | 0.9% | - |
| XYZ | 34.95 | 18.15 | 12.49 | - |
| YUV | 91.34 | 130.07 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 95 | 0 | 0.91 | 0.59 | 0.10 | 338.57 | 0.84 | 0.49 |
| Hex | E6 | 14 | 5F | 0 | 5B | 3B | A | 153 | 54 | 31 |
| Octal | 346 | 24 | 137 | 0 | 133 | 73 | 12 | 523 | 124 | 61 |
| Binary | 11100110 | 10100 | 1011111 | 0 | 1011011 | 111011 | 1010 | 101010011 | 1010100 | 110001 |
Color Harmonies of #E6145F
Complementary color
Monochromatic Colors of #E6145F
Black with #E6145F
Text Example
Text Example
White with #E6145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6145F; }
p { color: rgb(230,20,95); }
H1.HeaderClassName
{
color: #E6145F;
}
.AnyTagClassName
{
color: #E6145F;
}
</style>
background-color css
<style>
a { background-color: #E6145F; }
a { background-color: rgb(230,20,95); }
div.DivClassName
{
background-color: #E6145F;
}
.BgClassName
{
background-color: #E6145F;
}
</style>
border-color css
<style>
span { border-color: #E6145F; }
span { border-color: rgb(230,20,95); }
td.TdClassName
{
border-color: #E6145F;
}
.TagClassName
{
border-color: #E6145F;
}
</style>