Shades of Ruby #EA146E
Tints of Ruby #EA146E
RGB
CMYK
RGB Variations
Color information
#EA146E (or 0xEA146E) is known color: Ruby. HEX triplet: EA, 14 and 6E. RGB value is (234,20,110). Sum of RGB (Red+Green+Blue) = 234+20+110=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA146E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA146E is #15EB91. Grayscale: #5E5E5E. Windows color (decimal): -1436562 or 7214314. OLE color: 7214314.
HSL color Cylindrical-coordinate representation of color #EA146E: hue angle of 334.77º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA146E is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 110 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.08 |
| HSL | 334.77º | 0.84% | 0.5% | - |
| HSV(B) | 334.77º | 0.91% | 0.92% | - |
| XYZ | 37 | 19.12 | 16.49 | - |
| YUV | 94.25 | 136.9 | 227.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 110 | 0 | 0.91 | 0.53 | 0.08 | 334.77 | 0.84 | 0.5 |
| Hex | EA | 14 | 6E | 0 | 5B | 35 | 8 | 14F | 54 | 32 |
| Octal | 352 | 24 | 156 | 0 | 133 | 65 | 10 | 517 | 124 | 62 |
| Binary | 11101010 | 10100 | 1101110 | 0 | 1011011 | 110101 | 1000 | 101001111 | 1010100 | 110010 |
Color Harmonies of #EA146E
Complementary color
Monochromatic Colors of #EA146E
Black with #EA146E
Text Example
Text Example
White with #EA146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA146E; }
p { color: rgb(234,20,110); }
H1.HeaderClassName
{
color: #EA146E;
}
.AnyTagClassName
{
color: #EA146E;
}
</style>
background-color css
<style>
a { background-color: #EA146E; }
a { background-color: rgb(234,20,110); }
div.DivClassName
{
background-color: #EA146E;
}
.BgClassName
{
background-color: #EA146E;
}
</style>
border-color css
<style>
span { border-color: #EA146E; }
span { border-color: rgb(234,20,110); }
td.TdClassName
{
border-color: #EA146E;
}
.TagClassName
{
border-color: #EA146E;
}
</style>