Shades of Ruby #EA067A
Tints of Ruby #EA067A
RGB
CMYK
RGB Variations
Color information
#EA067A (or 0xEA067A) is known color: Ruby. HEX triplet: EA, 06 and 7A. RGB value is (234,6,122). Sum of RGB (Red+Green+Blue) = 234+6+122=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA067A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA067A is #15F985. Grayscale: #575757. Windows color (decimal): -1440134 or 7997162. OLE color: 7997162.
HSL color Cylindrical-coordinate representation of color #EA067A: hue angle of 329.47º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA067A is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 6 | 122 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.08 |
| HSL | 329.47º | 0.95% | 0.47% | - |
| HSV(B) | 329.47º | 0.97% | 0.92% | - |
| XYZ | 37.51 | 19.03 | 20.11 | - |
| YUV | 87.4 | 147.54 | 232.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 6 | 122 | 0 | 0.97 | 0.48 | 0.08 | 329.47 | 0.95 | 0.47 |
| Hex | EA | 6 | 7A | 0 | 61 | 30 | 8 | 149 | 5F | 2F |
| Octal | 352 | 6 | 172 | 0 | 141 | 60 | 10 | 511 | 137 | 57 |
| Binary | 11101010 | 110 | 1111010 | 0 | 1100001 | 110000 | 1000 | 101001001 | 1011111 | 101111 |
Color Harmonies of #EA067A
Complementary color
Monochromatic Colors of #EA067A
Black with #EA067A
Text Example
Text Example
White with #EA067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA067A; }
p { color: rgb(234,6,122); }
H1.HeaderClassName
{
color: #EA067A;
}
.AnyTagClassName
{
color: #EA067A;
}
</style>
background-color css
<style>
a { background-color: #EA067A; }
a { background-color: rgb(234,6,122); }
div.DivClassName
{
background-color: #EA067A;
}
.BgClassName
{
background-color: #EA067A;
}
</style>
border-color css
<style>
span { border-color: #EA067A; }
span { border-color: rgb(234,6,122); }
td.TdClassName
{
border-color: #EA067A;
}
.TagClassName
{
border-color: #EA067A;
}
</style>