Shades of Ruby #EA147B
Tints of Ruby #EA147B
RGB
CMYK
RGB Variations
Color information
#EA147B (or 0xEA147B) is known color: Ruby. HEX triplet: EA, 14 and 7B. RGB value is (234,20,123). Sum of RGB (Red+Green+Blue) = 234+20+123=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA147B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA147B is #15EB84. Grayscale: #5F5F5F. Windows color (decimal): -1436549 or 8066282. OLE color: 8066282.
HSL color Cylindrical-coordinate representation of color #EA147B: hue angle of 331.12º 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 #EA147B is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 123 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.08 |
| HSL | 331.12º | 0.84% | 0.5% | - |
| HSV(B) | 331.12º | 0.91% | 0.92% | - |
| XYZ | 37.76 | 19.42 | 20.5 | - |
| YUV | 95.73 | 143.4 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 123 | 0 | 0.91 | 0.47 | 0.08 | 331.12 | 0.84 | 0.5 |
| Hex | EA | 14 | 7B | 0 | 5B | 2F | 8 | 14B | 54 | 32 |
| Octal | 352 | 24 | 173 | 0 | 133 | 57 | 10 | 513 | 124 | 62 |
| Binary | 11101010 | 10100 | 1111011 | 0 | 1011011 | 101111 | 1000 | 101001011 | 1010100 | 110010 |
Color Harmonies of #EA147B
Complementary color
Monochromatic Colors of #EA147B
Black with #EA147B
Text Example
Text Example
White with #EA147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA147B; }
p { color: rgb(234,20,123); }
H1.HeaderClassName
{
color: #EA147B;
}
.AnyTagClassName
{
color: #EA147B;
}
</style>
background-color css
<style>
a { background-color: #EA147B; }
a { background-color: rgb(234,20,123); }
div.DivClassName
{
background-color: #EA147B;
}
.BgClassName
{
background-color: #EA147B;
}
</style>
border-color css
<style>
span { border-color: #EA147B; }
span { border-color: rgb(234,20,123); }
td.TdClassName
{
border-color: #EA147B;
}
.TagClassName
{
border-color: #EA147B;
}
</style>