Shades of Ruby #EA1758
Tints of Ruby #EA1758
RGB
CMYK
RGB Variations
Color information
#EA1758 (or 0xEA1758) is known color: Ruby. HEX triplet: EA, 17 and 58. RGB value is (234,23,88). Sum of RGB (Red+Green+Blue) = 234+23+88=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1758 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1758 is #15E8A7. Grayscale: #5D5D5D. Windows color (decimal): -1435816 or 5773290. OLE color: 5773290.
HSL color Cylindrical-coordinate representation of color #EA1758: hue angle of 341.52º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1758 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 88 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.08 |
| HSL | 341.52º | 0.83% | 0.5% | - |
| HSV(B) | 341.52º | 0.9% | 0.92% | - |
| XYZ | 36 | 18.81 | 10.97 | - |
| YUV | 93.5 | 124.9 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 88 | 0 | 0.90 | 0.62 | 0.08 | 341.52 | 0.83 | 0.5 |
| Hex | EA | 17 | 58 | 0 | 5A | 3E | 8 | 156 | 53 | 32 |
| Octal | 352 | 27 | 130 | 0 | 132 | 76 | 10 | 526 | 123 | 62 |
| Binary | 11101010 | 10111 | 1011000 | 0 | 1011010 | 111110 | 1000 | 101010110 | 1010011 | 110010 |
Color Harmonies of #EA1758
Complementary color
Monochromatic Colors of #EA1758
Black with #EA1758
Text Example
Text Example
White with #EA1758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1758; }
p { color: rgb(234,23,88); }
H1.HeaderClassName
{
color: #EA1758;
}
.AnyTagClassName
{
color: #EA1758;
}
</style>
background-color css
<style>
a { background-color: #EA1758; }
a { background-color: rgb(234,23,88); }
div.DivClassName
{
background-color: #EA1758;
}
.BgClassName
{
background-color: #EA1758;
}
</style>
border-color css
<style>
span { border-color: #EA1758; }
span { border-color: rgb(234,23,88); }
td.TdClassName
{
border-color: #EA1758;
}
.TagClassName
{
border-color: #EA1758;
}
</style>