Shades of Ruby #E6186F
Tints of Ruby #E6186F
RGB
CMYK
RGB Variations
Color information
#E6186F (or 0xE6186F) is known color: Ruby. HEX triplet: E6, 18 and 6F. RGB value is (230,24,111). Sum of RGB (Red+Green+Blue) = 230+24+111=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E6186F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6186F is #19E790. Grayscale: #5F5F5F. Windows color (decimal): -1697681 or 7280870. OLE color: 7280870.
HSL color Cylindrical-coordinate representation of color #E6186F: hue angle of 334.66º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6186F is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 111 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.10 |
| HSL | 334.66º | 0.81% | 0.5% | - |
| HSV(B) | 334.66º | 0.9% | 0.9% | - |
| XYZ | 35.83 | 18.62 | 16.75 | - |
| YUV | 95.51 | 136.75 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 111 | 0 | 0.90 | 0.52 | 0.10 | 334.66 | 0.81 | 0.5 |
| Hex | E6 | 18 | 6F | 0 | 5A | 34 | A | 14F | 51 | 32 |
| Octal | 346 | 30 | 157 | 0 | 132 | 64 | 12 | 517 | 121 | 62 |
| Binary | 11100110 | 11000 | 1101111 | 0 | 1011010 | 110100 | 1010 | 101001111 | 1010001 | 110010 |
Color Harmonies of #E6186F
Complementary color
Monochromatic Colors of #E6186F
Black with #E6186F
Text Example
Text Example
White with #E6186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6186F; }
p { color: rgb(230,24,111); }
H1.HeaderClassName
{
color: #E6186F;
}
.AnyTagClassName
{
color: #E6186F;
}
</style>
background-color css
<style>
a { background-color: #E6186F; }
a { background-color: rgb(230,24,111); }
div.DivClassName
{
background-color: #E6186F;
}
.BgClassName
{
background-color: #E6186F;
}
</style>
border-color css
<style>
span { border-color: #E6186F; }
span { border-color: rgb(230,24,111); }
td.TdClassName
{
border-color: #E6186F;
}
.TagClassName
{
border-color: #E6186F;
}
</style>