Shades of Ruby #EA1768
Tints of Ruby #EA1768
RGB
CMYK
RGB Variations
Color information
#EA1768 (or 0xEA1768) is known color: Ruby. HEX triplet: EA, 17 and 68. RGB value is (234,23,104). Sum of RGB (Red+Green+Blue) = 234+23+104=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1768 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1768 is #15E897. Grayscale: #5F5F5F. Windows color (decimal): -1435800 or 6821866. OLE color: 6821866.
HSL color Cylindrical-coordinate representation of color #EA1768: hue angle of 336.97º 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 #EA1768 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 104 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.08 |
| HSL | 336.97º | 0.83% | 0.5% | - |
| HSV(B) | 336.97º | 0.9% | 0.92% | - |
| XYZ | 36.74 | 19.1 | 14.85 | - |
| YUV | 95.32 | 132.9 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 104 | 0 | 0.90 | 0.56 | 0.08 | 336.97 | 0.83 | 0.5 |
| Hex | EA | 17 | 68 | 0 | 5A | 38 | 8 | 151 | 53 | 32 |
| Octal | 352 | 27 | 150 | 0 | 132 | 70 | 10 | 521 | 123 | 62 |
| Binary | 11101010 | 10111 | 1101000 | 0 | 1011010 | 111000 | 1000 | 101010001 | 1010011 | 110010 |
Color Harmonies of #EA1768
Complementary color
Monochromatic Colors of #EA1768
Black with #EA1768
Text Example
Text Example
White with #EA1768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1768; }
p { color: rgb(234,23,104); }
H1.HeaderClassName
{
color: #EA1768;
}
.AnyTagClassName
{
color: #EA1768;
}
</style>
background-color css
<style>
a { background-color: #EA1768; }
a { background-color: rgb(234,23,104); }
div.DivClassName
{
background-color: #EA1768;
}
.BgClassName
{
background-color: #EA1768;
}
</style>
border-color css
<style>
span { border-color: #EA1768; }
span { border-color: rgb(234,23,104); }
td.TdClassName
{
border-color: #EA1768;
}
.TagClassName
{
border-color: #EA1768;
}
</style>