Shades of Ruby #EA186D
Tints of Ruby #EA186D
RGB
CMYK
RGB Variations
Color information
#EA186D (or 0xEA186D) is known color: Ruby. HEX triplet: EA, 18 and 6D. RGB value is (234,24,109). Sum of RGB (Red+Green+Blue) = 234+24+109=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA186D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA186D is #15E792. Grayscale: #606060. Windows color (decimal): -1435539 or 7149802. OLE color: 7149802.
HSL color Cylindrical-coordinate representation of color #EA186D: hue angle of 335.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA186D is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 109 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.08 |
| HSL | 335.71º | 0.83% | 0.51% | - |
| HSV(B) | 335.71º | 0.9% | 0.92% | - |
| XYZ | 37.02 | 19.25 | 16.23 | - |
| YUV | 96.48 | 135.07 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 109 | 0 | 0.90 | 0.53 | 0.08 | 335.71 | 0.83 | 0.51 |
| Hex | EA | 18 | 6D | 0 | 5A | 35 | 8 | 150 | 53 | 33 |
| Octal | 352 | 30 | 155 | 0 | 132 | 65 | 10 | 520 | 123 | 63 |
| Binary | 11101010 | 11000 | 1101101 | 0 | 1011010 | 110101 | 1000 | 101010000 | 1010011 | 110011 |
Color Harmonies of #EA186D
Complementary color
Monochromatic Colors of #EA186D
Black with #EA186D
Text Example
Text Example
White with #EA186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA186D; }
p { color: rgb(234,24,109); }
H1.HeaderClassName
{
color: #EA186D;
}
.AnyTagClassName
{
color: #EA186D;
}
</style>
background-color css
<style>
a { background-color: #EA186D; }
a { background-color: rgb(234,24,109); }
div.DivClassName
{
background-color: #EA186D;
}
.BgClassName
{
background-color: #EA186D;
}
</style>
border-color css
<style>
span { border-color: #EA186D; }
span { border-color: rgb(234,24,109); }
td.TdClassName
{
border-color: #EA186D;
}
.TagClassName
{
border-color: #EA186D;
}
</style>