Shades of Ruby #EA1875
Tints of Ruby #EA1875
RGB
CMYK
RGB Variations
Color information
#EA1875 (or 0xEA1875) is known color: Ruby. HEX triplet: EA, 18 and 75. RGB value is (234,24,117). Sum of RGB (Red+Green+Blue) = 234+24+117=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1875 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1875 is #15E78A. Grayscale: #616161. Windows color (decimal): -1435531 or 7674090. OLE color: 7674090.
HSL color Cylindrical-coordinate representation of color #EA1875: hue angle of 333.43º 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 #EA1875 is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 117 | - |
| CMYK | 0 | 0.90 | 0.5 | 0.08 |
| HSL | 333.43º | 0.83% | 0.51% | - |
| HSV(B) | 333.43º | 0.9% | 0.92% | - |
| XYZ | 37.47 | 19.43 | 18.61 | - |
| YUV | 97.39 | 139.07 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 117 | 0 | 0.90 | 0.5 | 0.08 | 333.43 | 0.83 | 0.51 |
| Hex | EA | 18 | 75 | 0 | 5A | 32 | 8 | 14D | 53 | 33 |
| Octal | 352 | 30 | 165 | 0 | 132 | 62 | 10 | 515 | 123 | 63 |
| Binary | 11101010 | 11000 | 1110101 | 0 | 1011010 | 110010 | 1000 | 101001101 | 1010011 | 110011 |
Color Harmonies of #EA1875
Complementary color
Monochromatic Colors of #EA1875
Black with #EA1875
Text Example
Text Example
White with #EA1875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1875; }
p { color: rgb(234,24,117); }
H1.HeaderClassName
{
color: #EA1875;
}
.AnyTagClassName
{
color: #EA1875;
}
</style>
background-color css
<style>
a { background-color: #EA1875; }
a { background-color: rgb(234,24,117); }
div.DivClassName
{
background-color: #EA1875;
}
.BgClassName
{
background-color: #EA1875;
}
</style>
border-color css
<style>
span { border-color: #EA1875; }
span { border-color: rgb(234,24,117); }
td.TdClassName
{
border-color: #EA1875;
}
.TagClassName
{
border-color: #EA1875;
}
</style>