Shades of Ruby #EA1665
Tints of Ruby #EA1665
RGB
CMYK
RGB Variations
Color information
#EA1665 (or 0xEA1665) is known color: Ruby. HEX triplet: EA, 16 and 65. RGB value is (234,22,101). Sum of RGB (Red+Green+Blue) = 234+22+101=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1665 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1665 is #15E99A. Grayscale: #5E5E5E. Windows color (decimal): -1436059 or 6625002. OLE color: 6625002.
HSL color Cylindrical-coordinate representation of color #EA1665: hue angle of 337.64º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1665 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 101 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.08 |
| HSL | 337.64º | 0.83% | 0.5% | - |
| HSV(B) | 337.64º | 0.91% | 0.92% | - |
| XYZ | 36.57 | 19.01 | 14.05 | - |
| YUV | 94.39 | 131.74 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 101 | 0 | 0.91 | 0.57 | 0.08 | 337.64 | 0.83 | 0.5 |
| Hex | EA | 16 | 65 | 0 | 5B | 39 | 8 | 152 | 53 | 32 |
| Octal | 352 | 26 | 145 | 0 | 133 | 71 | 10 | 522 | 123 | 62 |
| Binary | 11101010 | 10110 | 1100101 | 0 | 1011011 | 111001 | 1000 | 101010010 | 1010011 | 110010 |
Color Harmonies of #EA1665
Complementary color
Monochromatic Colors of #EA1665
Black with #EA1665
Text Example
Text Example
White with #EA1665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1665; }
p { color: rgb(234,22,101); }
H1.HeaderClassName
{
color: #EA1665;
}
.AnyTagClassName
{
color: #EA1665;
}
</style>
background-color css
<style>
a { background-color: #EA1665; }
a { background-color: rgb(234,22,101); }
div.DivClassName
{
background-color: #EA1665;
}
.BgClassName
{
background-color: #EA1665;
}
</style>
border-color css
<style>
span { border-color: #EA1665; }
span { border-color: rgb(234,22,101); }
td.TdClassName
{
border-color: #EA1665;
}
.TagClassName
{
border-color: #EA1665;
}
</style>