Shades of Ruby #E6165F
Tints of Ruby #E6165F
RGB
CMYK
RGB Variations
Color information
#E6165F (or 0xE6165F) is known color: Ruby. HEX triplet: E6, 16 and 5F. RGB value is (230,22,95). Sum of RGB (Red+Green+Blue) = 230+22+95=347 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.28% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 230 - color contains mainly: red. Hex color #E6165F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6165F is #19E9A0. Grayscale: #5C5C5C. Windows color (decimal): -1698209 or 6231782. OLE color: 6231782.
HSL color Cylindrical-coordinate representation of color #E6165F: hue angle of 338.94º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6165F is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 95 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.10 |
| HSL | 338.94º | 0.83% | 0.49% | - |
| HSV(B) | 338.94º | 0.9% | 0.9% | - |
| XYZ | 34.99 | 18.22 | 12.5 | - |
| YUV | 92.51 | 129.41 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 95 | 0 | 0.90 | 0.59 | 0.10 | 338.94 | 0.83 | 0.49 |
| Hex | E6 | 16 | 5F | 0 | 5A | 3B | A | 153 | 53 | 31 |
| Octal | 346 | 26 | 137 | 0 | 132 | 73 | 12 | 523 | 123 | 61 |
| Binary | 11100110 | 10110 | 1011111 | 0 | 1011010 | 111011 | 1010 | 101010011 | 1010011 | 110001 |
Color Harmonies of #E6165F
Complementary color
Monochromatic Colors of #E6165F
Black with #E6165F
Text Example
Text Example
White with #E6165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6165F; }
p { color: rgb(230,22,95); }
H1.HeaderClassName
{
color: #E6165F;
}
.AnyTagClassName
{
color: #E6165F;
}
</style>
background-color css
<style>
a { background-color: #E6165F; }
a { background-color: rgb(230,22,95); }
div.DivClassName
{
background-color: #E6165F;
}
.BgClassName
{
background-color: #E6165F;
}
</style>
border-color css
<style>
span { border-color: #E6165F; }
span { border-color: rgb(230,22,95); }
td.TdClassName
{
border-color: #E6165F;
}
.TagClassName
{
border-color: #E6165F;
}
</style>