Shades of Ruby #EA1868
Tints of Ruby #EA1868
RGB
CMYK
RGB Variations
Color information
#EA1868 (or 0xEA1868) is known color: Ruby. HEX triplet: EA, 18 and 68. RGB value is (234,24,104). Sum of RGB (Red+Green+Blue) = 234+24+104=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1868 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1868 is #15E797. Grayscale: #5F5F5F. Windows color (decimal): -1435544 or 6822122. OLE color: 6822122.
HSL color Cylindrical-coordinate representation of color #EA1868: hue angle of 337.14º 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 #EA1868 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 104 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.08 |
| HSL | 337.14º | 0.83% | 0.51% | - |
| HSV(B) | 337.14º | 0.9% | 0.92% | - |
| XYZ | 36.76 | 19.15 | 14.85 | - |
| YUV | 95.91 | 132.57 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 104 | 0 | 0.90 | 0.56 | 0.08 | 337.14 | 0.83 | 0.51 |
| Hex | EA | 18 | 68 | 0 | 5A | 38 | 8 | 151 | 53 | 33 |
| Octal | 352 | 30 | 150 | 0 | 132 | 70 | 10 | 521 | 123 | 63 |
| Binary | 11101010 | 11000 | 1101000 | 0 | 1011010 | 111000 | 1000 | 101010001 | 1010011 | 110011 |
Color Harmonies of #EA1868
Complementary color
Monochromatic Colors of #EA1868
Black with #EA1868
Text Example
Text Example
White with #EA1868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1868; }
p { color: rgb(234,24,104); }
H1.HeaderClassName
{
color: #EA1868;
}
.AnyTagClassName
{
color: #EA1868;
}
</style>
background-color css
<style>
a { background-color: #EA1868; }
a { background-color: rgb(234,24,104); }
div.DivClassName
{
background-color: #EA1868;
}
.BgClassName
{
background-color: #EA1868;
}
</style>
border-color css
<style>
span { border-color: #EA1868; }
span { border-color: rgb(234,24,104); }
td.TdClassName
{
border-color: #EA1868;
}
.TagClassName
{
border-color: #EA1868;
}
</style>