Shades of Ruby #EA0B6D
Tints of Ruby #EA0B6D
RGB
CMYK
RGB Variations
Color information
#EA0B6D (or 0xEA0B6D) is known color: Ruby. HEX triplet: EA, 0B and 6D. RGB value is (234,11,109). Sum of RGB (Red+Green+Blue) = 234+11+109=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0B6D is #15F492. Grayscale: #585858. Windows color (decimal): -1438867 or 7146474. OLE color: 7146474.
HSL color Cylindrical-coordinate representation of color #EA0B6D: hue angle of 333.63º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0B6D is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 11 | 109 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.08 |
| HSL | 333.63º | 0.91% | 0.48% | - |
| HSV(B) | 333.63º | 0.95% | 0.92% | - |
| XYZ | 36.81 | 18.84 | 16.16 | - |
| YUV | 88.85 | 139.38 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 11 | 109 | 0 | 0.95 | 0.53 | 0.08 | 333.63 | 0.91 | 0.48 |
| Hex | EA | B | 6D | 0 | 5F | 35 | 8 | 14E | 5B | 30 |
| Octal | 352 | 13 | 155 | 0 | 137 | 65 | 10 | 516 | 133 | 60 |
| Binary | 11101010 | 1011 | 1101101 | 0 | 1011111 | 110101 | 1000 | 101001110 | 1011011 | 110000 |
Color Harmonies of #EA0B6D
Complementary color
Monochromatic Colors of #EA0B6D
Black with #EA0B6D
Text Example
Text Example
White with #EA0B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0B6D; }
p { color: rgb(234,11,109); }
H1.HeaderClassName
{
color: #EA0B6D;
}
.AnyTagClassName
{
color: #EA0B6D;
}
</style>
background-color css
<style>
a { background-color: #EA0B6D; }
a { background-color: rgb(234,11,109); }
div.DivClassName
{
background-color: #EA0B6D;
}
.BgClassName
{
background-color: #EA0B6D;
}
</style>
border-color css
<style>
span { border-color: #EA0B6D; }
span { border-color: rgb(234,11,109); }
td.TdClassName
{
border-color: #EA0B6D;
}
.TagClassName
{
border-color: #EA0B6D;
}
</style>