Shades of Ruby #EA0F7A
Tints of Ruby #EA0F7A
RGB
CMYK
RGB Variations
Color information
#EA0F7A (or 0xEA0F7A) is known color: Ruby. HEX triplet: EA, 0F and 7A. RGB value is (234,15,122). Sum of RGB (Red+Green+Blue) = 234+15+122=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0F7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0F7A is #15F085. Grayscale: #5C5C5C. Windows color (decimal): -1437830 or 7999466. OLE color: 7999466.
HSL color Cylindrical-coordinate representation of color #EA0F7A: hue angle of 330.68º 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 #EA0F7A is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 15 | 122 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.08 |
| HSL | 330.68º | 0.88% | 0.49% | - |
| HSV(B) | 330.68º | 0.94% | 0.92% | - |
| XYZ | 37.62 | 19.24 | 20.14 | - |
| YUV | 92.68 | 144.55 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 15 | 122 | 0 | 0.94 | 0.48 | 0.08 | 330.68 | 0.88 | 0.49 |
| Hex | EA | F | 7A | 0 | 5E | 30 | 8 | 14B | 58 | 31 |
| Octal | 352 | 17 | 172 | 0 | 136 | 60 | 10 | 513 | 130 | 61 |
| Binary | 11101010 | 1111 | 1111010 | 0 | 1011110 | 110000 | 1000 | 101001011 | 1011000 | 110001 |
Color Harmonies of #EA0F7A
Complementary color
Monochromatic Colors of #EA0F7A
Black with #EA0F7A
Text Example
Text Example
White with #EA0F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0F7A; }
p { color: rgb(234,15,122); }
H1.HeaderClassName
{
color: #EA0F7A;
}
.AnyTagClassName
{
color: #EA0F7A;
}
</style>
background-color css
<style>
a { background-color: #EA0F7A; }
a { background-color: rgb(234,15,122); }
div.DivClassName
{
background-color: #EA0F7A;
}
.BgClassName
{
background-color: #EA0F7A;
}
</style>
border-color css
<style>
span { border-color: #EA0F7A; }
span { border-color: rgb(234,15,122); }
td.TdClassName
{
border-color: #EA0F7A;
}
.TagClassName
{
border-color: #EA0F7A;
}
</style>