Shades of Ruby #EA187B
Tints of Ruby #EA187B
RGB
CMYK
RGB Variations
Color information
#EA187B (or 0xEA187B) is known color: Ruby. HEX triplet: EA, 18 and 7B. RGB value is (234,24,123). Sum of RGB (Red+Green+Blue) = 234+24+123=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA187B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA187B is #15E784. Grayscale: #616161. Windows color (decimal): -1435525 or 8067306. OLE color: 8067306.
HSL color Cylindrical-coordinate representation of color #EA187B: hue angle of 331.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA187B is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 123 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.08 |
| HSL | 331.71º | 0.83% | 0.51% | - |
| HSV(B) | 331.71º | 0.9% | 0.92% | - |
| XYZ | 37.83 | 19.58 | 20.52 | - |
| YUV | 98.08 | 142.07 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 123 | 0 | 0.90 | 0.47 | 0.08 | 331.71 | 0.83 | 0.51 |
| Hex | EA | 18 | 7B | 0 | 5A | 2F | 8 | 14C | 53 | 33 |
| Octal | 352 | 30 | 173 | 0 | 132 | 57 | 10 | 514 | 123 | 63 |
| Binary | 11101010 | 11000 | 1111011 | 0 | 1011010 | 101111 | 1000 | 101001100 | 1010011 | 110011 |
Color Harmonies of #EA187B
Complementary color
Monochromatic Colors of #EA187B
Black with #EA187B
Text Example
Text Example
White with #EA187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA187B; }
p { color: rgb(234,24,123); }
H1.HeaderClassName
{
color: #EA187B;
}
.AnyTagClassName
{
color: #EA187B;
}
</style>
background-color css
<style>
a { background-color: #EA187B; }
a { background-color: rgb(234,24,123); }
div.DivClassName
{
background-color: #EA187B;
}
.BgClassName
{
background-color: #EA187B;
}
</style>
border-color css
<style>
span { border-color: #EA187B; }
span { border-color: rgb(234,24,123); }
td.TdClassName
{
border-color: #EA187B;
}
.TagClassName
{
border-color: #EA187B;
}
</style>