Shades of Ruby #E3186F
Tints of Ruby #E3186F
RGB
CMYK
RGB Variations
Color information
#E3186F (or 0xE3186F) is known color: Ruby. HEX triplet: E3, 18 and 6F. RGB value is (227,24,111). Sum of RGB (Red+Green+Blue) = 227+24+111=362 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.71% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 227 - color contains mainly: red. Hex color #E3186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3186F is #1CE790. Grayscale: #5E5E5E. Windows color (decimal): -1894289 or 7280867. OLE color: 7280867.
HSL color Cylindrical-coordinate representation of color #E3186F: hue angle of 334.29º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E3186F is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 24 | 111 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.11 |
| HSL | 334.29º | 0.81% | 0.49% | - |
| HSV(B) | 334.29º | 0.89% | 0.89% | - |
| XYZ | 34.87 | 18.13 | 16.7 | - |
| YUV | 94.62 | 137.25 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 24 | 111 | 0 | 0.89 | 0.51 | 0.11 | 334.29 | 0.81 | 0.49 |
| Hex | E3 | 18 | 6F | 0 | 59 | 33 | B | 14E | 51 | 31 |
| Octal | 343 | 30 | 157 | 0 | 131 | 63 | 13 | 516 | 121 | 61 |
| Binary | 11100011 | 11000 | 1101111 | 0 | 1011001 | 110011 | 1011 | 101001110 | 1010001 | 110001 |
Color Harmonies of #E3186F
Complementary color
Monochromatic Colors of #E3186F
Black with #E3186F
Text Example
Text Example
White with #E3186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3186F; }
p { color: rgb(227,24,111); }
H1.HeaderClassName
{
color: #E3186F;
}
.AnyTagClassName
{
color: #E3186F;
}
</style>
background-color css
<style>
a { background-color: #E3186F; }
a { background-color: rgb(227,24,111); }
div.DivClassName
{
background-color: #E3186F;
}
.BgClassName
{
background-color: #E3186F;
}
</style>
border-color css
<style>
span { border-color: #E3186F; }
span { border-color: rgb(227,24,111); }
td.TdClassName
{
border-color: #E3186F;
}
.TagClassName
{
border-color: #E3186F;
}
</style>