Shades of Ruby #E5165A
Tints of Ruby #E5165A
RGB
CMYK
RGB Variations
Color information
#E5165A (or 0xE5165A) is known color: Ruby. HEX triplet: E5, 16 and 5A. RGB value is (229,22,90). Sum of RGB (Red+Green+Blue) = 229+22+90=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E5165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5165A is #1AE9A5. Grayscale: #5B5B5B. Windows color (decimal): -1763750 or 5904101. OLE color: 5904101.
HSL color Cylindrical-coordinate representation of color #E5165A: hue angle of 340.29º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5165A is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 90 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.10 |
| HSL | 340.29º | 0.82% | 0.49% | - |
| HSV(B) | 340.29º | 0.9% | 0.9% | - |
| XYZ | 34.45 | 17.97 | 11.33 | - |
| YUV | 91.65 | 127.08 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 90 | 0 | 0.90 | 0.61 | 0.10 | 340.29 | 0.82 | 0.49 |
| Hex | E5 | 16 | 5A | 0 | 5A | 3D | A | 154 | 52 | 31 |
| Octal | 345 | 26 | 132 | 0 | 132 | 75 | 12 | 524 | 122 | 61 |
| Binary | 11100101 | 10110 | 1011010 | 0 | 1011010 | 111101 | 1010 | 101010100 | 1010010 | 110001 |
Color Harmonies of #E5165A
Complementary color
Monochromatic Colors of #E5165A
Black with #E5165A
Text Example
Text Example
White with #E5165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5165A; }
p { color: rgb(229,22,90); }
H1.HeaderClassName
{
color: #E5165A;
}
.AnyTagClassName
{
color: #E5165A;
}
</style>
background-color css
<style>
a { background-color: #E5165A; }
a { background-color: rgb(229,22,90); }
div.DivClassName
{
background-color: #E5165A;
}
.BgClassName
{
background-color: #E5165A;
}
</style>
border-color css
<style>
span { border-color: #E5165A; }
span { border-color: rgb(229,22,90); }
td.TdClassName
{
border-color: #E5165A;
}
.TagClassName
{
border-color: #E5165A;
}
</style>