Shades of Ruby #EA157B
Tints of Ruby #EA157B
RGB
CMYK
RGB Variations
Color information
#EA157B (or 0xEA157B) is known color: Ruby. HEX triplet: EA, 15 and 7B. RGB value is (234,21,123). Sum of RGB (Red+Green+Blue) = 234+21+123=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA157B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA157B is #15EA84. Grayscale: #606060. Windows color (decimal): -1436293 or 8066538. OLE color: 8066538.
HSL color Cylindrical-coordinate representation of color #EA157B: hue angle of 331.27º 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 #EA157B is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 123 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.08 |
| HSL | 331.27º | 0.84% | 0.5% | - |
| HSV(B) | 331.27º | 0.91% | 0.92% | - |
| XYZ | 37.78 | 19.46 | 20.5 | - |
| YUV | 96.32 | 143.07 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 123 | 0 | 0.91 | 0.47 | 0.08 | 331.27 | 0.84 | 0.5 |
| Hex | EA | 15 | 7B | 0 | 5B | 2F | 8 | 14B | 54 | 32 |
| Octal | 352 | 25 | 173 | 0 | 133 | 57 | 10 | 513 | 124 | 62 |
| Binary | 11101010 | 10101 | 1111011 | 0 | 1011011 | 101111 | 1000 | 101001011 | 1010100 | 110010 |
Color Harmonies of #EA157B
Complementary color
Monochromatic Colors of #EA157B
Black with #EA157B
Text Example
Text Example
White with #EA157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA157B; }
p { color: rgb(234,21,123); }
H1.HeaderClassName
{
color: #EA157B;
}
.AnyTagClassName
{
color: #EA157B;
}
</style>
background-color css
<style>
a { background-color: #EA157B; }
a { background-color: rgb(234,21,123); }
div.DivClassName
{
background-color: #EA157B;
}
.BgClassName
{
background-color: #EA157B;
}
</style>
border-color css
<style>
span { border-color: #EA157B; }
span { border-color: rgb(234,21,123); }
td.TdClassName
{
border-color: #EA157B;
}
.TagClassName
{
border-color: #EA157B;
}
</style>