Shades of Ruby #E6165C
Tints of Ruby #E6165C
RGB
CMYK
RGB Variations
Color information
#E6165C (or 0xE6165C) is known color: Ruby. HEX triplet: E6, 16 and 5C. RGB value is (230,22,92). Sum of RGB (Red+Green+Blue) = 230+22+92=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E6165C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6165C is #19E9A3. Grayscale: #5C5C5C. Windows color (decimal): -1698212 or 6035174. OLE color: 6035174.
HSL color Cylindrical-coordinate representation of color #E6165C: hue angle of 339.81º 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 #E6165C is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 92 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.10 |
| HSL | 339.81º | 0.83% | 0.49% | - |
| HSV(B) | 339.81º | 0.9% | 0.9% | - |
| XYZ | 34.85 | 18.17 | 11.8 | - |
| YUV | 92.17 | 127.91 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 92 | 0 | 0.90 | 0.60 | 0.10 | 339.81 | 0.83 | 0.49 |
| Hex | E6 | 16 | 5C | 0 | 5A | 3C | A | 154 | 53 | 31 |
| Octal | 346 | 26 | 134 | 0 | 132 | 74 | 12 | 524 | 123 | 61 |
| Binary | 11100110 | 10110 | 1011100 | 0 | 1011010 | 111100 | 1010 | 101010100 | 1010011 | 110001 |
Color Harmonies of #E6165C
Complementary color
Monochromatic Colors of #E6165C
Black with #E6165C
Text Example
Text Example
White with #E6165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6165C; }
p { color: rgb(230,22,92); }
H1.HeaderClassName
{
color: #E6165C;
}
.AnyTagClassName
{
color: #E6165C;
}
</style>
background-color css
<style>
a { background-color: #E6165C; }
a { background-color: rgb(230,22,92); }
div.DivClassName
{
background-color: #E6165C;
}
.BgClassName
{
background-color: #E6165C;
}
</style>
border-color css
<style>
span { border-color: #E6165C; }
span { border-color: rgb(230,22,92); }
td.TdClassName
{
border-color: #E6165C;
}
.TagClassName
{
border-color: #E6165C;
}
</style>