Shades of Ruby #EA146B
Tints of Ruby #EA146B
RGB
CMYK
RGB Variations
Color information
#EA146B (or 0xEA146B) is known color: Ruby. HEX triplet: EA, 14 and 6B. RGB value is (234,20,107). Sum of RGB (Red+Green+Blue) = 234+20+107=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA146B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA146B is #15EB94. Grayscale: #5D5D5D. Windows color (decimal): -1436565 or 7017706. OLE color: 7017706.
HSL color Cylindrical-coordinate representation of color #EA146B: hue angle of 335.61º 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 #EA146B is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 107 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.08 |
| HSL | 335.61º | 0.84% | 0.5% | - |
| HSV(B) | 335.61º | 0.91% | 0.92% | - |
| XYZ | 36.84 | 19.05 | 15.65 | - |
| YUV | 93.9 | 135.4 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 107 | 0 | 0.91 | 0.54 | 0.08 | 335.61 | 0.84 | 0.5 |
| Hex | EA | 14 | 6B | 0 | 5B | 36 | 8 | 150 | 54 | 32 |
| Octal | 352 | 24 | 153 | 0 | 133 | 66 | 10 | 520 | 124 | 62 |
| Binary | 11101010 | 10100 | 1101011 | 0 | 1011011 | 110110 | 1000 | 101010000 | 1010100 | 110010 |
Color Harmonies of #EA146B
Complementary color
Monochromatic Colors of #EA146B
Black with #EA146B
Text Example
Text Example
White with #EA146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA146B; }
p { color: rgb(234,20,107); }
H1.HeaderClassName
{
color: #EA146B;
}
.AnyTagClassName
{
color: #EA146B;
}
</style>
background-color css
<style>
a { background-color: #EA146B; }
a { background-color: rgb(234,20,107); }
div.DivClassName
{
background-color: #EA146B;
}
.BgClassName
{
background-color: #EA146B;
}
</style>
border-color css
<style>
span { border-color: #EA146B; }
span { border-color: rgb(234,20,107); }
td.TdClassName
{
border-color: #EA146B;
}
.TagClassName
{
border-color: #EA146B;
}
</style>