Shades of Ruby #E11567
Tints of Ruby #E11567
RGB
CMYK
RGB Variations
Color information
#E11567 (or 0xE11567) is known color: Ruby. HEX triplet: E1, 15 and 67. RGB value is (225,21,103). Sum of RGB (Red+Green+Blue) = 225+21+103=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E11567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11567 is #1EEA98. Grayscale: #5B5B5B. Windows color (decimal): -2026137 or 6755809. OLE color: 6755809.
HSL color Cylindrical-coordinate representation of color #E11567: hue angle of 335.88º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E11567 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 103 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.12 |
| HSL | 335.88º | 0.83% | 0.48% | - |
| HSV(B) | 335.88º | 0.91% | 0.88% | - |
| XYZ | 33.77 | 17.52 | 14.43 | - |
| YUV | 91.34 | 134.59 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 103 | 0 | 0.91 | 0.54 | 0.12 | 335.88 | 0.83 | 0.48 |
| Hex | E1 | 15 | 67 | 0 | 5B | 36 | C | 150 | 53 | 30 |
| Octal | 341 | 25 | 147 | 0 | 133 | 66 | 14 | 520 | 123 | 60 |
| Binary | 11100001 | 10101 | 1100111 | 0 | 1011011 | 110110 | 1100 | 101010000 | 1010011 | 110000 |
Color Harmonies of #E11567
Complementary color
Monochromatic Colors of #E11567
Black with #E11567
Text Example
Text Example
White with #E11567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11567; }
p { color: rgb(225,21,103); }
H1.HeaderClassName
{
color: #E11567;
}
.AnyTagClassName
{
color: #E11567;
}
</style>
background-color css
<style>
a { background-color: #E11567; }
a { background-color: rgb(225,21,103); }
div.DivClassName
{
background-color: #E11567;
}
.BgClassName
{
background-color: #E11567;
}
</style>
border-color css
<style>
span { border-color: #E11567; }
span { border-color: rgb(225,21,103); }
td.TdClassName
{
border-color: #E11567;
}
.TagClassName
{
border-color: #E11567;
}
</style>