Shades of Ruby #EA0F6F
Tints of Ruby #EA0F6F
RGB
CMYK
RGB Variations
Color information
#EA0F6F (or 0xEA0F6F) is known color: Ruby. HEX triplet: EA, 0F and 6F. RGB value is (234,15,111). Sum of RGB (Red+Green+Blue) = 234+15+111=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0F6F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0F6F is #15F090. Grayscale: #5B5B5B. Windows color (decimal): -1437841 or 7278570. OLE color: 7278570.
HSL color Cylindrical-coordinate representation of color #EA0F6F: hue angle of 333.7º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0F6F is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 15 | 111 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.08 |
| HSL | 333.7º | 0.88% | 0.49% | - |
| HSV(B) | 333.7º | 0.94% | 0.92% | - |
| XYZ | 36.97 | 18.98 | 16.75 | - |
| YUV | 91.43 | 139.05 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 15 | 111 | 0 | 0.94 | 0.53 | 0.08 | 333.7 | 0.88 | 0.49 |
| Hex | EA | F | 6F | 0 | 5E | 35 | 8 | 14E | 58 | 31 |
| Octal | 352 | 17 | 157 | 0 | 136 | 65 | 10 | 516 | 130 | 61 |
| Binary | 11101010 | 1111 | 1101111 | 0 | 1011110 | 110101 | 1000 | 101001110 | 1011000 | 110001 |
Color Harmonies of #EA0F6F
Complementary color
Monochromatic Colors of #EA0F6F
Black with #EA0F6F
Text Example
Text Example
White with #EA0F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0F6F; }
p { color: rgb(234,15,111); }
H1.HeaderClassName
{
color: #EA0F6F;
}
.AnyTagClassName
{
color: #EA0F6F;
}
</style>
background-color css
<style>
a { background-color: #EA0F6F; }
a { background-color: rgb(234,15,111); }
div.DivClassName
{
background-color: #EA0F6F;
}
.BgClassName
{
background-color: #EA0F6F;
}
</style>
border-color css
<style>
span { border-color: #EA0F6F; }
span { border-color: rgb(234,15,111); }
td.TdClassName
{
border-color: #EA0F6F;
}
.TagClassName
{
border-color: #EA0F6F;
}
</style>