Shades of Ruby #EA1978
Tints of Ruby #EA1978
RGB
CMYK
RGB Variations
Color information
#EA1978 (or 0xEA1978) is known color: Ruby. HEX triplet: EA, 19 and 78. RGB value is (234,25,120). Sum of RGB (Red+Green+Blue) = 234+25+120=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1978 is #15E687. Grayscale: #626262. Windows color (decimal): -1435272 or 7870954. OLE color: 7870954.
HSL color Cylindrical-coordinate representation of color #EA1978: hue angle of 332.73º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA1978 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 120 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.08 |
| HSL | 332.73º | 0.83% | 0.51% | - |
| HSV(B) | 332.73º | 0.89% | 0.92% | - |
| XYZ | 37.67 | 19.54 | 19.56 | - |
| YUV | 98.32 | 140.24 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 120 | 0 | 0.89 | 0.49 | 0.08 | 332.73 | 0.83 | 0.51 |
| Hex | EA | 19 | 78 | 0 | 59 | 31 | 8 | 14D | 53 | 33 |
| Octal | 352 | 31 | 170 | 0 | 131 | 61 | 10 | 515 | 123 | 63 |
| Binary | 11101010 | 11001 | 1111000 | 0 | 1011001 | 110001 | 1000 | 101001101 | 1010011 | 110011 |
Color Harmonies of #EA1978
Complementary color
Monochromatic Colors of #EA1978
Black with #EA1978
Text Example
Text Example
White with #EA1978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1978; }
p { color: rgb(234,25,120); }
H1.HeaderClassName
{
color: #EA1978;
}
.AnyTagClassName
{
color: #EA1978;
}
</style>
background-color css
<style>
a { background-color: #EA1978; }
a { background-color: rgb(234,25,120); }
div.DivClassName
{
background-color: #EA1978;
}
.BgClassName
{
background-color: #EA1978;
}
</style>
border-color css
<style>
span { border-color: #EA1978; }
span { border-color: rgb(234,25,120); }
td.TdClassName
{
border-color: #EA1978;
}
.TagClassName
{
border-color: #EA1978;
}
</style>