Shades of Ruby #E11763
Tints of Ruby #E11763
RGB
CMYK
RGB Variations
Color information
#E11763 (or 0xE11763) is known color: Ruby. HEX triplet: E1, 17 and 63. RGB value is (225,23,99). Sum of RGB (Red+Green+Blue) = 225+23+99=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E11763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11763 is #1EE89C. Grayscale: #5B5B5B. Windows color (decimal): -2025629 or 6494177. OLE color: 6494177.
HSL color Cylindrical-coordinate representation of color #E11763: hue angle of 337.43º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11763 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
RGB | 225 | 23 | 99 | - |
CMYK | 0 | 0.90 | 0.56 | 0.12 |
HSL | 337.43º | 0.81% | 0.49% | - |
HSV(B) | 337.43º | 0.9% | 0.88% | - |
XYZ | 33.61 | 17.52 | 13.41 | - |
YUV | 92.06 | 131.92 | 222.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 225 | 23 | 99 | 0 | 0.90 | 0.56 | 0.12 | 337.43 | 0.81 | 0.49 |
Hex | E1 | 17 | 63 | 0 | 5A | 38 | C | 151 | 51 | 31 |
Octal | 341 | 27 | 143 | 0 | 132 | 70 | 14 | 521 | 121 | 61 |
Binary | 11100001 | 10111 | 1100011 | 0 | 1011010 | 111000 | 1100 | 101010001 | 1010001 | 110001 |
Color Harmonies of #E11763
Complementary color
Monochromatic Colors of #E11763
Black with #E11763
Text Example
Text Example
White with #E11763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11763; }
p { color: rgb(225,23,99); }
H1.HeaderClassName
{
color: #E11763;
}
.AnyTagClassName
{
color: #E11763;
}
</style>
background-color css
<style>
a { background-color: #E11763; }
a { background-color: rgb(225,23,99); }
div.DivClassName
{
background-color: #E11763;
}
.BgClassName
{
background-color: #E11763;
}
</style>
border-color css
<style>
span { border-color: #E11763; }
span { border-color: rgb(225,23,99); }
td.TdClassName
{
border-color: #E11763;
}
.TagClassName
{
border-color: #E11763;
}
</style>